diff options
author | Adam Engebretson <adam@enge.me> | 2014-04-25 03:38:54 +0000 |
---|---|---|
committer | Adam Engebretson <adam@enge.me> | 2014-04-25 03:38:54 +0000 |
commit | ccdf7a329a3eb483a6ec2f9c68d77f5697844f0d (patch) | |
tree | 7a1576ae123cc3a1e67aff95dc384bf7f058dbcc /doc | |
parent | 800aacef563dd43b48d7ce58585a626a8d20f95e (diff) | |
download | gitlab-ce-ccdf7a329a3eb483a6ec2f9c68d77f5697844f0d.tar.gz |
Added Laravel API Wrapper
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api/README.md b/doc/api/README.md index b1740f35792..5f848e0f4b7 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 @@ -147,4 +148,4 @@ Issue * iid - is uniq only in scope of single project. When you browse issues or merge requests with Web UI - you see iid. So if you want to get issue with api you use `http://host/api/v3/.../issues/:id.json` -But when you want to create a link to web page - use `http:://host/project/issues/:iid.json` +But when you want to create a link to web page - use `http:://host/project/issues/:iid.json`
\ No newline at end of file |