diff options
author | Andre Guedes <andrebsguedes@gmail.com> | 2016-10-03 00:12:59 -0300 |
---|---|---|
committer | Andre Guedes <andrebsguedes@gmail.com> | 2016-10-05 13:12:07 -0300 |
commit | 41d70ea300efb73a05f4753ddd3e0c3730e96e0a (patch) | |
tree | a5ada4717f2728b654b8dd6dd517a6cfb4cb08ca /lib/api/api.rb | |
parent | 8ddb082fbcdfdfe9ce14922e88a38bf02504d7c3 (diff) | |
download | gitlab-ce-41d70ea300efb73a05f4753ddd3e0c3730e96e0a.tar.gz |
Added Issue Board API support
- Includes documentation and tests
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r-- | lib/api/api.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb index cb47ec8f33f..0bbf73a1b63 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -43,6 +43,7 @@ module API mount ::API::Groups mount ::API::Internal mount ::API::Issues + mount ::API::Boards mount ::API::Keys mount ::API::Labels mount ::API::LicenseTemplates |