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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request