
Initial Release
This is an InterSystems IRIS package to allows REST applications expose swagger/openapi specification as a web portal using Redoc.
Using YOUR InterSystems IRIS application terminal. Execute:
zpm:USER>install iris-redoc
Notes: iris-redoc application don’t have internal apis to test redoc, use YOUR IRIS app, or any other public or published openapi URL.
Open http://[host]:[port]/csp/redoc/?url=[url of the swagger/openapi.json] using your browser.
Create your repository from template.
Clone/git pull the repo into any local directory e.g. like it is shown below (here I show all the examples related to this repository, but I assume you have your own derived from the template):
$ git clone https://github.com/yurimarx/iris-redoc.git
Open the terminal in this directory and run:
$ docker-compose up -d --build
or open the folder in VSCode and do the following:
