0.0
No commit activity in last 3 years
No release in over 3 years
Ruby Connect SDK for interacting with the Connect API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 0
 Project Readme

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