add issues API

This commit is contained in:
Nihad Abbasov 2012-07-24 05:19:51 -07:00
parent 0f604e62fb
commit 7b33d8cbca
4 changed files with 195 additions and 0 deletions

View file

@ -15,5 +15,6 @@ module Gitlab
mount Users
mount Projects
mount Issues
end
end