shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/gharial/social/edge/relation/101018
HTTP/1.1 undefined
content-type: application/json; charset=utf-8
etag: _XWq5kIW--_
x-content-type-options: nosniff
{
"error" : false,
"code" : 200,
"edge" : {
"_key" : "101018",
"_id" : "relation/101018",
"_from" : "female/alice",
"_to" : "male/charly",
"_rev" : "_XWq5kIW--_",
"type" : "friend",
"vertex" : "alice"
}
}