akkihan
Results
2
issues of
akkihan
Hello, I am interested in a way to create a swagger.json automatically during the application start or build phase. Currently, I manually do a call to GET /swagger.json endpoint which...
Hi, I have two different paths for the generation of swagger.json. 1. GET /swaggerusers.json controllers.ApiHelpController.getResource(path = "/users") 2. GET /swaggerclients.json controllers.ApiHelpController.getResource(path = "/clients") Each swagger has only endpoints from the...