From ef3b41f1e48c23442f242ca30b29dcea9091e323 Mon Sep 17 00:00:00 2001 From: Geno Roupsky Date: Thu, 10 Nov 2016 21:27:37 +0200 Subject: [PATCH] some helpful info how to get data from trello --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a566c7d..17b5e6b 100644 --- a/README.md +++ b/README.md @@ -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).