Merge pull request #1342 from spcsser/feature/padlisting

API & backend to list pads on epl instance
This commit is contained in:
John McLear 2013-01-14 08:13:57 -08:00
commit 654654b4e1
5 changed files with 121 additions and 3 deletions

View file

@ -42,6 +42,12 @@ exports.deleteGroup = groupManager.deleteGroup;
exports.listPads = groupManager.listPads;
exports.createGroupPad = groupManager.createGroupPad;
/**********************/
/**PADLIST FUNCTION****/
/**********************/
exports.listAllPads = padManager.getPads;
/**********************/
/**AUTHOR FUNCTIONS****/
/**********************/