mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
Add in padUsers HTTP API call
I needed the list of users this time, so I got it. There are docs and everything.
This commit is contained in:
parent
9b1673c60f
commit
f9469ef256
4 changed files with 29 additions and 0 deletions
|
@ -67,6 +67,7 @@ var functions = {
|
|||
"isPasswordProtected" : ["padID"],
|
||||
"listAuthorsOfPad" : ["padID"],
|
||||
"padUsersCount" : ["padID"],
|
||||
"padUsers" : ["padID"],
|
||||
"sendClientsMessage" : ["padID", "msg"]
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue