zulip/zerver/webhooks/trello/view
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
..
__init__.py webhooks: Migrate most webhooks to use @typed_endpoint. 2023-09-08 08:20:17 -07:00
board_actions.py integrations: Replace use of 'subject' to 'topic'. 2023-07-17 10:35:51 -07:00
card_actions.py integrations: Replace use of 'subject' to 'topic'. 2023-07-17 10:35:51 -07:00