Autodocumentation

You can use add_swagger(app, json_path, html_path) to add swagger documentation for all transmute routes.

flask_transmute.add_swagger(app, "/swagger.json", "/swagger")

API Reference