Using atlassian-jira-python-sdk with trello.com

Python integration

Install

pip install atlassian-jira-python-sdk

Quick start

import atlassian-jira-python-sdk

# Set your API key
client = atlassian_jira_python_sdk.Client(api_key="YOUR_API_KEY")
getBatch()
curl \
  # append ?key=$API_KEY to the URL \
  https://trello.com/1/batch
getSearch()
curl \
  # append ?key=$API_KEY to the URL \
  https://trello.com/1/search
getTypesById()
curl \
  # append ?key=$API_KEY to the URL \
  https://trello.com/1/types/{id}
SDK on GitHub 📄 API Docs
SDK
atlassian-jira-python-sdk
Python
API
trello.com
trello.com

At a glance

Language Python
Endpoints324
Base URLhttps://trello.com/1