diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2017-05-23 15:44:06 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2017-05-23 15:44:06 +0200 |
commit | f3738854f0d010bade44edc60404dbab984d2adb (patch) | |
tree | 189c1d6f3e14816b4f954fc6124ffc1ec5ae4c66 /gitlab | |
parent | deecf1769ed4d3e9e2674412559413eb058494cf (diff) | |
download | gitlab-f3738854f0d010bade44edc60404dbab984d2adb.tar.gz |
Update Gitlab __init__ docstring
Diffstat (limited to 'gitlab')
-rw-r--r-- | gitlab/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/__init__.py b/gitlab/__init__.py index 19da2c7..1091319 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -65,6 +65,7 @@ class Gitlab(object): timeout (float): Timeout to use for requests to the GitLab server. http_username (str): Username for HTTP authentication http_password (str): Password for HTTP authentication + api_version (str): Gitlab API version to use (3 or 4) """ def __init__(self, url, private_token=None, email=None, password=None, |