Skip to main content

Release Notes v2.1.0

Download:Windows|macOS
This is a minor release. Minor releases introduce new features but no backward compatibility issues. Below are some of the highlights. For a more extensive listing of all the changes you can refer to the beta changelog.
  • 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.