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 a web app.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://androidmanagement.googleapis.com/v1/{name}
Lists EMM-managed enterprises. Only BASIC fields are returned.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://androidmanagement.googleapis.com/v1/enterprises
Lists devices for a given enterprise. Deleted devices are not returned in the…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://androidmanagement.googleapis.com/v1/{parent}/devices
SDK on GitHub 📄 API Docs
SDK
go-genai
Go
API
googleapis.com
googleapis.com:androidmanagement
At a glance
Language Go
Endpoints15
Base URLhttps://androidmanagement.googleapis.com
✓ Official