Create a document (vertex or edge). See createHandlers.js
Replace a document or documents (vertex or edge). See replaceHandlers.js
Update a document or documents (vertex or edge). See updateHandlers.js
Remove a document or documents (vertex or edge). See removeHandlers.js
Restore deleted nodes. See restoreHandlers.js
Get event logs. See logHandlers.js
Get diffs between successive events. See diffHandlers.js
Commit nodes having states that are AHEAD of the log. See commitHandlers.js
Show node states at a given timestamp. See showHandlers.js
Traverse historic graph states. See traverseHandlers.js
k shortest historic paths between vertices. See kShortestPathsHandlers.js
Purge node history. See purgeHandlers.js
Provider Exports
RecallGraph exports all its HTTP API methods as providers. The HTTP API methods are grouped into 3 categories, viz. Document, Event and History. The functionality behind each of the API methods in these categories can also be accessed directly by any Foxx service that declares RecallGraph as dependency. For more information, see the relevant section in ArangoDB Docs.
The exported methods, along with their linked documentation, are listed below.