add listAllPads API function

This commit is contained in:
aritas1 2012-02-14 19:48:47 +04:00
parent 2466e65212
commit 5f5a909420
5 changed files with 45 additions and 1 deletions

View file

@ -42,7 +42,8 @@ var functions = {
"createGroup" : [],
"createGroupIfNotExistsFor" : ["groupMapper"],
"deleteGroup" : ["groupID"],
"listPads" : ["groupID"],
"listPads" : ["groupID"],
"listAllPads" : [],
"createPad" : ["padID", "text"],
"createGroupPad" : ["groupID", "padName", "text"],
"createAuthor" : ["name"],