marshmallow-code / apispec-webframeworks

Web framework plugins for apispec (formally in apispec.ext).
MIT License
32 stars 23 forks source link

Allow optional usage of plugin #102

Closed james-menzies closed 1 year ago

james-menzies commented 2 years ago

Hello there,

I was wondering if you would consider allowing optional usage of the Flask Plugin in the event that the end user needs to manually add endpoints outside of Flask docstrings?

Currently, if you do not provide a view kwarg when constructing a path, an error is thrown.

It's a very small, non-breaking change, so I hope that you'll consider it.

Thanks for all your work on the module.

Cheers,