Connect Ruby SDK

Join the chat at https://gitter.im/getconnect/connect-rb

Getting Access

Sign up at https://getconnect.io to generate and retrieve your API keys so that you can start using the SDK.

Install

Install with Bundler

gem 'connect_client'
bundle install

Install from RubyGems

gem install connect_client

Documentation

All of the documentation can be found at http://docs.getconnect.io.

Support

Get your questions answered and join in with the connect community at http://docs.getconnect.io/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:

git clone https://github.com/getconnect/connect-rb connect-rb
cd connect-rb
bundle install
bundle exec rake