cowbird.api.webhooks.views
Attributes
Exceptions
Error indicating that an exception occurred during a webhook dispatch. |
Functions
|
|
|
User webhook used for created or removed user events. |
Permission webhook used for created or removed permission events. |
Module Contents
- exception cowbird.api.webhooks.views.WebhookDispatchException[source]
Bases:
Exception
Error indicating that an exception occurred during a webhook dispatch.
Initialize self. See help(type(self)) for accurate signature.
- cowbird.api.webhooks.views.dispatch(handler_fct: Callable[[cowbird.handlers.Handler], None]) None [source]