Using python-genai with googleapis.com

Python integration

✓ Official SDK
Install
pip install python-genai
Quick start
import python-genai

# Use an OAuth2 access token
client = python_genai.Client(access_token="YOUR_ACCESS_TOKEN")
Gets an sfdc channel. If the channel doesn't exist, Code.NOT_FOUND exception …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://integrations.googleapis.com/v1/{name}
Downloads an integration. Retrieves the `IntegrationVersion` for a given `int…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://integrations.googleapis.com/v1/{name}:download
Gets the client configuration for the given project and location resource name
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://integrations.googleapis.com/v1/{parent}/clients
SDK on GitHub 📄 API Docs
SDK
python-genai
Python
API
googleapis.com
googleapis.com:integrations
At a glance
Language Python
Endpoints40
Base URLhttps://integrations.googleapis.com
✓ Official