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: 8523
{
"error" : false,
"edge" : {
"_key" : "aliceAndBob",
"_id" : "relation/aliceAndBob",
"_from" : "female/alice",
"_to" : "male/bob",
"_rev" : "8523",
"type" : "married"
},
"code" : 200
}