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

[api.swagger]-swagger ui support #1

Closed
mononobi opened this issue May 28, 2019 · 4 comments
Closed

[api.swagger]-swagger ui support #1

mononobi opened this issue May 28, 2019 · 4 comments
Assignees
Labels
basic feature Basic required features

Comments

@mononobi
Copy link
Owner

mononobi commented May 28, 2019

add each new route into a list in api.swagger package to be able to generate api doc from it.
extract param names from args, and param types and keyword args from docs.
and register each api module as a dict key, and the values would be all api methods of that module with all info. this package must process the docs in after_packages_loaded() hook of packaging.

@mononobi mononobi added the basic feature Basic required features label May 28, 2019
@mononobi mononobi self-assigned this May 28, 2019
@mononobi
Copy link
Owner Author

add a service to application to get Route instance by route url.

@mononobi mononobi changed the title Router package [api.router]-router package Jun 18, 2019
@mononobi mononobi changed the title [api.router]-router package [api.swagger]-swagger ui support Feb 18, 2020
@mononobi
Copy link
Owner Author

mononobi commented Jul 5, 2021

Add yaml doc for pyrin exposed api services.

@mononobi
Copy link
Owner Author

mononobi commented Jul 6, 2021

Add yaml doc for pyrin exposed api services.

Done

@mononobi
Copy link
Owner Author

Done, thanks to awesome flasgger and custom fine tunings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
basic feature Basic required features
Projects
None yet
Development

No branches or pull requests

1 participant