diff options
author | Itxaka Serrano <itxakaserrano@gmail.com> | 2013-08-06 21:24:29 +0200 |
---|---|---|
committer | Itxaka <itxakaserrano@gmail.com> | 2013-08-07 09:40:26 +0200 |
commit | bc3a4d319469887ad6667a9b7726963cbe72eabc (patch) | |
tree | 069a1fefae9dec3465598a5b1fc14e80b31d6d15 /doc/api | |
parent | 27b7aeddfbd4b927c45d574c2c1cc846abe0cca2 (diff) | |
download | gitlab-ce-bc3a4d319469887ad6667a9b7726963cbe72eabc.tar.gz |
added python api wrapper
Diffstat (limited to 'doc/api')
-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 49bda6725e7..8e4eb296b40 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -87,3 +87,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 |