Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 252 Bytes

File metadata and controls

15 lines (12 loc) · 252 Bytes

Zoho

A Ruby gem to wrap various Zoho services.

Zoho::CRM

A wrapper around the CRM api.

Configuration

Configure in a block like this:

Zoho::CRM.configure do |config|
    config.auth_token = 'yourtokeninhere'
end

Entities supported