Ruby SDK for Banckle CRM REST API.

Installation

Install as usually

gem install banckle

Installing from source

gem install bundler # unless it's already installed
git clone [email protected]:groupdocs/crm-ruby-sdk.git
cd crm-ruby-sdk/
git checkout master
bundle install --path vendor/bundle
bundle exec rake install

Usage

All "bang" methods (ending with exclamation sign) imply interaction with API server.

Other methods (with expect to some, see documentation) do not operate with API Server