© 2024 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Initial Release
It is a tool to generate interactive documentation for your REST API.
The tool is available as a ZPM module. You can install the tool easy:
USER> zpm
ZPM: USER> install swagger-ui
Any contribution is welcome.
To start you can clone the repository and up the project in Docker.
$ git clone https://github.com/atygaev/iris-web-swagger-ui.git
$ cd iris-web-swagger-ui
$ docker-compose up -d
For your convenience the project contains simple REST API (src/Sample/PersonREST.cls).
Swagger documentation for the REST API is available at http://localhost:52773/swagger-ui/index.html