pub async fn apps_slash_get_webhook_delivery(
configuration: &Configuration,
delivery_id: i32,
) -> Result<HookDelivery, Error<AppsSlashGetWebhookDeliveryError>>
Expand description
Returns a delivery for the webhook configured for a GitHub App. You must use a JWT to access this endpoint.