mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -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
|
@ -48,6 +48,7 @@ exports.createGroupPad = groupManager.createGroupPad;
|
|||
exports.createAuthor = authorManager.createAuthor;
|
||||
exports.createAuthorIfNotExistsFor = authorManager.createAuthorIfNotExistsFor;
|
||||
exports.listPadsOfAuthor = authorManager.listPadsOfAuthor;
|
||||
exports.padUsers = padMessageHandler.padUsers;
|
||||
exports.padUsersCount = padMessageHandler.padUsersCount;
|
||||
|
||||
/**********************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue