TrelloApp
TrelloApp copied to clipboard
Google Apps Script library for using the Trello API
https://github.com/andrewroberts/TrelloApp/blob/b8cb065219aa47df2a5d09e622784512d84f161e/scripts/Config.js#L79
Hey Andrew great job on this! Very helpful. Was wondering how hard it would be to make it so that the token for trello never expired. I can do the...
When I run the code: function test_createCard() { ``` // Look for 'RTM List 1' in the 'Rose Task Manager' board and // add a new card to it var...
I made the adjustments. Let me know what you think?