Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

This package provides the static files for OpenAPI UI tools as a python package.

License

NotificationsYou must be signed in to change notification settings

dapper91/python-openapi-ui-bundles

Repository files navigation

This package provides the static files forOpenAPI UI tools as a python package.The following UI tools are included:

Flask usage example:

importflaskimportopenapi_ui_bundlesapp=flask.Flask(__name__,static_folder=openapi_ui_bundles.swagger_ui.static_path,static_url_path='/')if__name__=="__main__":app.run()

Swagger UI

Swagger UI example

RapiDoc

RapiDoc UI example

ReDoc

ReDoc UI example


[8]ページ先頭

©2009-2025 Movatter.jp