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
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