pub async fn repos_slash_list_webhook_deliveries(
configuration: &Configuration,
owner: &str,
repo: &str,
hook_id: i32,
per_page: Option<i32>,
cursor: Option<&str>,
redelivery: Option<bool>,
) -> Result<Vec<HookDeliveryItem>, Error<ReposSlashListWebhookDeliveriesError>>Expand description
Returns a list of webhook deliveries for a webhook configured in a repository.