mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
Release 1.59.0 (#2563)
This commit is contained in:
+1
-1
@@ -106,7 +106,7 @@ class Github:
|
||||
"""
|
||||
:param login_or_token: string deprecated, use auth=github.Auth.Login(...) or auth=github.Auth.Token(...) instead
|
||||
:param password: string deprecated, use auth=github.Auth.Login(...) instead
|
||||
:param jwt: string deprecated, use auth=github.Auth.AppAuthToken(...) instead
|
||||
:param jwt: string deprecated, use auth=github.Auth.AppAuth(...) or auth=github.Auth.AppAuthToken(...) instead
|
||||
:param app_auth: github.AppAuthentication deprecated, use auth=github.Auth.AppInstallationAuth(...) instead
|
||||
:param base_url: string
|
||||
:param timeout: integer
|
||||
|
||||
Reference in New Issue
Block a user