Add listAllGroups API endpoint

Adds a database key that lists all groups
This commit is contained in:
Marcel Klehr 2012-09-17 23:03:56 +02:00
parent 9cfcafb852
commit f8f002adc0
5 changed files with 107 additions and 2 deletions

View file

@ -35,6 +35,7 @@ var cleanText = require("./Pad").cleanText;
/**GROUP FUNCTIONS*****/
/**********************/
exports.listAllGroups = groupManager.listAllGroups;
exports.createGroup = groupManager.createGroup;
exports.createGroupIfNotExistsFor = groupManager.createGroupIfNotExistsFor;
exports.deleteGroup = groupManager.deleteGroup;