Using linode-firewall with linode.com

Python integration

Install
pip install linode-firewall
Quick start
import linode-firewall

# Use an OAuth2 access token
client = linode_firewall.Client(access_token="YOUR_ACCESS_TOKEN")
Tags List
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.linode.com/v4/tags
Images List
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.linode.com/v4/images
Account View
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.linode.com/v4/account
SDK on GitHub 📄 API Docs
SDK
linode-firewall
Python
API
linode.com
linode.com
At a glance
Language Python
Endpoints350
Base URLhttps://api.linode.com/v4