1
0
Fork 0
arangodb/Documentation/Examples/RestAqlfunctionsGetAll.gene...

12 lines
268 B
Plaintext

shell> curl --dump - http://localhost:8529/_api/aqlfunction
HTTP/1.1 200 OK
content-type: application/json; charset=utf-8
[
{
"name" : "myfunctions::temperature::celsiustofahrenheit",
"code" : "function (celsius) { return celsius * 1.8 + 32; }"
}
]