GO SDK

The GO client libraries 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.

GODOCS - Click here for godocs.

DOWNLOAD GO CLIENT LIBRARY

Download the go client library based on your Data Centre.

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

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

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

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

STEPS TO USE GO CLIENT

The below instructions helps to use Zoho Analytics Go Client Library in your Go application.

  • Download the Go Client Library from the above download link.
  • Extract the ZIP file.
  • Copy zoho/pkg/reportclient/reportclient.go to GO_PATH/src/ folder.
  • Go to zoho/pkg/reportclient folder.
  • Execute the below command:
    • go install
  • You can use Zoho Analytics Client Library with the sample code provided in each API.