-
-
Notifications
You must be signed in to change notification settings - Fork 227
APIs
Massimo Melina edited this page Nov 3, 2023
·
6 revisions
You can interact with HFS in some ways:
You can invoke REST APIs.
Since our interfaces are web-based, there's an API for almost anything. At the moment only a few are documented, but you can study others by looking into browser's dev-tools:
While http requests are suitable for external software, you should consider also writing a plugin, or just writing some server code.
Some files like config.yaml
, custom.html
and plugin.js
are monitored, and reloaded at every change, without need to restart the server.