it's been a while since I quit using GET params for anything complex. I now usually POST a JSON string.
So, why force a complex DB query into a GET params string when you can send your query as a JSON string to be converted to a Perl data structure and then directly imported into SQL::Abstract. There exists SQL::Abstract::FromQuery for even simpler data format.
bw, bliako
In reply to Re: Complex filter queries in a REST API
by bliako
in thread Complex filter queries in a REST API
by martell
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |