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")
Queries the Chrome User Experience for a single `record` for a given site. Re…
curl \
  https://chromeuxreport.googleapis.com/v1/records:queryRecord
Queries the Chrome User Experience Report for a timeseries `history record` f…
curl \
  https://chromeuxreport.googleapis.com/v1/records:queryHistoryRecord
SDK on GitHub 📄 API Docs
SDK
go-genai
Go
API
googleapis.com
googleapis.com:chromeuxreport
At a glance
Language Go
Endpoints2
Base URLhttps://chromeuxreport.googleapis.com
✓ Official