-
Notifications
You must be signed in to change notification settings - Fork 6
Get it work
devtyr edited this page Sep 28, 2012
·
1 revision
To get it work you have to log in to Trello and open Generate API Keys. You'll receive an key to use in the next step.
Second, call https://trello.com/1/authorize?key=YOUR_KEY&name=trello-releasenotes&expiration=never&response_type=token to grant access for this application.
For further information visit: Getting a Token from a User
Store the key and the given token in settings.json
.
As you might run trello-releasenotes several times, you have to define the identifier of the board that is the base of your export. To get that id open this board in your browser. You'll see an URL like
Copy the identifier
and paste it to the boardId
setting within settings.json
. That's it.