zulip/zerver/webhooks/uptimerobot
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 integrations: Add Uptime Robot integration. 2021-05-09 20:34:19 -07:00
__init__.py integrations: Add Uptime Robot integration. 2021-05-09 20:34:19 -07:00
doc.md uptimerobot: Use the create-bot-construct-url macro for uptimerobot. 2022-09-08 13:37:35 -07:00
tests.py webhooks: Remove space from UptimeRobot. 2021-12-22 14:05:17 -08:00
view.py webhooks: Migrate most webhooks to use @typed_endpoint. 2023-09-08 08:20:17 -07:00