Documentation

Nomirun Host Swagger Documentation

Nomirun Host comes with Swagger documentation out of the box.

  1. It contains some built in HTTP endpoints to manage Nomirun host.
  2. Whenever you Add Web API controllers to the module, it will be registered in Swagger docs automatically.

Swagger endpoint is exposed on the HttpPort, read more here.

Swagger UI

In my example the HttpPort is set to 5350 and I can go to the http://localhost:5350/swagger on my machine. By default, the swagger is protected by a username user and password pass.

You can change those in the Nomirun.Host.Config.json:

...
    "Swagger": {
      "Username": "user",
      "Password": "pass"
    },
...

We recommend you to use our AI capabilities to generate rich Swagger documentation.