platypush/platypush/event
Fabio Manganiello c3fa3315f5
Implemented synchronization with webhook responses.
When a client triggers a `WebhookEvent` by calling a configured webhook
over `/hook/<hook_name>`, the server will now wait for the configured
`@hook` function to complete and it will return the returned response
back to the client.

This makes webhooks much more powerful, as they can be used to proxy
HTTP calls or other services, and in general return something to the
client instead of just executing actions.
2022-08-30 23:35:19 +02:00
..
processor Major LINT fixes 2021-04-05 00:58:44 +02:00
__init__.py Added docs for config plugin 2021-11-17 23:59:17 +01:00
hook.py Implemented synchronization with webhook responses. 2022-08-30 23:35:19 +02:00