1
0
Fork 0
arangodb/Documentation/Books/Users/HttpGharial/Edges.mdpp

20 lines
717 B
Plaintext

!CHAPTER Handling Edges
Examples will explain the REST API for [manipulating edges](../GeneralGraphs/Functions.md) of the [graph module](../Graphs/README.md) on the [knows graph](../Graphs/README.md#the-knowsgraph):
![Social Example Graph](../Graphs/knows_graph.png)
@startDocuBlock JSF_general_graph_edge_create_http_examples
@startDocuBlock JSF_general_graph_edge_get_http_examples
Examples will explain the API on the [social graph](../Graphs/README.md#the-social-graph):
![Social Example Graph](../Graphs/social_graph.png)
@startDocuBlock JSF_general_graph_edge_modify_http_examples
@startDocuBlock JSF_general_graph_edge_replace_http_examples
@startDocuBlock JSF_general_graph_edge_delete_http_examples