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")
Searches the beacon registry for beacons that match the given search criteria…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://proximitybeacon.googleapis.com/v1beta1/beacons
Gets the Proximity Beacon API's current public key and associated parameters …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://proximitybeacon.googleapis.com/v1beta1/eidparams
Lists all attachment namespaces owned by your Google Developers Console proje…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://proximitybeacon.googleapis.com/v1beta1/namespaces
SDK on GitHub 📄 API Docs
SDK
go-genai
Go
API
googleapis.com
googleapis.com:proximitybeacon
At a glance
Language Go
Endpoints17
Base URLhttps://proximitybeacon.googleapis.com
✓ Official