mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 14:47:12 -04:00
add listAllPads API function
This commit is contained in:
parent
2466e65212
commit
5f5a909420
5 changed files with 45 additions and 1 deletions
|
@ -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"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue