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 metadata about a Web Document. This method can _only_ be used to query U…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://indexing.googleapis.com/v3/urlNotifications/metadata
SDK on GitHub 📄 API Docs
SDK
go-genai
Go
API
googleapis.com
googleapis.com:indexing
At a glance
Language Go
Endpoints2
Base URLhttps://indexing.googleapis.com
✓ Official