Sha256: 70cddd3ef18b6d24fdda564b594f1cd93e0df6a5aec2804b8fff049dbde0c4e8
Contents?: true
Size: 1004 Bytes
Versions: 1
Compression:
Stored size: 1004 Bytes
Contents
# Base CRM API client [](https://travis-ci.org/basecrm/basecrm) 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: ```ruby sudo gem install basecrm ``` If you use Bundler, put this in your Gemfile: ```ruby gem 'basecrm' ``` To get the latest version, put this in 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.1.0 | README.md |