Hi, You could use the neo4j rest-api reference <http://neo4j.com/docs/stable/rest-api.html> to design your program's interactions with the graph. It has complete explanation about how to interact with neo4j using the REST API. You can use "postman" - a REST client that installs in Chrome to see the json response of neo4j and then use it to design your json parser.
Cheers. -- Thanks and Regards Mahesh Lal On 31 May 2015 at 13:52, Marwa Elabri <[email protected]> wrote: > Hello > I already install Neo4j and i did some cypher query > but now i want to know how to use rest api neo4j and how to create the > HTTP request > please i'm new user of these concept so i really need details to help me > please can you help me and describe for me step by step how can i make my > first http request? which browser that i must install > and i have other question how can i then parse this HTTP request with json > NOTE: i use a C++ platform and i want to access to neo4j graph database > from my platform > thank you > > > Le dimanche 31 mai 2015 00:01:07 UTC+2, Marwa Elabri a écrit : >> >> Hello >> please t get this url tutorial for how to use HTTP request using API neo4j >> this is the URL >> http://www.hacksparrow.com/neo4j-tutorial-rest-api.html >> but when i click to download the HTTP consol t geet page not found >> can you help me to get The HTTP console that uses the Neo4j REST API to >> interact with the database >> thank you >> > -- > 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. > -- 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.
