Using python-storage with googleapis.com

Python integration

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

# Use an OAuth2 access token
client = python_storage.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-storage
Python
API
googleapis.com
googleapis.com:admob
At a glance
Language Python
Endpoints7
Base URLhttps://admob.googleapis.com
✓ Official