Durango v0.1.3 Durango.Api.Vertex View Source

Link to this section Summary

Functions

POST /_api/gharial/{graph_name}/vertex Add vertex collection

POST /_api/gharial/{graph_name}/vertex/{collection_name} Create a vertex

DELETE /_api/gharial/{graph_name}/vertex/{collection_name}/{vertex_key} Remove a vertex

DELETE /_api/gharial/{graph_name}/vertex/{collection_name} Remove vertex collection

GET /_api/gharial/{graph_name}/vertex/{collection_name}/{vertex_key} Get a vertex

GET /_api/gharial/{graph_name}/vertex List vertex collections

PUT /_api/gharial/{graph_name}/vertex/{collection_name}/{vertex_key} Replace a vertex

PATCH /_api/gharial/{graph_name}/vertex/{collection_name}/{vertex_key} Modify a vertex

Link to this section Functions

Link to this function add_to_collection(repo, graph_name, params) View Source

POST /_api/gharial/{graph_name}/vertex Add vertex collection

Link to this function create(repo, graph_name, collection_name, params) View Source

POST /_api/gharial/{graph_name}/vertex/{collection_name} Create a vertex

Link to this function delete(repo, graph_name, collection_name, vertex_key) View Source

DELETE /_api/gharial/{graph_name}/vertex/{collection_name}/{vertex_key} Remove a vertex

Link to this function delete_collection(repo, graph_name, collection_name) View Source

DELETE /_api/gharial/{graph_name}/vertex/{collection_name} Remove vertex collection

Link to this function get(repo, graph_name, collection_name, vertex_key) View Source

GET /_api/gharial/{graph_name}/vertex/{collection_name}/{vertex_key} Get a vertex

GET /_api/gharial/{graph_name}/vertex List vertex collections

Link to this function replace(repo, graph_name, collection_name, vertex_key, params) View Source

PUT /_api/gharial/{graph_name}/vertex/{collection_name}/{vertex_key} Replace a vertex

Link to this function update(repo, graph_name, collection_name, vertex_key, params) View Source

PATCH /_api/gharial/{graph_name}/vertex/{collection_name}/{vertex_key} Modify a vertex