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 a single contact.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://essentialcontacts.googleapis.com/v1/{name}
Lists the contacts that have been set on a resource.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://essentialcontacts.googleapis.com/v1/{parent}/contacts
Lists all contacts for the resource that are subscribed to the specified noti…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://essentialcontacts.googleapis.com/v1/{parent}/contacts:compute
SDK on GitHub 📄 API Docs
SDK
python-genai
Python
API
googleapis.com
googleapis.com:essentialcontacts
At a glance
Language Python
Endpoints7
Base URLhttps://essentialcontacts.googleapis.com
✓ Official