Lepetere / clarango

A Clojure Driver for ArangoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement Misc Functions :+1:

edlich opened this issue · comments

The http interface description has some miscellaneous functions.
Hence Clarango needs a misc.clj file to support them (or add them to admin.clj).
There are just six features described here:
http://docs.arangodb.org/HttpMiscellaneousFunctions/README.html

  1. Get API Version: GET /_api/version
  2. Flush Write Ahead Log: PUT /_admin/wal/flush
  3. Retrieve WAL conf: PUT /_admin/wal/flush
  4. Configure WAL: PUT /_admin/wal/properties
  5. Guess what: GET /_admin/time
  6. Return current request: GET /_admin/echo
    They should be easy to implement with the http-, core- and uri-utility tools.
commented

This issue is out of date (ArangoDB's interface changed plus some misc funtions were already implemented).