@telegraph-engineering/trello-client
v1.0.3
Published
Telegraph Trello Client API
Downloads
16
Readme
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;