pub async fn repos_slash_ping_webhook(
configuration: &Configuration,
owner: &str,
repo: &str,
hook_id: i32,
) -> Result<(), Error<ReposSlashPingWebhookError>>
Expand description
This will trigger a ping event to be sent to the hook.
pub async fn repos_slash_ping_webhook(
configuration: &Configuration,
owner: &str,
repo: &str,
hook_id: i32,
) -> Result<(), Error<ReposSlashPingWebhookError>>
This will trigger a ping event to be sent to the hook.