simple-trello-api

1.0.1 • Public • Published

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)

Readme

Keywords

Package Sidebar

Install

npm i simple-trello-api

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

3.69 kB

Total Files

5

Last publish

Collaborators

  • christian_fei