diff options
author | Job van der Voort <jobvandervoort@gmail.com> | 2014-10-23 11:11:53 +0200 |
---|---|---|
committer | Job van der Voort <jobvandervoort@gmail.com> | 2014-10-23 11:11:53 +0200 |
commit | 6704792933575846c55724a8fe667edb4ddcb490 (patch) | |
tree | df9b594a903deca3327aad62e4d69c8ce63c692b /doc | |
parent | c6efa56ee7039882625942ce29ea9fdeeffaa6cd (diff) | |
download | gitlab-ce-6704792933575846c55724a8fe667edb4ddcb490.tar.gz |
link third applications to website
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/README.md | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/doc/api/README.md b/doc/api/README.md index f76a253083f..ffe250df3ff 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -21,13 +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 -- [node-gitlab](https://github.com/moul/node-gitlab) - Node.js -- [NGitLab](https://github.com/Scooletz/NGitLab) - .NET +Find API Clients for GitLab [on our website](https://about.gitlab.com/applications/#api-clients). ## Introduction @@ -158,7 +152,7 @@ When an attribute is missing, you will get something like: HTTP/1.1 400 Bad Request Content-Type: application/json - + { "message":"400 (Bad request) \"title\" not given" } @@ -167,7 +161,7 @@ When a validation error occurs, error messages will be different. They will hold HTTP/1.1 400 Bad Request Content-Type: application/json - + { "message": { "bio": [ |