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")
Searches Knowledge Graph for entities that match the constraints. A list of m…
curl \
  https://kgsearch.googleapis.com/v1/entities:search
SDK on GitHub 📄 API Docs
SDK
go-genai
Go
API
googleapis.com
googleapis.com:kgsearch
At a glance
Language Go
Endpoints1
Base URLhttps://kgsearch.googleapis.com
✓ Official