mirror of https://gitee.com/bigwinds/arangodb
19 lines
407 B
Plaintext
19 lines
407 B
Plaintext
shell> curl --data-binary @- --dump - http://localhost:8529/_api/gharial/social/edge/relation/aliceAndBob
|
|
|
|
HTTP/1.1 200 OK
|
|
content-type: application/json
|
|
etag: 1549326301
|
|
|
|
{
|
|
"error" : false,
|
|
"code" : 200,
|
|
"edge" : {
|
|
"_id" : "relation/aliceAndBob",
|
|
"_key" : "aliceAndBob",
|
|
"_rev" : "1549326301",
|
|
"_from" : "female/alice",
|
|
"_to" : "male/bob",
|
|
"type" : "married"
|
|
}
|
|
}
|