diff options
author | Matt Humphrey <github@m4tt.co> | 2013-07-06 10:14:06 +0100 |
---|---|---|
committer | Matt Humphrey <github@m4tt.co> | 2013-07-06 10:14:06 +0100 |
commit | 4bba945437f67ffa5fb6a4afad60729c1827e26b (patch) | |
tree | 2c9c40bbd17f46bf6f56ecae41549bfb7bda6399 /doc/api/README.md | |
parent | cab2ba0af300ec58ef325c4f9e5763aeebb61dbf (diff) | |
download | gitlab-ce-4bba945437f67ffa5fb6a4afad60729c1827e26b.tar.gz |
Added client list to API doc
Diffstat (limited to 'doc/api/README.md')
-rw-r--r-- | doc/api/README.md | 5 |
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 |