Caylir v0.3.0 Caylir.Graph.URL
Utility module to generate the URLs for graph interaction.
Summary
Functions
Returns the URL for deleting quads
Returns the URL to query the graph
Returns the URL to get the shape of a query
Returns the URL for writing quads
Functions
Returns the URL for deleting quads.
Example
iex> delete([ host: "localhost", port: 64210 ])
"http://localhost:64210/api/v1/delete"
Returns the URL to query the graph.
Example
iex> query([ host: "localhost", port: 64210 ])
"http://localhost:64210/api/v1/query/gremlin"