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_API_KEY")
Gets the specified account. Returns `NOT_FOUND` if the account does not exist…
curl \
  https://mybusinessaccountmanagement.googleapis.com/v1/{name}
Lists all of the accounts for the authenticated user. This includes all accou…
curl \
  https://mybusinessaccountmanagement.googleapis.com/v1/accounts
Lists all of the admins for the specified location.
curl \
  https://mybusinessaccountmanagement.googleapis.com/v1/{parent}/admins
SDK on GitHub 📄 API Docs
SDK
go-genai
Go
API
googleapis.com
googleapis.com:mybusinessaccountmanagement
At a glance
Language Go
Endpoints11
Base URLhttps://mybusinessaccountmanagement.googleapis.com
✓ Official