API Reference / API Methods / Install the Go API Client
Jun. 10, 2019

Install the Go API Client

Download the Go client using:

$
$
$
# Make sure X.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@vX.Y.Z

Supported platforms

This API client is compatible with Go 1.8 and above.

Source on GitHub

All our API clients are open source and available on Github.

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?