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")
List information about processes made by or on behalf of a user, such as proc…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://script.googleapis.com/v1/processes
Gets a script project's metadata.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://script.googleapis.com/v1/projects/{scriptId}
Gets the content of the script project, including the code source and metadat…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://script.googleapis.com/v1/projects/{scriptId}/content
SDK on GitHub 📄 API Docs
SDK
go-genai
Go
API
googleapis.com
googleapis.com:script
At a glance
Language Go
Endpoints16
Base URLhttps://script.googleapis.com
✓ Official