Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-06 13:38:04 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-06 13:38:04 +0400
commit5315fd5a594e7de0e91804a9f28d4f2a0f8dd3ac (patch)
tree2c9c40bbd17f46bf6f56ecae41549bfb7bda6399
parentcab2ba0af300ec58ef325c4f9e5763aeebb61dbf (diff)
parent4bba945437f67ffa5fb6a4afad60729c1827e26b (diff)
Merge pull request #4505 from m4tthumphrey/patch-1
Added client list to API doc
-rw-r--r--doc/api/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api/README.md b/doc/api/README.md
index 6faf6dcc7c2..4bcd89949df 100644
--- a/doc/api/README.md
+++ b/doc/api/README.md
@@ -81,3 +81,8 @@ When listing resources you can pass the following parameters:
+ [System Hooks](system_hooks.md)
+ [Groups](groups.md)
+ [User Teams](user_teams.md)
+
+## Clients
+
++ [php-gitlab-api](https://github.com/m4tthumphrey/php-gitlab-api) - PHP
++ [Ruby Wrapper](https://github.com/NARKOZ/gitlab) - Ruby