trello-node-api icon indicating copy to clipboard operation
trello-node-api copied to clipboard

Trello NodeJS Wrapper

Results 9 trello-node-api issues
Sort by recently updated
recently updated
newest added

Hi, I tried to use your package , i have doubt on notification section for my info. How can i get notification id.So i wan to listen the activities happening...

`board.searchLabels` method I think calls an incorrect endpoint `searchLabels: trelloMethod({ method: 'GET', path: '/{id}/customLabels', urlParams: [ 'id' ] }),` path should be `'/{id}/labels'` base on API documentation https://developer.atlassian.com/cloud/trello/rest/api-group-boards/#api-boards-id-labels-get

[#27](https://github.com/bhushankumarl/trello-node-api/issues/27)

Can you please make a tutorial because I am somewhat confused...

Hi friend, How to attachments an image to exist Card. I use Trello.card.update, but I don't know how to define on -> var data = {}??? Please help me confirm...

On this simple PR I add the attachment action to the card resource. Let me know if you have any doubts or concerns. Cheers!

How can I update the values of the custom fields in cards? The available documentation and examples are unclear in this regard.

Hi, thanks for this repo is awesome. I have a problem when I try to create a card and attach a image, in my frontend I convert an image to...