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 information about the specified AdMob publisher account.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://admob.googleapis.com/v1beta/{name}
Lists the AdMob publisher account that was most recently signed in to from th…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://admob.googleapis.com/v1beta/accounts
List the apps under the specified AdMob account.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://admob.googleapis.com/v1beta/{parent}/apps
SDK on GitHub 📄 API Docs
SDK
python-aiplatform
Python
API
googleapis.com
googleapis.com:admob
At a glance
Language Python
Endpoints7
Base URLhttps://admob.googleapis.com
✓ Official