diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-05-08 21:31:43 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-05-08 21:31:43 +0300 |
commit | 8c1201efac2cfe521decf6fa330338c9c86651b4 (patch) | |
tree | d0c8d18a5a0c974f4e903b799386e5f27c887d31 /doc/api | |
parent | 4ca1a29de823205b2f84bc5330b60440ea70dbc1 (diff) | |
parent | 1ba865c6a66641cbbfa19f9c2b3a993899bf8add (diff) | |
download | gitlab-ce-8c1201efac2cfe521decf6fa330338c9c86651b4.tar.gz |
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/README.md b/doc/api/README.md index 4ef4c031bc2..4c40589fd4f 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -21,6 +21,7 @@ ## Clients + [php-gitlab-api](https://github.com/m4tthumphrey/php-gitlab-api) - PHP ++ [Laravel API Wrapper for GitLab CE](https://github.com/adamgoose/gitlab) - PHP / [Laravel](http://laravel.com) + [Ruby Wrapper](https://github.com/NARKOZ/gitlab) - Ruby + [python-gitlab](https://github.com/Itxaka/python-gitlab) - Python + [java-gitlab-api](https://github.com/timols/java-gitlab-api) - Java |