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 single contact.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://essentialcontacts.googleapis.com/v1/{name}
Lists the contacts that have been set on a resource.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://essentialcontacts.googleapis.com/v1/{parent}/contacts
Lists all contacts for the resource that are subscribed to the specified noti…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://essentialcontacts.googleapis.com/v1/{parent}/contacts:compute
SDK on GitHub 📄 API Docs
SDK
go-genai
Go
API
googleapis.com
googleapis.com:essentialcontacts
At a glance
Language Go
Endpoints7
Base URLhttps://essentialcontacts.googleapis.com
✓ Official