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")
List all Liens applied to the `parent` resource. Callers of this method will …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://cloudresourcemanager.googleapis.com/v3/liens
Retrieves a TagValue. This method will return `PERMISSION_DENIED` if the valu…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://cloudresourcemanager.googleapis.com/v3/{name}
Lists the folders that are direct descendants of supplied parent resource. `l…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://cloudresourcemanager.googleapis.com/v3/folders
SDK on GitHub 📄 API Docs
SDK
go-genai
Go
API
googleapis.com
googleapis.com:cloudresourcemanager
At a glance
Language Go
Endpoints28
Base URLhttps://cloudresourcemanager.googleapis.com
✓ Official