of     1   

nstrike159
#155852015Friday, February 13, 2015 3:17 AM GMT

For the past week I have been making this trello api that allows you to create cards boards lists and even labels. I wanted to know from anyone what else i should add to it. Here are the current functions and should i continue on it? -Functions -------------- GetBoardID([Board Name]) return Board ID -------------- GetListID([List Name],[Board ID]) return List ID -------------- GetCardID([Name],[Board ID]) returns Card ID -------------- GetBoardInfo([Board ID]) returns a table -------------- GetCardInfo([Card ID],[Board ID]) return an table ----------- GetLists([Board ID]) returns a table ------------ AddCard([Name],[Decription],[List ID],Optional[AddUrl],Optional[Position **Valid Values: A position. top, bottom, or a positive number.**],Optional[Due*Default=null*],Optional[Label**Valid Values: all or a comma-separated list of: blue,green,orange,purple,red,yellow**],Optional[CardToCopyID]) returns a Table ------------ AddList([Name],[Board ID],Optional[List to Copy],Optional[Position *Valid Values: position. top, bottom, or a positive number.*]) ------------ AddCardAtt([Card ID],[Name],[File,URL],[Value]) ------------ AddLabel([Name],[Color],[Board ID]) returns Label ID ------------ AddCardLabel([Card ID],[Label ID]) ------------ GetLabels([Board ID]) ------------ GetCardsInList([List ID]) returns a table containing the cards tables ------------ PostComment([Card ID]) link: http://www.roblox.com/Trello-API-item?id=214265621 nstrike159 the scripter
nstrike159
#155877770Friday, February 13, 2015 6:04 PM GMT

Any opinions? nstrike159 the scripter
[rfa#hidefromsearch]
#162326134Sunday, May 17, 2015 5:30 PM GMT

[rfa#hidefromsearch]
chimmihc
#162326206Sunday, May 17, 2015 5:31 PM GMT

Trello is for noobs. I script -~ chimmihc
Crossota
#167632694Wednesday, July 15, 2015 5:36 AM GMT

K
TimeTicks
#167639315Wednesday, July 15, 2015 7:12 AM GMT

Trello is overrated. "Talk is cheap. Show me the code." - Linus Torvalds
Uncondoned
#222130128Sunday, July 23, 2017 4:30 PM GMT

Add a method that receives the due date on a card.

    of     1