We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be83ff9 commit 11c1425Copy full SHA for 11c1425
gitlab/__init__.py
@@ -61,10 +61,10 @@ class Gitlab(object):
61
email (str): The user email or login.
62
password (str): The user password (associated with email).
63
ssl_verify (bool): Whether SSL certificates should be validated.
64
- timeout (float or tuple(float,float)): Timeout to use for requests to
65
- the GitLab server.
66
- http_username: (str): Username for HTTP authentication
67
- http_password: (str): Password for HTTP authentication
+ 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
+
68
Attributes:
69
user_emails (UserEmailManager): Manager for GitLab users' emails.
70
user_keys (UserKeyManager): Manager for GitLab users' SSH keys.
0 commit comments