For REST api design I've always kind of been pissed that GET doesn't come with a body. (Yeah I know you can do it anyway.) Just because encoding complicated parameters into the URL is pretty sucky at times.
I suppose a QUERY would really solve the problem. Maybe it's the best compromise.
I suppose a QUERY would really solve the problem. Maybe it's the best compromise.