open-elevation icon indicating copy to clipboard operation
open-elevation copied to clipboard

swagger support

Open sytolk opened this issue 6 years ago • 1 comments

It will be great if its have swagger integration in server.py https://swagger.io/tools/open-source/open-source-integrations/#python This will let the developers to easy testing with swagger-ui and generate API clients on all programming languages. I'm not a python developer but can create swagger.yml file

sytolk avatar Nov 18 '19 16:11 sytolk

Thanks for merging this PR but swagger.py don't have swagger integration yet - this swagger.json file needs to be generated from Rest service Endpoint for example: http://localhost:8080/api/v1/swagger.json In case Endpoint or mapping is changed swagger.json needs to be regenerated automatically. This is the reason that Rest service needs to have swagger integration. @Developer66 Can you reopen this issue for the python developers?

sytolk avatar Nov 19 '19 18:11 sytolk