zulip/zerver/webhooks/json
Mateusz Mandera ac14a8bcf5 typed_endpoint: Rename WebhookPayload to JsonBodyPayload.
This kind of payload that's loaded from json in the body of the request
is not only used for webhooks, but also in the push bouncer, and may get
used elsewhere too - so a general name is better.
2023-09-27 14:21:42 -07:00
..
fixtures integrations: Add JSON Printer webhook integration. 2021-04-28 07:23:18 -07:00
__init__.py integrations: Add JSON Printer webhook integration. 2021-04-28 07:23:18 -07:00
doc.md integrations-docs: Make use of consistent spacing. 2023-08-14 13:29:59 -07:00
tests.py ruff: Fix UP032 Use f-string instead of format call. 2023-07-23 15:18:18 -07:00
view.py typed_endpoint: Rename WebhookPayload to JsonBodyPayload. 2023-09-27 14:21:42 -07:00