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 an existing external transaction.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://androidpublisher.googleapis.com/androidpublisher/v3/{name}
Lists all users with access to a developer account.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://androidpublisher.googleapis.com/androidpublisher/v3/{parent}/users
Lists all reviews.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/reviews
SDK on GitHub 📄 API Docs
SDK
python-aiplatform
Python
API
googleapis.com
googleapis.com:androidpublisher
At a glance
Language Python
Endpoints94
Base URLhttps://androidpublisher.googleapis.com
✓ Official