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")
Lists all resource types for Deployment Manager.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://deploymentmanager.googleapis.com/deploymentmanager/v2beta/projects/{project}/global/types
Lists all operations for a project.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://deploymentmanager.googleapis.com/deploymentmanager/v2beta/projects/{project}/global/operations
Lists all deployments for a given project.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://deploymentmanager.googleapis.com/deploymentmanager/v2beta/projects/{project}/global/deployments
SDK on GitHub 📄 API Docs
SDK
go-genai
Go
API
googleapis.com
googleapis.com:deploymentmanager
At a glance
Language Go
Endpoints32
Base URLhttps://deploymentmanager.googleapis.com
✓ Official