1.0.3 • Published 7 years ago
@telegraph-engineering/trello-client v1.0.3
Trello Client
Trello Client Extensions API
Build Status
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;
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