mirror of https://gitee.com/bigwinds/arangodb
20 lines
415 B
Plaintext
20 lines
415 B
Plaintext
shell> curl --data-binary @- --dump - http://localhost:8529/_api/edges/edges?vertex=vertices/1&direction=out
|
|
|
|
HTTP/1.1 200 OK
|
|
content-type: application/json; charset=utf-8
|
|
|
|
{
|
|
"edges" : [
|
|
{
|
|
"_id" : "edges/5",
|
|
"_key" : "5",
|
|
"_rev" : "1240491478",
|
|
"_from" : "vertices/1",
|
|
"_to" : "vertices/3",
|
|
"$label" : "v1 -> v3"
|
|
}
|
|
],
|
|
"error" : false,
|
|
"code" : 200
|
|
}
|