Neo4j.Sips v0.1.20 API Reference
Modules
A module that provides a simple Interface to communicate with a Neo4j server via REST. All functions take a pool to run the query on
module responsible with prepping the headers and delegating any requests to HTTPoison
Provides the Query DSL
Defines the structure for a raw REST response received from a Neo4j server
Provide access to a structure containing all the HTTP endpoints exposed by a remote (or local) Neo4j server instance
This module is the main implementation for running Cypher commands using transactions. It is using the transactional HTTP endpoint for Cypher and has the ability to let you use the same transaction across multiple HTTP requests
Common utilities