1
0
Fork 0
arangodb/Documentation/Books/Drivers/Java/Reference/Foxx.md

270 B

Foxx

call a service

  Request request = new Request("mydb", RequestType.GET, "/my/foxx/service")
  Response response = arangoDB.execute(request);