1.0.3 • Published 6 years ago

@telegraph-engineering/trello-client v1.0.3

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
6 years ago

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'
})
NameTypeMandatoryDescription
keyStringYesTrello's Access Key
tokenStringYesTrello's Access Token
baseUrlStringNoTrellos 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;
1.0.3

6 years ago

1.0.1

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago