Skip to content

Latest commit

 

History

History
47 lines (24 loc) · 1.18 KB

README.md

File metadata and controls

47 lines (24 loc) · 1.18 KB

Archival Notice:

This SDK is archived. You can continue to use it, but no new features or support requests will be accepted. For the new version, refer to

ZOHO CRM v2 API SDK :

ZOHO CRM v2.1 API SDK :

ZCRMSDK

The Ruby library for integrating with the Zoho CRM API.

Installation

There are a couple of ways of installing ZCRMSDKK:

Install 1:

Start by adding this line to your application's Gemfile:

gem 'ZCRMSDK'

And follow it with executing this command:

$ bundle

Install 2:

To fully install the CRM API wrapper yourself, just execute this command:

$ gem install ZCRMSDK

Documentation

Usage

Refer SDK documentation for Usage