Full documentation of the Bond API can be found here: http://docs.bond.apiary.io.
Add this line to your application's Gemfile:
gem 'bond-ruby'
And then execute:
bundle
Or install it yourself with:
gem install bond-ruby
Bond.api_key = 'XXX'
Bond::Account.new
Please view the specs to find examples of how the various classes can be used together.
If you would like to contribute, please ensure any new functionality or modified existing functionality is well tested with automated tests. Open a pull request to this repository and I will review it and make sure it is either accepted or rejected within a reasonable time.
The gem is available as open source under the terms of the MIT License.