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

Support generating openapi UI html through the dedicated function #298

Closed
glebpom opened this issue Jun 29, 2022 · 1 comment
Closed

Support generating openapi UI html through the dedicated function #298

glebpom opened this issue Jun 29, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@glebpom
Copy link
Contributor

glebpom commented Jun 29, 2022

We found that it would be helpful to generate rapidoc/redoc/swagger HTML content without actually serving it through the Endpoint. We were able to implement it by calling methods on returned Endpoint, but it seems that it is possible to implement it in a simpler way, without creating the Endpoint

@sunli829
Copy link
Collaborator

Added some methons xxx_html for create UI HTML.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants