Run a curl request on a neo4j graph
Run a curl request on a neo4j graph
graphRequest(graph, endpoint, customrequest = c("POST", "GET"), postText)
graph |
the neo4j connection |
endpoint |
the endpoint for the request. To list all the available
endpoints:
|
customrequest |
the type of request: "POST" (default) or "GET" |
postText |
the request body |
a list with the "header" and the "result" of the request (invisible)
startGraph()
and cypher()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.