Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can make requests to your engine over HTTP (using curl in a linux shell, or Postman, or a browser location bar). For example,

http://localhost:8080/api/engine-version will allow you to know which version of the pico engine you are running. For example,  {"version":"0.7.2"}

...