1.0.3 • Published 7 years ago

@telegraph-engineering/trello-client v1.0.3

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
7 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

7 years ago

1.0.1

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago