diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-05-08 18:21:49 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-05-08 18:21:49 +0000 |
commit | 1ba865c6a66641cbbfa19f9c2b3a993899bf8add (patch) | |
tree | ab613a5884d24aa93fa7ae0af7481e67e813e774 /doc/api | |
parent | 5218537c3bff9e26f657fd0f8c773471a5170d9b (diff) | |
parent | ccdf7a329a3eb483a6ec2f9c68d77f5697844f0d (diff) | |
download | gitlab-ce-1ba865c6a66641cbbfa19f9c2b3a993899bf8add.tar.gz |
Merge branch 'master' into 'master'
Added Laravel API Wrapper
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 |