platypush/platypush/message
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
..
event Implemented synchronization with webhook responses. 2022-08-30 23:35:19 +02:00
request Cleaner logging for assertion errors in plugin actions 2022-08-25 00:30:53 +02:00
response Fixed docs issues 2021-09-22 00:19:14 +02:00
__init__.py Better auto-generated documentation and fixed docstring warnings 2022-03-03 20:26:25 +01:00