Current section

Files

Jump to
arangoex lib arangoex user.ex
Raw

lib/arangoex/user.ex

defmodule Arangoex.User do
@moduledoc false
# POST /_api/user
# PUT /_api/user/{user}/database/{dbname}
# GET /_api/user/{user}/database
# PUT /_api/user/{user}
# PATCH /_api/user/{user}
# DELETE /_api/user/{user}
# GET /_api/user/{user}
# GET /_api/user
end