Swagger UI
Introduction
Swagger UI allows you to visualize and interact with APIs without having any of the actual implementation logic in place. The APIs are automatically generated from the OpenAPI Specification, formerly Swagger, with the visual documentation making it easier to implement the backend code at a later stage.
Swagger UI
The OpenAPI Specification provides us a complete interactive user interface. The user interface for Domino REST API can be found here: http://localhost:8880* and it looks like this:
References
Domino REST API Swagger UI: http://localhost:8880
Swagger UI Homepage: https://swagger.io/tools/swagger-ui/
Note
You need a Domino REST API server running to open localhost links.