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")
Looks up all the attributes set for a given location.
curl \
  https://mybusinessbusinessinformation.googleapis.com/v1/{name}
Returns the list of attributes that would be available for a location with th…
curl \
  https://mybusinessbusinessinformation.googleapis.com/v1/attributes
Returns a list of business categories. Search will match the category name bu…
curl \
  https://mybusinessbusinessinformation.googleapis.com/v1/categories
SDK on GitHub 📄 API Docs
SDK
go-genai
Go
API
googleapis.com
googleapis.com:mybusinessbusinessinformation
At a glance
Language Go
Endpoints13
Base URLhttps://mybusinessbusinessinformation.googleapis.com
✓ Official