Using trello-powerup with trello.com

TypeScript integration

Install
npm install trello-powerup
Quick start
import Trello_powerup from 'trello-powerup';

const client = new Trello_powerup({ apiKey: "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
trello-powerup
TypeScript
API
trello.com
trello.com
At a glance
Language TypeScript
Endpoints324
Base URLhttps://trello.com/1