summaryrefslogtreecommitdiff
path: root/gitlab/__init__.py
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2021-01-31 18:16:05 +0100
committerNejc Habjan <hab.nejc@gmail.com>2021-01-31 18:16:05 +0100
commita69a214ef7f460cef7a7f44351c4861503f9902e (patch)
tree259094684eb4ea50f0a161cf44d96fdbcd75aa92 /gitlab/__init__.py
parentc5a37e7e37a62372c250dfc8c0799e847eecbc30 (diff)
downloadgitlab-feat/override-user-agent.tar.gz
docs: add docs and examples for custom user agentfeat/override-user-agent
Diffstat (limited to 'gitlab/__init__.py')
-rw-r--r--gitlab/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/__init__.py b/gitlab/__init__.py
index 5cdcef2..a9cbf89 100644
--- a/gitlab/__init__.py
+++ b/gitlab/__init__.py
@@ -65,6 +65,7 @@ class Gitlab(object):
api_version (str): Gitlab API version to use (support for 4 only)
pagination (str): Can be set to 'keyset' to use keyset pagination
order_by (str): Set order_by globally
+ user_agent (str): A custom user agent to use for making HTTP requests.
"""
def __init__(