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")
Retrieves the authenticated user's list of accounts.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/adexchangebuyer/v1.4/accounts
Retrieves a list of the authenticated user's active creatives. A creative wil…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/adexchangebuyer/v1.4/creatives
Retrieves a list of billing information for all accounts of the authenticated…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/adexchangebuyer/v1.4/billinginfo
SDK on GitHub 📄 API Docs
SDK
go-genai
Go
API
googleapis.com
googleapis.com:adexchangebuyer
At a glance
Language Go
Endpoints38
Base URLhttps://www.googleapis.com/adexchangebuyer/v1.4
✓ Official