zulip/zerver/webhooks/slack_incoming
Zixuan James Li 9377080f1f webhooks: Migrate most webhooks to use @typed_endpoint.
This converts most webhook integration views to use @typed_endpoint instead
of @has_request_variables, rewriting REQ parameters. For these
webhooks, it simply requires switching the decorator, rewriting the
type annotation of payload/message to WebhookPayload[WildValue], and
removing the REQ default that defines the to_wild_value converter.
2023-09-08 08:20:17 -07:00
..
fixtures slack_incoming: Verify that keys exist before checking their value. 2022-11-29 16:34:16 -08:00
__init__.py
doc.md markdown: Rewrite include plugin without markdown-include. 2022-06-26 17:36:31 -07:00
tests.py slack_incoming: Support "fields" in "section"s. 2023-01-04 14:03:47 -08:00
view.py webhooks: Migrate most webhooks to use @typed_endpoint. 2023-09-08 08:20:17 -07:00