Using ClearBlade-Python-SDK with clearblade.com

Python integration

✓ Official SDK
Install
pip install ClearBlade-Python-SDK
Quick start
import ClearBlade-Python-SDK

client = ClearBlade_Python_SDK.Client("YOUR_API_KEY")
DEVELOPER - Gets the information for the platform
curl \
  /api/about
ADMIN - Get platform license key.
curl \
  /admin/pkey
AUDIT - Get Audit Info
curl \
  /admin/audit
SDK on GitHub 📄 API Docs
SDK
ClearBlade-Python-SDK
Python
API
clearblade.com
clearblade.com
At a glance
Language Python
Endpoints220
✓ Official