mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 03:41:08 +00:00
Pass Requester arguments to AppInstallationAuth.__integration (#2695)
This commit is contained in:
@@ -32,7 +32,9 @@ class GithubIntegration:
|
||||
jwt_algorithm: str = ...,
|
||||
auth: Optional[AppAuth] = ...,
|
||||
) -> None: ...
|
||||
def get_github_for_installation(self, installation_id: int) -> github.Github: ...
|
||||
def get_github_for_installation(
|
||||
self, installation_id: int, token_permissions: Optional[Dict[str, str]] = ...
|
||||
) -> github.Github: ...
|
||||
def _get_installed_app(self, url: str) -> Installation: ...
|
||||
def _get_headers(self) -> Dict[str, str]: ...
|
||||
def create_jwt(self, expiration: Optional[int] = ...) -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user