hfaran / Tornado-JSON

A simple JSON API framework based on Tornado
http://tornado-json.readthedocs.org/
MIT License
273 stars 60 forks source link

Validating query params? #105

Open braco opened 6 years ago

braco commented 6 years ago

I don't see any examples for validating query params, is this possible?

I'd like to use a JSON schema to validate the query params. GET method, no body.

hfaran commented 5 years ago

You could possibly add this but it doesn't exist.

Do you plan to submit valid JSON as query params? Can't say I've used an API that does that in the past.