pub async fn apps_slash_get_repo_installation(
configuration: &Configuration,
owner: &str,
repo: &str,
) -> Result<Installation, Error<AppsSlashGetRepoInstallationError>>
Expand description
Enables an authenticated GitHub App to find the repository’s installation information. The installation’s account type will be either an organization or a user account, depending which account the repository belongs to. You must use a JWT to access this endpoint.