summaryrefslogtreecommitdiff
path: root/docs/api-usage.rst
diff options
context:
space:
mode:
authorNejc Habjan <nejc.habjan@siemens.com>2022-05-04 00:16:41 +0200
committerNejc Habjan <nejc.habjan@siemens.com>2022-12-11 13:33:02 +0100
commit097997a6fd4a5e09474b3bffd48d879491018361 (patch)
treee6015c0323b4f597f7241d5d3c4493a934cc2537 /docs/api-usage.rst
parentc7cf0d1f172c214a11b30622fbccef57d9c86e93 (diff)
downloadgitlab-feat/graphql.tar.gz
feat: add basic GraphQL support (wip)feat/graphql
Diffstat (limited to 'docs/api-usage.rst')
-rw-r--r--docs/api-usage.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/api-usage.rst b/docs/api-usage.rst
index 06b9058..6822fe0 100644
--- a/docs/api-usage.rst
+++ b/docs/api-usage.rst
@@ -1,8 +1,8 @@
-############################
-Getting started with the API
-############################
+##################
+Using the REST API
+##################
-python-gitlab only supports GitLab API v4.
+python-gitlab currently only supports v4 of the GitLab REST API.
``gitlab.Gitlab`` class
=======================