flasgger / flasgger

Easy OpenAPI specs and Swagger UI for your Flask API

Home Page:http://flasgger.pythonanywhere.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

swag_from default location

Formartha opened this issue · comments

Hi,

I'm keeping multiple yaml files in a dedicated location. I would like to parse the location dynamically using os.path and send it to the swag_from decorator.
When I do it, it fails, I guess due to incorrect parsing.

May I ask from an example?