@telegraph-engineering/trello-client

1.0.3 • Public • Published

Trello Client

Trello Client Extensions API

Build Status

build status Codacy Badge Codacy Badge

Trello Client Instance:

const TrelloClient= require("trello-client");

let client = new TrelloClient({
    key  : '111111111111111111111111',
    token: '111111111111111111111111111111111111111111111111111111111111111111111111'
})
Name Type Mandatory Description
key String Yes Trello's Access Key
token String Yes Trello's Access Token
baseUrl String No Trellos Base Url. (Default: https://api.trello.com/1)

Trello Client Operations:

JSdoc

JSDocs can be generated by running npm run docs:build or here

On going:

  • Adding more operations;
  • Improving Documentation;
  • Adding more tests;

Package Sidebar

Install

npm i @telegraph-engineering/trello-client

Weekly Downloads

1

Version

1.0.3

License

Apache-2.0

Unpacked Size

39.7 kB

Total Files

9

Last publish

Collaborators

  • msevani
  • carolinapostica
  • webdigga