Skip to main content

post_webhook

Function post_webhook 

Source
pub async fn post_webhook(
    configuration: &Configuration,
    repo_ref: &str,
    webhook_create_input: WebhookCreateInput,
) -> Result<WebhookModel, Error<PostWebhookError>>