1.0.1 • Published 4 years ago

simple-trello-api v1.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

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)