Liking cljdoc? Tell your friends :D

clojurewerkz.neocons.rest.records


auto-node-index-location-forclj

(auto-node-index-location-for endpoint)
source

auto-node-index-lookup-location-forclj

(auto-node-index-lookup-location-for endpoint key value)
source

auto-rel-index-location-forclj

(auto-rel-index-location-for endpoint)
source

auto-rel-index-lookup-location-forclj

(auto-rel-index-lookup-location-for endpoint key value)
source

encode-pathclj

(encode-path s)

Escapes input as URI path

Escapes input as URI path
sourceraw docstring

encode-segmentclj

(encode-segment s)
source

encode-slashesclj

(encode-slashes s)
source

instantiate-cypher-query-response-fromclj

(instantiate-cypher-query-response-from payload)
source

instantiate-node-fromclj

(instantiate-node-from payload)
(instantiate-node-from payload id)
source

instantiate-path-fromclj

(instantiate-path-from payload)
source

instantiate-record-fromclj

(instantiate-record-from payload)

Instantiates a record from the given payload, detecting what kind of Neo4J entity (a node, a relationship, a path) this payload represents. Defaults to returning the object if we don't know how to deal with it.

Instantiates a record from the given payload, detecting what kind
of Neo4J entity (a node, a relationship, a path) this payload
represents. Defaults to returning the object if we don't know how to
deal with it.
sourceraw docstring

instantiate-rel-fromclj

(instantiate-rel-from payload)
(instantiate-rel-from payload id)
source

node-in-index-location-forclj

(node-in-index-location-for endpoint id idx)
(node-in-index-location-for endpoint id idx key)
(node-in-index-location-for endpoint id idx key value)
source

node-index-location-forclj

(node-index-location-for endpoint idx)
source

node-index-lookup-location-forclj

(node-index-lookup-location-for endpoint idx key value)
source

node-location-forclj

(node-location-for endpoint id)
source

node-properties-location-forclj

(node-properties-location-for endpoint id)
source

node-property-location-forclj

(node-property-location-for endpoint id prop)
source

node-traverse-location-forclj

(node-traverse-location-for endpoint rel)
source

path-location-forclj

(path-location-for endpoint rel)
source

path-traverse-location-forclj

(path-traverse-location-for endpoint rel)
source

paths-location-forclj

(paths-location-for endpoint rel)
source

rel-in-index-location-forclj

(rel-in-index-location-for endpoint id idx)
(rel-in-index-location-for endpoint id idx key)
(rel-in-index-location-for endpoint id idx key value)
source

rel-index-location-forclj

(rel-index-location-for endpoint idx)
source

rel-index-lookup-location-forclj

(rel-index-lookup-location-for endpoint idx key value)
source

rel-location-forclj

(rel-location-for endpoint id)
source

rel-properties-location-forclj

(rel-properties-location-for endpoint rel)
source

rel-property-location-forclj

(rel-property-location-for endpoint rel prop)
source

rel-traverse-location-forclj

(rel-traverse-location-for endpoint rel)
source

root-with-pathclj

(root-with-path endpoint & segments)
source

slashclj

source

url-with-pathclj

(url-with-path root & segments)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close