Using python-storage with googleapis.com

Python integration

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

client = python_storage.Client("YOUR_API_KEY")
Gets a site's Abusive Experience Report summary.
curl \
  https://abusiveexperiencereport.googleapis.com/v1/{name}
Lists sites that are failing in the Abusive Experience Report.
curl \
  https://abusiveexperiencereport.googleapis.com/v1/violatingSites
SDK on GitHub 📄 API Docs
SDK
python-storage
Python
API
googleapis.com
googleapis.com:abusiveexperiencereport
At a glance
Language Python
Endpoints2
Base URLhttps://abusiveexperiencereport.googleapis.com
✓ Official