diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2019-06-08 09:46:49 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2019-06-08 09:46:49 +0200 |
commit | 792766319f7c43004460fc9b975549be55430987 (patch) | |
tree | 5d23232c7222828def3da1e0e6016c923a620dc3 /docs/api-usage.rst | |
parent | 794d64c8ef8ef0448205b51ff4a25c1589c2b2dd (diff) | |
download | gitlab-no-more-v3.tar.gz |
docs: remove v3 supportno-more-v3
Diffstat (limited to 'docs/api-usage.rst')
-rw-r--r-- | docs/api-usage.rst | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/api-usage.rst b/docs/api-usage.rst index 8ab252c..36981b3 100644 --- a/docs/api-usage.rst +++ b/docs/api-usage.rst @@ -2,12 +2,7 @@ Getting started with the API ############################ -python-gitlab supports both GitLab v3 and v4 APIs. - -.. note:: - - To use the v3 make sure to install python-gitlab 1.4. Only the v4 API is - documented here. See the documentation of earlier versions for the v3 API. +python-gitlab only supports GitLab APIs v4. ``gitlab.Gitlab`` class ======================= |