Commit ccdf7a329a3eb483a6ec2f9c68d77f5697844f0d

Authored by Adam Engebretson
1 parent 800aacef

Added Laravel API Wrapper

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
doc/api/README.md
... ... @@ -21,6 +21,7 @@
21 21 ## Clients
22 22  
23 23 + [php-gitlab-api](https://github.com/m4tthumphrey/php-gitlab-api) - PHP
  24 ++ [Laravel API Wrapper for GitLab CE](https://github.com/adamgoose/gitlab) - PHP / [Laravel](http://laravel.com)
24 25 + [Ruby Wrapper](https://github.com/NARKOZ/gitlab) - Ruby
25 26 + [python-gitlab](https://github.com/Itxaka/python-gitlab) - Python
26 27 + [java-gitlab-api](https://github.com/timols/java-gitlab-api) - Java
... ... @@ -147,4 +148,4 @@ Issue
147 148 * iid - is uniq only in scope of single project. When you browse issues or merge requests with Web UI - you see iid.
148 149  
149 150 So if you want to get issue with api you use `http://host/api/v3/.../issues/:id.json`
150 151 -But when you want to create a link to web page - use `http:://host/project/issues/:iid.json`
  152 +But when you want to create a link to web page - use `http:://host/project/issues/:iid.json`
151 153 \ No newline at end of file
... ...