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 the latest state of a long-running operation. Clients can use this metho…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://healthcare.googleapis.com/v1beta1/{name}
Lists all the versions of a resource (including the current version and delet…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://healthcare.googleapis.com/v1beta1/{name}/_history
Lists information about the supported locations for this service.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://healthcare.googleapis.com/v1beta1/{name}/locations
SDK on GitHub 📄 API Docs
SDK
python-genai
Python
API
googleapis.com
googleapis.com:healthcare
At a glance
Language Python
Endpoints72
Base URLhttps://healthcare.googleapis.com
✓ Official