Hi
I want to add some "logic" to add/create node from graph.
So I created a Unmanaged Server plugin with a method named
"getOrCreateNode(@PathParm(id) id)"
annotated with @POST @Produces( MediaType.JSON_APPLICATION) and @Path(
"/{id}").
My question is how can I return a Node object ?? Should I use the JsonHelper
class??
Second question , Where can I find the code for creating / retrieving Nodes
using REST in Neo4J project?
10x.
--
View this message in context:
http://neo4j-community-discussions.438527.n3.nabble.com/Return-Node-in-an-unmanaged-server-plugin-tp3273004p3273004.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user