Python Forum
Get complex query - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Get complex query (/thread-18961.html)



Get complex query - bhojendra - Jun-08-2019

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?