diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-25 12:22:04 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-25 12:22:04 -0700 |
commit | 2b36dee64485062c69779217d4a202e5ca1b67bd (patch) | |
tree | 41ff1a4e1f10cc672ca99e9ab44b8fc650925deb /doc | |
parent | ac139609439df5352b3f8b38a1eb33922ff8ca38 (diff) | |
parent | 90af8aa6fe3bcbb5c5e7a477b1e42f05f0a7102b (diff) | |
download | gitlab-ce-2b36dee64485062c69779217d4a202e5ca1b67bd.tar.gz |
Merge pull request #4815 from MegaDiablo/patch-1
add link on realisation api for java client
Diffstat (limited to 'doc')
-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 8e4eb296b40..7668df07af1 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -88,3 +88,4 @@ When listing resources you can pass the following parameters: + [php-gitlab-api](https://github.com/m4tthumphrey/php-gitlab-api) - PHP + [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 |