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 linked storage bucket.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://firebasestorage.googleapis.com/v1beta/{name}
Lists the linked storage buckets for a project.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://firebasestorage.googleapis.com/v1beta/{parent}/buckets
SDK on GitHub 📄 API Docs
SDK
go-genai
Go
API
googleapis.com
googleapis.com:firebasestorage
At a glance
Language Go
Endpoints4
Base URLhttps://firebasestorage.googleapis.com
✓ Official