graphRequest {neo2R} | R Documentation |
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()