zulip/zerver/webhooks/hellosign
Zixuan James Li b163f2fe4e webhooks: Convert non-body payload webhooks to use @typed_endpoint.
These webhooks do not use argument_type_is_body, so they are parsing the
payload from a query parameter directly into WildValue.
2023-09-08 08:20:17 -07:00
..
fixtures webhooks/hellosign: Rewrite the integration from scratch. 2018-10-04 12:16:06 -07:00
__init__.py Make webhooks as separate modules with view and tests. 2017-01-25 23:14:19 -08:00
doc.md markdown: Rewrite include plugin without markdown-include. 2022-06-26 17:36:31 -07:00
tests.py webhook: Rename FIXTURE_DIR_NAME to WEBHOOK_DIR_NAME. 2021-06-29 17:01:54 -07:00
view.py webhooks: Convert non-body payload webhooks to use @typed_endpoint. 2023-09-08 08:20:17 -07:00