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

Click here for godocs.

DOWNLOAD GO SDK

Download the go client library based on your Data Centre.

US DC : https://downloads.zohocdn.com/analytics-api-desktop/restapi/v2/2.4.0/lib/us/go/ZohoAnalyticsGoLib_v2.zip

EU DC : https://downloads.zohocdn.com/analytics-api-desktop/restapi/v2/2.4.0/lib/eu/go/ZohoAnalyticsGoLib_v2.zip

IN DC : https://downloads.zohocdn.com/analytics-api-desktop/restapi/v2/2.4.0/lib/in/go/ZohoAnalyticsGoLib_v2.zip

AU DC : https://downloads.zohocdn.com/analytics-api-desktop/restapi/v2/2.4.0/lib/au/go/ZohoAnalyticsGoLib_v2.zip

CN DC : https://downloads.zohocdn.com/analytics-api-desktop/restapi/v2/2.4.0/lib/cn/go/ZohoAnalyticsGoLib_v2.zip

JP DC : https://downloads.zohocdn.com/analytics-api-desktop/restapi/v2/2.4.0/lib/jp/go/ZohoAnalyticsGoLib_v2.zip

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