complex queries

Hi.

My question is not strictly about Hydra, but is closely related, still.

I have an API which lets do queries for RDF objects. Query is implemented as something, which strongly resembles JSON-LD Framing.
My problem is, that there are a lot of cases, when I can't fit such request in the GET's query-parameters.
https://github.com/gridsby/public/blob/master/API.md#3-post--json-ld

Right now, I went with the option of sending such queries via POST, which makes me incompatible with REST.

Other option would be using GET-with-body, which is known to be discouraged
http://groups.yahoo.com/neo/groups/rest-discuss/conversations/topics/9962

I wonder: can I use Hydra in such case?

Do I have options to make my API REST-friendly?


-- 
Alexey Zakhlestin
CTO at Grids.by/you
https://github.com/indeyets
PGP key: http://indeyets.ru/alexey.zakhlestin.pgp.asc

Received on Friday, 4 October 2013 10:20:01 UTC