GO SDK
The GO SDK wraps the raw HTTP based API of Zoho Analytics with easy to use methods for GO language. This enables GO developers to easily use Zoho Analytics API.
Environment Required: Go 1.12.x
GODOCS
DOWNLOAD GO SDK
Download the go client library based on your Data Centre.
STEPS TO USE GO SDK
The below instructions helps to use Zoho Analytics Go SDK in your Go application.
- Download the Go SDK from the above download link.
- Extract the ZIP file.
- Copy zoho/pkg/analyticsclient/analyticsclient.go to GO_PATH/src/ folder.
- Go to zoho/pkg/analyticsclient folder.
- Execute the below command:
- go install
- You can use Zoho Analytics SDK with the sample code provided in each API.
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.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- Newly added APIs
- 2.2.0
- 2.1.0
- Newly added APIs
- Changes on existing APIs
- Copy Workspace: Added a new attribute "destOrgId" to choose the destination Org Id.
- Copy Views
- Added a new attribute "destOrgId" to choose the destination Org Id.
- JSONArray of "sourceViewId" and "destViewId" is returned in the response.
- Copy Formulas: Added a new attribute "destOrgId" to choose the destination Org Id.
- Saveas View: Newly created viewid is returned in response.
- 2.0.0
- Initial release of the Client Library for Zoho Analytics V2 API's.