Skip to main content

Module webhook

Module webhook 

Source
Available on crate feature link only.
Expand description

Utilities for parsing webhook URLs.

The URL is typically provided by the desktop client GUI when configuring a webhook integration.

Structs§

WebhookParseError
Error when parsing a webhook URL.

Enums§

WebhookParseErrorType
Type of WebhookParseError that occurred.

Functions§

parse
Parse the webhook ID and token from a webhook URL, if it exists in the string.