zulip/zerver/webhooks/zapier
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 webhooks/zapier: Support authentication for the Zapier Zulip app. 2019-03-11 10:54:55 -07:00
__init__.py Make webhooks as separate modules with view and tests. 2017-01-25 23:14:19 -08:00
doc.md integrations: Update text in Zapier Documentation. 2023-05-09 12:25:18 -07:00
tests.py webhook: Rename FIXTURE_DIR_NAME to WEBHOOK_DIR_NAME. 2021-06-29 17:01:54 -07:00
view.py webhooks: Migrate most webhooks to use @typed_endpoint. 2023-09-08 08:20:17 -07:00