Sha256: a0a089affbdb8a448ce93c16d288a9bd1bb69f7a9779d8ac5ea684e95d2689d1
Contents?: true
Size: 1.16 KB
Versions: 2
Compression:
Stored size: 1.16 KB
Contents
# Connect Ruby SDK [![Join the chat at https://gitter.im/getconnect/connect-rb](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/getconnect/connect-rb?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ## Getting Access Sign up at [https://getconnect.io](https://getconnect.io) to generate and retrieve your API keys so that you can start using the SDK. ## Install ### Install with Bundler ```ssh gem 'connect_client' bundle install ``` ### Install from RubyGems ```ssh gem install connect_client ``` ## Documentation All of the documentation can be found at [http://docs.getconnect.io](http://docs.getconnect.io). ## Support Get your questions answered and join in with the connect community at [http://docs.getconnect.io/v1.0/discuss](http://docs.getconnect.io/v1.0/discuss). ## Contributing We love open source, so we are happy to accept pull requests and will endeavor to fix the issues and include the enhancements that the community raise. ## Building To build, and run locally: ```ssh git clone https://github.com/getconnect/connect-rb connect-rb cd connect-rb bundle install rake ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
connect_client-0.1.1 | README.md |
connect_client-0.1.0 | README.md |