zulip/zerver/webhooks/transifex
Zixuan James Li 9fef12950a webhooks: Migrate transifex to use endpoint to use @typed_endpoint.
Transifex has parameters that need to be parsed from JSON and converted
to int. Note that we use Optional[Json[int]] instead of
Json[Optional[int]] to replicate the behavior of json_validator. This
caveat is explained in a new test called test_json_optional.
2023-09-08 08:20:17 -07:00
..
__init__.py
doc.md markdown: Rewrite include plugin without markdown-include. 2022-06-26 17:36:31 -07:00
tests.py python: Remove locally dead code. 2021-08-19 01:51:37 -07:00
view.py webhooks: Migrate transifex to use endpoint to use @typed_endpoint. 2023-09-08 08:20:17 -07:00