Skip to content

A Rackio extension to enable Swagger UI in API definitions

License

Notifications You must be signed in to change notification settings

rack-io/rackio-swagger

Repository files navigation

rackio-swagger

A Rackio extension to enable Swagger UI in API definitions

Installation

pip install RackioSwagger

Usage

from rackio import Rackio
from rackio_swagger import RackioSwagger

app = Rackio()

RackioSwagger(app)

app.run(8028)

Swagger UI

After running your application you will find the UI in the following address.

http://localhost:8028/swagger

About

A Rackio extension to enable Swagger UI in API definitions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published