Commit 5315fd5a594e7de0e91804a9f28d4f2a0f8dd3ac

Authored by Dmitriy Zaporozhets
2 parents cab2ba0a 4bba9454

Merge pull request #4505 from m4tthumphrey/patch-1

Added client list to API doc
Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
doc/api/README.md
... ... @@ -81,3 +81,8 @@ When listing resources you can pass the following parameters:
81 81 + [System Hooks](system_hooks.md)
82 82 + [Groups](groups.md)
83 83 + [User Teams](user_teams.md)
  84 +
  85 +## Clients
  86 +
  87 ++ [php-gitlab-api](https://github.com/m4tthumphrey/php-gitlab-api) - PHP
  88 ++ [Ruby Wrapper](https://github.com/NARKOZ/gitlab) - Ruby
... ...