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:
Mark Holmquist 2012-08-17 11:46:34 -07:00
parent 9b1673c60f
commit f9469ef256
4 changed files with 29 additions and 0 deletions

View file

@ -67,6 +67,7 @@ var functions = {
"isPasswordProtected" : ["padID"],
"listAuthorsOfPad" : ["padID"],
"padUsersCount" : ["padID"],
"padUsers" : ["padID"],
"sendClientsMessage" : ["padID", "msg"]
};