package
handler.server.utils
Utils scripts module.
module
handler.server.utils.swagger
This module provides scripts tto help generate swagger documentation.
Functions
get_swagger_ui_html
(
openapi_spec
,title
,swagger_js_url
,swagger_css_url
,swagger_favicon_url
)
(HTMLResponse) — A tweaked on fastapi.openapi.docs.get_swagger_ui_html to generate from raw JSON as opposed to using a url.</>