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")
Retrieves a list of contacts for the authenticated user.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/mirror/v1/contacts
Retrieves a list of timeline items for the authenticated user.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/mirror/v1/timeline
Retrieves a list of locations for the user.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/mirror/v1/locations
SDK on GitHub 📄 API Docs
SDK
python-aiplatform
Python
API
googleapis.com
googleapis.com:mirror
At a glance
Language Python
Endpoints24
Base URLhttps://www.googleapis.com/mirror/v1
✓ Official