platypush/platypush/backend/http/app/routes
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
..
plugins Refactored camera stream route 2022-03-28 12:44:04 +02:00
__init__.py Refactored HTTP server to split the routes on separate files and keep the main Flask app object in a separate file as well so it can be easily wrapped by a WSGI instance 2019-02-23 21:19:00 +01:00
auth.py Resolve "Mastodon integration" 2021-11-07 01:00:29 +01:00
dashboard.py The /execute endpoint should require authentication as well 2020-11-28 15:28:09 +01:00
execute.py Fixed LGTM warnings 2022-06-10 20:56:40 +02:00
hook.py Implemented synchronization with webhook responses. 2022-08-30 23:35:19 +02:00
index.py New template for index panel 2020-11-30 20:57:00 +01:00
login.py Major LINT fixes 2021-04-05 00:58:44 +02:00
logout.py Fixed LGTM warnings 2022-06-10 20:56:40 +02:00
plugin.py Migrated /plugin/<pluginName> route 2021-02-21 00:39:06 +01:00
register.py Major LINT fixes 2021-04-05 00:58:44 +02:00
resources.py Fixed/suppressed LGTM warnings 2022-02-08 21:51:37 +01:00