Using python-aiplatform with googleapis.com

Python integration

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

# Use an OAuth2 access token
client = python_aiplatform.Client(access_token="YOUR_ACCESS_TOKEN")
Gets a notification.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://advisorynotifications.googleapis.com/v1/{name}
Lists notifications under a given parent.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://advisorynotifications.googleapis.com/v1/{parent}/notifications
SDK on GitHub 📄 API Docs
SDK
python-aiplatform
Python
API
googleapis.com
googleapis.com:advisorynotifications
At a glance
Language Python
Endpoints2
Base URLhttps://advisorynotifications.googleapis.com
✓ Official