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