Function apps_slash_get_installation

Source
pub async fn apps_slash_get_installation(
    configuration: &Configuration,
    installation_id: i32,
) -> Result<Installation, Error<AppsSlashGetInstallationError>>
Expand description

Enables an authenticated GitHub App to find an installation’s information using the installation id. You must use a JWT to access this endpoint.