|
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 |