API Reference
/
API Methods
/
Update the client
Jun. 03, 2019
Update the client
Introduction
We recommend keeping the API client up to date, as the SLA applies only if it is up to date.
Semantic Versioning
All our API clients follow Semantic Versioning.
Latest Version
You can check which is the latest version on the GitHub release page.
Update the API client
Since the introduction of versioned modules in Go 1.11, dependencies should be retrieved automatically everytime go build
or go test
is used.
However, if you would like to import a specific version of the Go client, use the following:
Copy
$
go get github.com/algolia/algoliasearch-client-go@vX.Y.Z