We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8c480 commit 4c3aa23Copy full SHA for 4c3aa23
gitlab/__init__.py
@@ -61,7 +61,9 @@ class Gitlab(object):
61
private_token (str): The user private token
62
email (str): The user email or login.
63
password (str): The user password (associated with email).
64
- ssl_verify (bool): Whether SSL certificates should be validated.
+ ssl_verify (bool|str): Whether SSL certificates should be validated. If
65
+ the value is a string, it is the path to a CA file used for
66
+ certificate validation.
67
timeout (float): Timeout to use for requests to the GitLab server.
68
http_username (str): Username for HTTP authentication
69
http_password (str): Password for HTTP authentication
0 commit comments