Base CRM API client
New and shiny client for the Base CRM API
NOTE: This is still a very early release. There might be a lot of breaking changes. You have been warned.
Installation
The gem available via Rubygems. To install it, use the following command:
sudo gem install basecrm
If you use Bundler, put this in your Gemfile:
gem 'basecrm'
To get the latest version, put this in your Gemfile:
gem 'basecrm', :git => 'git://github.com/basecrm/basecrm.git'
Usage
Before using this gem you must require it by calling:
require 'basecrm'
Usage
TODO: Write usage instructions here
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request