Skip to content
This repository has been archived by the owner on Apr 12, 2019. It is now read-only.

jwg2s/bond-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bond

Circle CI Code Climate Test Coverage

Full documentation of the Bond API can be found here: http://docs.bond.apiary.io.

Installation

Add this line to your application's Gemfile:

gem 'bond-ruby'

And then execute:

bundle

Or install it yourself with:

gem install bond-ruby

Usage

Set your API Key

Bond.api_key = 'XXX'

Fetch your Account

Bond::Account.new

More usages

Please view the specs to find examples of how the various classes can be used together.

Contributing

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.

License

The gem is available as open source under the terms of the MIT License.