New VENUS Software Release

Hi Keenan,

The API is included by default with the VENUS six installation.

The API has a SwaggerUI to view all the functions available, although it´s disabled by default. To enable SwaggerUI:

  • Edit ProgramFiles(x86)\HAMILTON\Bin\WebAPI\WebAPI.Host.appsettings.json with a text editor
  • At the bottom, set the “swaggerUIEnabled” setting to true
  • Stop/start the “Hamilton VENUS WebAPI Host” service.
  • Open http://localhost:51745/swagger/index.html
6 Likes