pub async fn apps_slash_list_webhook_deliveries(
configuration: &Configuration,
per_page: Option<i32>,
cursor: Option<&str>,
redelivery: Option<bool>,
) -> Result<Vec<HookDeliveryItem>, Error<AppsSlashListWebhookDeliveriesError>>
Expand description
Returns a list of webhook deliveries for the webhook configured for a GitHub App. You must use a JWT to access this endpoint.