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

Java integration

Install
# Maven: see https://github.com/konfig-sdks/atlassian-jira-java-sdk
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-java-sdk
Java
API
trello.com
trello.com
At a glance
Language Java
Endpoints324
Base URLhttps://trello.com/1