1 parent 6b20199 commit 3d2c6c5Copy full SHA for 3d2c6c5
1 file changed
github2/client.py
@@ -26,6 +26,7 @@ def __init__(self, username=None, api_token=None, debug=False,
26
:param str username: your own GitHub username.
27
:param str api_token: can be found at https://github.com/account
28
(while logged in as that user):
29
+ :param bool debug: enable debugging information.
30
:param str access_token: can be used when no ``username`` and/or
31
``api_token`` is used. The ``access_token`` is the OAuth access
32
token that is received after successful OAuth authentication.
0 commit comments