Skip to content

Commit

Permalink
some helpful info how to get data from trello
Browse files Browse the repository at this point in the history
  • Loading branch information
groupsky committed Nov 10, 2016
1 parent dab7224 commit ef3b41f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ JSON, with embedded comments following the pattern: `"-//field": "comment"`.
This is to provide maximum compatibility with all the strict json parsers out
there.

## Helpful information

* To get available events use `https://api.trello.com/1/boards/[config.boardId]/cards/visible`
* To get label names use `https://api.trello.com/1/boards/[config.boardId]/labels`
* To get card attachment use `https://api.trello.com/1/cards/[cardId]/attachments/[attachmentId]`


## License

[ISC](LICENSE). Copyright (c) [Geno Rouspky](https://github.com/groupsky).

0 comments on commit ef3b41f

Please sign in to comment.