On 03/12/2011, at 2:53 AM, Jacob Hansson wrote:

> This is similar to the approach we're looking at, except interaction
> currently looks like:
> 
> POST /tx
> 200: 1
> 
> POST /tx/1/node {"name":"Steven"}
> 201
> 
> POST /tx/1/batch [blah blah]
> 200
> 
> PUT /tx/1/state "COMMITTED"

Yeah. Right. We do need the Trn Id for each request. Missed that part.
I just wonder maybe there is a way to do it without modifying existing API? 
(HTTP header is going to be harder).

Also I think I'll start to work on a new Ruby REST client 
(https://github.com/dnagir/morpheus) and it would be good to know the API in 
advance if possible (or maybe how to discover it).

Cheers,
Dmytrii.

_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to