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

Node wrapper for Trello's HTTP API.

Results 6 node-trello issues
Sort by recently updated
recently updated
newest added

As of 3/12/24 Trello no longer allows body parameters to be sent in GET requests, the body must be blank, if you do you'll receive the following error: We can't...

For the package to be used for successive calls with different tokens, I added a simple setter.

I made on quick typo fix on the Readme page "Authorize" vs "Authorice"

This copies heavily from the revised code from @adcloud => @luebken to correct the problem with multiple board backup corrupting the base filename and overwriting backups. Changes API call to...