Ge0rg3 / flask-parameter-validation

Get and validate all Flask input parameters with ease.
https://pypi.org/project/Flask-Parameter-Validation/
28 stars 12 forks source link

feat: support async view functions #28

Closed summersz closed 10 months ago

summersz commented 10 months ago

closes #22

Ge0rg3 commented 10 months ago

Thanks again @summersz, it looks like there was a typo in the PR where asyncio.iscoroutinefunction was instead asyncio.iscoroutinefunctions, but I've gone ahead and fixed that.

I've also added your contributions to the README, they were very valuable and much appreciated 😊🙏

summersz commented 10 months ago

Thanks @Ge0rg3 . Good spot! I ended up making these changes in codespaces to avoid logging out of my corporate gh account, so it must have come from some poor copy and pasting!