API Reference / API Methods / Install the Go API Client

Install the Go API Client

Download the Go client using:

$
$
$
 # Make sure 3.Y.Z correspond to an existing semantic version of the repository
# The current stable major version is v3.
go get github.com/algolia/algoliasearch-client-go/v3@v3.Y.Z

You can replace v3.X.Y.Z in the snippet above with any of the available version tags.

Supported platforms

This API client is compatible with Go 1.8 and above.

Language-specific notes

Migration note from v2.x to v3.x In June 2019, we released the v3 of our Go client. If you were using version 2.x of the client, read the migration guide to version 3.x. Version 2.x are no longer under active development. They are still supported for bug fixes, but will not receive new features.

Migration note from v1.x to v2.x

In June 2016, we released the v2 of our Go client. If you were using version 1.x of the client, read the migration guide to version 2.x. Version 1.x are no longer under active development. They are still supported for bug fixes, but will not receive new features.

Did you find this page helpful?