diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-04-29 09:54:55 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-04-29 09:54:55 +0300 |
commit | 3083753c395722827385cf7542099cf6b4b60c4d (patch) | |
tree | ba7ab810bf0622bdb2fc352ccbee595ba9878f69 /doc | |
parent | c8c9c365a06f2cea7d68ea56b4c584ef7afab0e4 (diff) | |
parent | 274d6db18749f4fbcceabd3529b5bcdad9e5b5a4 (diff) | |
download | gitlab-ce-3083753c395722827385cf7542099cf6b4b60c4d.tar.gz |
Merge pull request #6891 from moul/patch-1
Added Node.js library link
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 b1740f35792..09c52350f3f 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -24,6 +24,7 @@ + [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 ## Introduction |