Sha256: 9dba800fb70eee89917550ec9c51f5d55201aa3e83832c43ae181c2f2dbc2703
Contents?: true
Size: 737 Bytes
Versions: 1
Compression:
Stored size: 737 Bytes
Contents
# 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 is no available via Rubygems just yet. To install it, put this on your Gemfile: ```ruby gem 'basecrm', :git => 'git://github.com/basecrm/basecrm.git' ``` ## Usage Before using this gem you must require it by calling: ```ruby 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
basecrm-0.0.1 | README.md |