mirror of https://gitee.com/bigwinds/arangodb
Added a REST API for user management The REST API exposes the functionality available in module "users" for HTTP access. The following methods are available: * GET /_api/user/username: fetch user information * POST /_api/user: create new user * PUT /_api/user: replace an existing user * PATCH /_api/user: (partially) update an existing user * DELETE /_api/user: remove an existing user Additionally, a module "crypto" is introduced and exposed for Javascript actions. The crypto module provides the following functions: * require("org/arangodb/crypto").md5(); * require("org/arangodb/crypto").sha256(); * require("org/arangodb/crypto").rand(); |
||
---|---|---|
.. | ||
Gemfile | ||
api-admin-spec.rb | ||
api-batch-spec.rb | ||
api-collection-spec.rb | ||
api-cursor-spec.rb | ||
api-explain-spec.rb | ||
api-graph-spec.rb | ||
api-http-spec.rb | ||
api-import-spec.rb | ||
api-index-bitarray-spec.rb | ||
api-index-hash-spec.rb | ||
api-index-skiplist-spec.rb | ||
api-index-spec.rb | ||
api-simple-spec.rb | ||
api-statistics-spec.rb | ||
api-users-spec.rb | ||
arangodb.rb | ||
arangomultipartbody.rb | ||
rest-create-document-spec.rb | ||
rest-delete-document-spec.rb | ||
rest-edge-spec.rb | ||
rest-key-spec.rb | ||
rest-read-document-spec.rb | ||
rest-update-document-spec.rb | ||
run-tests | ||
stress-test.rb |