I guess that #91 introduce a required parameter to method add_documentation.
I have tried to use add_documentation(get_swagger_blueprint(), {'path': '...'}) but get_swagger_blueprint returns a new instance every time, so I cant useadd_documentation` on other files.
I guess that #91 introduce a required parameter to method
add_documentation
.I have tried to use
add_documentation(get_swagger_blueprint(), {'path': '...'})
butget_swagger_blueprint
returns a new instance every time, so I cant use
add_documentation` on other files.