Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

simple-trello-api

christian-fei6ISC1.0.1

super simple trello api for node.js

trello, api

readme

simple-trello-api

super simple trello api for node.js

supported endpoints

getBoards

  const boards = await getBoards({ key, token })

getBoardLists

  const lists = await getBoardLists({ key, token }, boardId)

getBoardMembers

  const members = await getBoardMembers({ key, token }, boardId)

getBoardCards

  const cards = await getBoardCards({ key, token }, boardId)