Hi all, I am checking out the Neo4j REST Server.
I put in the MATRIX examples and used "curl -H Accept:application/json -H
Content-Type:application/json -X POST -d '{"order":"depth first"}'
http://localhost:9999/node/3/traverse/node" to traverse the relations.
While doing that I have seen that the server returns something like
...
"traverse" : "http://localhost:9999/node/1/traverse/{returnType}",
"incoming_typed_relationships" : "
http://localhost:9999/node/1/relationships/in/{-list|&|types}"
...
I have some problems to understand the "{}" values. IMO these are kind of
usage hints, which should not be part of a technical interface.
Isn't it better to place a normal URI there? Or from where does that come
from?
--
Christopher
twitter: @fakod
blog: http://blog.fakod.eu
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user