webargs usage (parsing arguments from query string or json) #394
Unanswered
cpvandehey
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Not really the same thing but there is https://github.com/pgjones/quart-schema |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Quart folks :)
I have been using the webargs library for parsing request args (from query strings or json) in my flask projects.
Sadly, It appears that webargs doesn't have support for Quart.
With that said, I did find a gist that gives a fairly dated implementation of a custom one here (and still works for the most part).
Im curious if there are other tools available to accomplish the same thing or if there is a formal webargs parser implementation somewhere else.
Thanks for any and all tips/advice!
Beta Was this translation helpful? Give feedback.
All reactions