Question: what is the proper verb to use with a query? I always thought of it as a GET and passing the query via the body. You are GETting information, rather than trying to add information.
For that matter I've never quite figured out when to use POST vs PUT. POST doesn't feel right for a query.
For that matter I've never quite figured out when to use POST vs PUT. POST doesn't feel right for a query.