New and shiny client for the Base CRM API
The gem available via Rubygems. To install it, use the following command:
sudo gem install basecrmIf 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'Before using this gem you must require it by calling:
require 'basecrm'TODO: Write usage instructions here
- 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
