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")
Lists spaces the caller is a member of. Requires [authentication](https://dev…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://chat.googleapis.com/v1/spaces
Gets the metadata of a message attachment. The attachment data is fetched usi…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://chat.googleapis.com/v1/{name}
Lists memberships in a space. Requires [authentication](https://developers.go…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://chat.googleapis.com/v1/{parent}/members
SDK on GitHub 📄 API Docs
SDK
python-storage
Python
API
googleapis.com
googleapis.com:chat
At a glance
Language Python
Endpoints8
Base URLhttps://chat.googleapis.com
✓ Official