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 operations that match the specified filter in the request. If the serve…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://vault.googleapis.com/v1/{name}
Lists matters the requestor has access to.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://vault.googleapis.com/v1/matters
Gets the specified matter.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://vault.googleapis.com/v1/matters/{matterId}
SDK on GitHub 📄 API Docs
SDK
python-storage
Python
API
googleapis.com
googleapis.com:vault
At a glance
Language Python
Endpoints32
Base URLhttps://vault.googleapis.com
✓ Official