Using google-cloud-sdk with change.local

Python integration

Install
pip install google-cloud-sdk
Quick start
import google-cloud-sdk

client = google_cloud_sdk.Client("YOUR_API_KEY")
Retrieve a donation
curl \
  -u "$API_USER:$API_PASS" \
  http://change.local/api/v1/donations/show
List your donations
curl \
  -u "$API_USER:$API_PASS" \
  http://change.local/api/v1/donations/index
Search a nonprofit
curl \
  -u "$API_USER:$API_PASS" \
  http://change.local/api/v1/nonprofits/list
SDK on GitHub 📄 API Docs
SDK
google-cloud-sdk
Python
API
change.local
change.local
At a glance
Language Python
Endpoints8
Base URLhttp://change.local