sleepy icon indicating copy to clipboard operation
sleepy copied to clipboard

Add Parameter Type Validation

Open dougblack opened this issue 11 years ago • 2 comments

Think of a way to do automatic type validation on parameters and 400 when invalid.

dougblack avatar Jan 28 '14 04:01 dougblack

I particularly like how RequestParser in Flask-Restful works. Maybe a similar api would work here too?

marksteve avatar Jan 28 '14 16:01 marksteve

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.

joslinm avatar Jan 28 '14 18:01 joslinm