in reply to Re^4: Complex filter queries in a REST API
in thread Complex filter queries in a REST API

Just to clarify (and to others): I merely said that *I* use POST. Nothing stops you using GET+JSON but the max URI length.

In my first post I deleted accidentally a serious caveat: that with a SQL::Abstract-style query you are exposing the structure of your DB to the client unless you alias field and table names.

bw, bliako

  • Comment on Re^5: Complex filter queries in a REST API