Using python-server-sdk with launchdarkly.com

Python integration

✓ Official SDK

Install

pip install python-server-sdk

Quick start

import python-server-sdk

# Set your API key
client = python_server_sdk.Client(api_key="YOUR_API_KEY")
You can issue a GET request to the root resource to find all of the resource …
curl \
  -H "Authorization: $API_KEY" \
  /
Return a complete list of custom roles.
curl \
  -H "Authorization: $API_KEY" \
  /roles
Returns of the usage endpoints available.
curl \
  -H "Authorization: $API_KEY" \
  /usage
SDK on GitHub 📄 API Docs
SDK
python-server-sdk
Python
API
launchdarkly.com
launchdarkly.com

At a glance

Language Python
Endpoints105
✓ Official