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_ACCESS_TOKEN")
Gets a category on the portal.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://apigee.googleapis.com/v1/{name}
Lists the Apigee organizations and associated Google Cloud projects that you …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://apigee.googleapis.com/v1/{parent}
Generates a PKCS #10 Certificate Signing Request for the private key in an al…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://apigee.googleapis.com/v1/{name}/csr
SDK on GitHub 📄 API Docs
SDK
go-genai
Go
API
googleapis.com
googleapis.com:apigee
At a glance
Language Go
Endpoints109
Base URLhttps://apigee.googleapis.com
✓ Official