- Local REST API
- Several small fixes and UI improvements
Local REST API
BOMIST can now launch a local web server that exposes a REST API. Through this API you can then retrieve and process your data the way you want by creating your own scripts. This feature is available on all plans.
Once the server is running, you can test it by simply opening your web browser at http://localhost:3333
(or on any other hostname
and port
you started the server at).
Documentation is provided at http://localhost:3333/_swagger
.
Endpoints to retrieve data and to interact with the UI are available.