1
0
Fork 0
arangodb/Documentation/Books/HTTP/Gharial/Edges.mdpp

21 lines
789 B
Plaintext

!CHAPTER Handling Edges
Examples will explain the REST API for [manipulating edges](../../Manual/Graphs/GeneralGraphs/Functions.html)
of the [graph module](../../Manual/Graphs/index.html) on the [knows graph](../../Manual/Graphs/index.html#the-knowsgraph):
![Social Example Graph](../../Manual/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](../../Manual/Graphs/index.html#the-social-graph):
![Social Example Graph](../../Manual/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