Ruby SDK
The Ruby SDK wraps the raw HTTP based API of Zoho Analytics with easy to use methods for NodeJS language. This enables developers to easily use Zoho Analytics API.
Environment Required:
Ruby Docs
Download Ruby SDK
Easily download the Ruby SDK using the following link.
SDK: https://downloads.zohocdn.com/analytics-api-desktop/restapi/v2/2.8.0/lib/ruby/ZohoAnalyticsRubyClient_v2.zip (Common SDK for all DCs)
Release Notes:
- 2.8.0
- Batch Import
- Line handling improvements using quoted values and strategy-based parsing.
- Export Data
- Memory spike issue fixed by writing data in chunks during export.
- Option provided to export data as stream.
- Newly added APIs
- Get Table Metadata
- Get Query Table Details
- Reorder Columns
- Sort Data by Columns
- Create AutoML Analysis
- Delete AutoML Analysis
- Delete AutoML Analysis Model
- Create AutoML Analysis Deployment
- Run AutoML Analysis
- Delete AutoML Analysis Model Deployment
- AutoML What If Analysis
- Get AutoML Analysis in Org
- Get AutoML Analysis in Workspace
- Get AutoML Analysis Details
- Get Deployments for a Model
- Batch Import
- 2.7.0
- Introduced a new SDK for the Ruby language.