Function repo_get_hook

Source
pub async fn repo_get_hook(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    id: i64,
) -> Result<Hook, Error<RepoGetHookError>>