Using custom-contract-python-sdk with contract-p.fit

Python integration

Install

pip install custom-contract-python-sdk

Quick start

import custom-contract-python-sdk

client = custom_contract_python_sdk.Client("YOUR_API_KEY")
Get all roles
curl \
  -u "$API_USER:$API_PASS" \
  /roles
Get all users
curl \
  -u "$API_USER:$API_PASS" \
  /users
Get lists of format
curl \
  -u "$API_USER:$API_PASS" \
  /formats
SDK on GitHub 📄 API Docs
SDK
custom-contract-python-sdk
Python
API
contract-p.fit
contract-p.fit

At a glance

Language Python
Endpoints135