Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

swagger support #9

Open
sytolk opened this issue Nov 18, 2019 · 1 comment
Open

swagger support #9

sytolk opened this issue Nov 18, 2019 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@sytolk
Copy link

sytolk commented Nov 18, 2019

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
Copy link
Author

sytolk commented Nov 19, 2019

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?

@Developer66 Developer66 reopened this Nov 19, 2019
@Developer66 Developer66 added enhancement New feature or request help wanted Extra attention is needed labels Nov 19, 2019
@Developer66 Developer66 pinned this issue Nov 19, 2019
@Developer66 Developer66 unpinned this issue Dec 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants