pub async fn apps_slash_get_user_installation(
configuration: &Configuration,
username: &str,
) -> Result<Installation, Error<AppsSlashGetUserInstallationError>>
Expand description
Enables an authenticated GitHub App to find the user’s installation information. You must use a JWT to access this endpoint.