Using netlify-wkd with netlify.com

Python integration

Install
pip install netlify-wkd
Quick start
import netlify-wkd

# Use an OAuth2 access token
client = netlify_wkd.Client(access_token="YOUR_ACCESS_TOKEN")
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /user
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /hooks
**Note:** Environment variable keys and values will soon be moved from `build…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /sites
SDK on GitHub 📄 API Docs
SDK
netlify-wkd
Python
API
netlify.com
netlify.com
At a glance
Language Python
Endpoints120