pub async fn repos_slash_get_webhook_delivery(
configuration: &Configuration,
owner: &str,
repo: &str,
hook_id: i32,
delivery_id: i32,
) -> Result<HookDelivery, Error<ReposSlashGetWebhookDeliveryError>>
Expand description
Returns a delivery for a webhook configured in a repository.