graphRequest: Run a curl request on a neo4j graph

View source: R/graphRequest.R

graphRequestR Documentation

Run a curl request on a neo4j graph

Description

Run a curl request on a neo4j graph

Usage

graphRequest(graph, endpoint, customrequest = c("POST", "GET"), postText)

Arguments

graph

the neo4j connection

endpoint

the endpoint for the request. To list all the available endpoints: graphRequest(graph, endpoint="", customrequest="GET", postText="")$result

customrequest

the type of request: "POST" (default) or "GET"

postText

the request body

Value

A list with the "header" and the "result" of the request (invisible)

See Also

startGraph() and cypher()


neo2R documentation built on Feb. 16, 2023, 10:39 p.m.

Related to graphRequest in neo2R...