public interface TrelloClient
Modifier and Type | Interface and Description |
---|---|
static class |
TrelloClient.Proxy |
static class |
TrelloClient.TrelloStub |
Modifier and Type | Method and Description |
---|---|
String |
getBoardCards(String boardId,
String cardFilter) |
String |
getBoardLists(String boardId,
String cardFilter,
String cardFields,
String listFilter,
String listFields) |
String |
getListCards(String listId) |
String |
getMemberBoards(String memberId,
String filter,
String lists) |
String |
getMyBoards() |
String |
postCards(String listId,
String name,
String description) |