1
0
Fork 0
arangodb/Documentation/Examples/HttpGharialListVertex.gener...

14 lines
214 B
Plaintext

shell> curl --dump - http://localhost:8529/_api/gharial/social/vertex
HTTP/1.1 200 OK
content-type: application/json
{
"error" : false,
"code" : 200,
"collections" : [
"female",
"male"
]
}