Arango v0.0.1 Arangoex.Task
ArangoDB Administration methods
Summary
Functions
Creates a task
Creates a task with id
Deletes the task with id
Fetch one task with id
Fetch all tasks or one task
Types
Functions
Creates a task
POST /_api/tasks
create_with_id(endpoint, task_id, task)
create_with_id(Arangoex.Endpoint.t, String.t, Task.t) :: Arangoex.ok_error(map)
Creates a task with id
PUT /_api/tasks/{id}
Deletes the task with id
DELETE /_api/tasks/{id}
new(map_or_kwlist, opts \\ [])
new(ExConstructor.map_or_kwlist, Keyword.t) :: %Arangoex.Task{command: term, name: term, offset: term, params: term, period: term}
Fetch one task with id
GET /_api/tasks/{id}
Fetch all tasks or one task
GET /_api/tasks