Python Forum

Full Version: Get complex query
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using flask. And trying to handle the get request something like:

GET /items?filter[where][foo]=foo

And it seems a bit much difficult to parse the query.

So, how should I design my rest api?