1
0
Fork 0
Commit Graph

17 Commits

Author SHA1 Message Date
Jan Steemann 709198c340 updated docs for /_api/jobs 2013-09-28 00:44:03 +02:00
Jan Steemann 85b31f0618 removed unused files 2013-09-26 18:45:32 +02:00
Jan Steemann 97afd329ff updated documentation 2013-09-24 18:22:38 +02:00
Jan Steemann 73f0405ead added documentation for endpoints 2013-09-23 16:21:02 +02:00
Jan Steemann 369433f1e2 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
Conflicts:
	arangosh/Benchmark/BenchmarkThread.h
	lib/SimpleHttpClient/SimpleHttpClient.cpp
2013-09-05 12:34:45 +02:00
Jan Steemann e9a2213005 documentation 2013-07-29 12:22:52 +02:00
Jan Steemann cae82f27e4 added `/_api/current-database` 2013-06-21 10:25:15 +02:00
Jan Steemann 0acc1c9580 added stub documentation for traversals (still unfinished) 2013-06-11 15:58:41 +02:00
Jan Steemann 7d9777f8c5 extended API for user-defined AQL functions 2013-04-16 18:32:19 +02:00
Jan Steemann c945dbd2cd updated transaction API 2013-04-15 11:54:36 +02:00
Jan Steemann 3fdebb38ee issue #393, issue #128
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();
2013-02-20 11:56:26 +01:00
Frank Celler 946c10b05c fixed navigation 2013-02-10 17:03:14 +01:00
Frank Celler 7164f0a362 converting .dox to .md 2013-02-06 18:20:38 +01:00
Frank Celler 05a70a236f converting .dox to .md 2013-02-06 18:05:45 +01:00
Frank Celler 43ca4855d9 converting .dox to .md 2013-02-06 17:40:03 +01:00
Frank Celler 35819ea70e converting .dox to .md 2013-02-06 17:27:58 +01:00
Frank Celler 5f01704256 converting .dox to .md 2013-02-06 16:14:54 +01:00