Simple :

First find url of  like this

curl -v http://localhost:7474/db/data/

Above command will produce URLs ..


Then call your plugin url
using curl -v <YOUR PLUGIN URL>

My Plugin url is  like this:

curl -X POST
http://localhost:7474/db/data/ext/MyGraph/graphdb/initializeGraph -H
"Content-Type: application/json"

Here initializeGraph is a function of MyGraph class

NOTE : Here initialize graph does not take any arguments .. If your
function takes argument then use curl post or some other alternative method.


Thanks
Amit Aggarwal

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to