1
0
Fork 0
arangodb/Documentation/Books/HTTP/gharial-edges.md

22 lines
826 B
Markdown

---
layout: default
description: Examples will explain the REST API for manipulating edgesof the graph moduleon the knows graph
---
Handling Edges
==============
Examples will explain the REST API for [manipulating edges](../graphs-general-graphs-functions.html)
of the [graph module](../graphs.html)
on the [knows graph](../graphs.html#the-knows_graph):
![Social Example Graph](../images/knows_graph.png)
{% docublock general_graph_edge_create_http_examples %}
{% docublock general_graph_edge_get_http_examples %}
Examples will explain the API on the [social graph](../graphs.html#the-social-graph):
![Social Example Graph](../images/social_graph.png)
{% docublock general_graph_edge_modify_http_examples %}
{% docublock general_graph_edge_replace_http_examples %}
{% docublock general_graph_edge_delete_http_examples %}