simple-trello-api
v1.0.1
Published
super simple trello api for node.js
Downloads
7
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)