pub async fn repos_slash_get_webhook(
configuration: &Configuration,
owner: &str,
repo: &str,
hook_id: i32,
) -> Result<Hook, Error<ReposSlashGetWebhookError>>Expand description
Returns a webhook configured in a repository. To get only the webhook config properties, see "Get a webhook configuration for a repository."