shell> curl --dump - http://localhost:8529/_api/gharial/social/edge/relation/aliceAndBob
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
etag: _UWx8RJi---
{
"error" : false,
"edge" : {
"_key" : "aliceAndBob",
"_id" : "relation/aliceAndBob",
"_from" : "female/alice",
"_to" : "male/bob",
"_rev" : "_UWx8RJi---",
"type" : "married"
},
"code" : 200
}