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 the latest state of a long-running operation. Clients can use this metho…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://servicemanagement.googleapis.com/v1/{name}
Lists managed services. Returns all public services. For authenticated users,…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://servicemanagement.googleapis.com/v1/services
Lists service operations that match the specified filter in the request.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://servicemanagement.googleapis.com/v1/operations
SDK on GitHub 📄 API Docs
SDK
go-genai
Go
API
googleapis.com
googleapis.com:servicemanagement
At a glance
Language Go
Endpoints19
Base URLhttps://servicemanagement.googleapis.com
✓ Official