Using go-genai with googleapis.com

Go integration

✓ Official SDK
Install
go get github.com/googleapis/go-genai
Quick start
import "go-genai"

// Initialize client
client := go-genai.NewClient("YOUR_API_KEY")
Returns list of channels that are available for a given platform.
curl \
  https://versionhistory.googleapis.com/v1/{parent}/channels
Returns list of releases of the given version.
curl \
  https://versionhistory.googleapis.com/v1/{parent}/releases
Returns list of version for the given platform/channel.
curl \
  https://versionhistory.googleapis.com/v1/{parent}/versions
SDK on GitHub 📄 API Docs
SDK
go-genai
Go
API
googleapis.com
googleapis.com:versionhistory
At a glance
Language Go
Endpoints4
Base URLhttps://versionhistory.googleapis.com
✓ Official