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

@ -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;
/**********************/