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")
Get traffic statistics for a domain on a specific date. Returns PERMISSION_DE…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://gmailpostmastertools.googleapis.com/v1beta1/{name}
Lists the domains that have been registered by the client. The order of domai…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://gmailpostmastertools.googleapis.com/v1beta1/domains
List traffic statistics for all available days. Returns PERMISSION_DENIED if …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://gmailpostmastertools.googleapis.com/v1beta1/{parent}/trafficStats
SDK on GitHub 📄 API Docs
SDK
python-aiplatform
Python
API
googleapis.com
googleapis.com:gmailpostmastertools
At a glance
Language Python
Endpoints3
Base URLhttps://gmailpostmastertools.googleapis.com
✓ Official