Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItxaka Serrano <itxakaserrano@gmail.com>2013-08-06 23:24:29 +0400
committerItxaka <itxakaserrano@gmail.com>2013-08-07 11:40:26 +0400
commitbc3a4d319469887ad6667a9b7726963cbe72eabc (patch)
tree069a1fefae9dec3465598a5b1fc14e80b31d6d15 /doc/api/README.md
parent27b7aeddfbd4b927c45d574c2c1cc846abe0cca2 (diff)
added python api wrapper
Diffstat (limited to 'doc/api/README.md')
-rw-r--r--doc/api/README.md1
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