Release 1.59.0 (#2563)

This commit is contained in:
Enrico Minack
2023-06-22 19:41:10 +02:00
committed by GitHub
parent ff3b80f8f1
commit 14ae2cad4c
5 changed files with 108 additions and 11 deletions
+1 -1
View File
@@ -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