We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Think of a way to do automatic type validation on parameters and 400 when invalid.
The text was updated successfully, but these errors were encountered:
I particularly like how RequestParser in Flask-Restful works. Maybe a similar api would work here too?
RequestParser
Flask-Restful
Sorry, something went wrong.
I don't see this enough in APIs. Two projects that might be of interest to you:
This sounds like a fun feature. I'll work a little on this issue and submit a PR when/if I think I got something.
No branches or pull requests
Think of a way to do automatic type validation on parameters and 400 when invalid.
The text was updated successfully, but these errors were encountered: