Add api for creating/listing/viewing groups

This commit is contained in:
Christian Simon 2013-01-08 22:05:00 +01:00
parent 61833bcb74
commit 8edc6b6a8c
3 changed files with 62 additions and 1 deletions

View file

@ -11,7 +11,8 @@ module Gitlab
format :json
error_format :json
helpers APIHelpers
mount Groups
mount Users
mount Projects
mount Issues