cmr.graph.rest.handler

Documentation forthcoming

add-collection

(add-collection conn)

Expects the body to be a JSON payload of a node object.

add-collections

(add-collections conn)

Expects the body to be a JSON payload of an array of node objects.

cypher-injection-get

(cypher-injection-get conn)

Call with something like this:

$ curl http://localhost:3012/queries/cypher?q='MATCH%20(people:Person)%20RETURN%20people.name%20LIMIT%2010;

But don’t, really. Since we’re going to delete this :-)

cypher-injection-post

(cypher-injection-post conn)

Call with something like this:

$ curl -XPOST -H ‘Content-Type: text/plain’ http://localhost:3012/queries/cypher -d ‘MATCH (people:Person) RETURN people.name LIMIT 10;’

But don’t, really. Since we’re going to delete this :-)

delete-collection

(delete-collection conn)

Documentation forthcoming

delete-collections

(delete-collections conn)

Documentation forthcoming

fallback

Documentation forthcoming

get-collection

(get-collection conn)

Documentation forthcoming

get-collections

(get-collections conn)

Documentation forthcoming

health

(health component)

Documentation forthcoming

import-collection-data

(import-collection-data conn)

Imports all of our collection data.

movie-demo-graph

(movie-demo-graph conn)

Documentation forthcoming

movie-demo-title

(movie-demo-title conn)

Documentation forthcoming

ok

Documentation forthcoming

ping

Documentation forthcoming

reload

(reload conn)

Documentation forthcoming

reset

(reset conn)

Documentation forthcoming

static-files

(static-files docroot)

Documentation forthcoming

update-collection

(update-collection conn)

Documentation forthcoming