I'm adding indexing to the REST API now and we just come up with a first
solution where you POST a node URI to /index/{key}/{value}. What you get
back is an "index URI" which is kind of an intermediate URI so that you can
do GET on the index URI and get back a node representation, just as if you
would have done a GET /node/{id}. This intermediate index URI will also
serve its purpose when you'd like to remove a node from an index (DELETE
"index URI").

My question now is: can we get rid of the intermediate index URI by
including a payload in such DELETE requests instead (passing along a node
URI)? Is it good/bad to do something like that?

-- 
Mattias Persson, [[email protected]]
Neo Technology, www.neotechnology.com
_______________________________________________
Neo mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to