Doug Black
Doug Black
Any chance of adding support for function annotations? https://www.python.org/dev/peps/pep-3107/
@keveleigh @darkzeroman Sorry for the massive delays. I've pulled down the latest source and am running it through final test before I push it. I'll try to have the new...
In many RESTful APIs, there is data stored in the URI. `sleepy` should be able to parse it out. For example ``` /users/1 ``` can be expressed as ``` /users/:id...
Think of a way to do automatic type validation on parameters and 400 when invalid.