1
0
Fork 0
arangodb/Documentation/Books/HTTP
Jan 99f176bed5 Feature/add search keyword (#6166)
* added SEARCH keyword

* fixes jslint errors

* add incompatibility notice

* remove VIEW keyword (does not work yet!!)

* add initial support for SEARCH keyword to optimizer rules

* replace FILTER with SEARCH keyword in tests

* removed VIEW keyword, make shell_server_aql tests pass again in single server

* cleanup

* handle SEARCH clause for views

* make SEARCH a non-keyword

* fixed an issue with duplicate variables

* fixed 3 tests

* fix SEARCH statement support for views

* minor refactoring

* fix integration tests

* optimize SEARCH conditions a bit more

* fix jslint error

* fixed wrong comments and typo in class name

* fix documentation

* adjust recovery tests to use SEARCH instead of FILTER

* fix another failing test
2018-08-18 20:22:58 +03:00
..
AdministrationAndMonitoring Read only server (#5652) 2018-07-03 09:58:16 +02:00
Agency Feature/misc spelling corrections (#5164) 2018-07-13 13:06:20 +02:00
Api Doc - Administration & Programs Refactor (#4907) 2018-05-10 13:05:22 +02:00
AqlQuery Doc - Replication Refactor - Part 1 (#4555) 2018-02-28 12:23:19 +01:00
AqlQueryCache
AqlQueryCursor Doc - Replication Refactor - Part 1 (#4555) 2018-02-28 12:23:19 +01:00
AqlUserFunctions Doc - Replication Refactor - Part 1 (#4555) 2018-02-28 12:23:19 +01:00
AsyncResultsManagement Doc - Dangling interbook checker [New] (#5735) 2018-06-30 13:23:02 +02:00
BatchRequest Doc - Replication Refactor - Part 1 (#4555) 2018-02-28 12:23:19 +01:00
BulkImports Doc - Replication Refactor - Part 1 (#4555) 2018-02-28 12:23:19 +01:00
Cluster Feature/fix inconsistent distribute shards like job (#4743) 2018-05-07 16:53:08 +02:00
Collection Doc - Replication Refactor - Part 1 (#4555) 2018-02-28 12:23:19 +01:00
Database Doc - Administration & Programs Refactor (#4907) 2018-05-10 13:05:22 +02:00
Document Doc - do not wrap links in Markdown, unclutter page ToC (#5820) 2018-07-11 19:34:38 +02:00
Edge Doc - Replication Refactor - Part 1 (#4555) 2018-02-28 12:23:19 +01:00
Endpoints Doc - Replication Refactor - Part 1 (#4555) 2018-02-28 12:23:19 +01:00
Export Doc - Replication Refactor - Part 1 (#4555) 2018-02-28 12:23:19 +01:00
Foxx Implement endpoint "commit coordinator state" (#2513) 2017-05-31 18:21:50 +02:00
General Doc - New Foxx docs content (#5842) 2018-07-25 20:03:17 +02:00
Gharial Doc - single link per line (#5904) 2018-07-20 10:46:27 +02:00
Indexes Doc - Replication Refactor - Part 1 (#4555) 2018-02-28 12:23:19 +01:00
MiscellaneousFunctions added /_admin/status (#5055) 2018-04-08 20:43:18 +02:00
Repairs Doc - Dangling interbook checker [New] (#5735) 2018-06-30 13:23:02 +02:00
Replications Doc - Dangling interbook checker [New] (#5735) 2018-06-30 13:23:02 +02:00
SimpleQuery Doc - Replication Refactor - Part 1 (#4555) 2018-02-28 12:23:19 +01:00
Tasks Doc - Replication Refactor - Part 1 (#4555) 2018-02-28 12:23:19 +01:00
Transaction Doc - Replication Refactor - Part 1 (#4555) 2018-02-28 12:23:19 +01:00
Traversal Doc - Replication Refactor - Part 1 (#4555) 2018-02-28 12:23:19 +01:00
UserManagement Feature/auth context (#2815) 2017-07-16 09:39:03 +02:00
Views Feature/add search keyword (#6166) 2018-08-18 20:22:58 +03:00
assets Doc - Replaced Rest-API screen-shoot (#6029) 2018-07-31 15:11:46 +02:00
styles Doc - Add example anchors (#5752) 2018-07-06 16:19:36 +02:00
FOOTER.html Add footer to docs, unify slogan 2017-05-12 10:19:37 +02:00
README.md Doc - Replaced Rest-API screen-shoot (#6029) 2018-07-31 15:11:46 +02:00
SUMMARY.md Doc - fix build (#5957) 2018-07-23 16:15:47 +02:00
book.json Doc - Add version to Gitbook configs + fix (#5701) 2018-06-27 20:56:57 +02:00

README.md

ArangoDB VERSION_NUMBER HTTP API Documentation

Welcome to the ArangoDB HTTP API documentation! This documentation is for API developers. As a user or administrator of ArangoDB you should not need the information provided herein.

In general, as a user of ArangoDB you will use one of the language drivers.

Interactive Swagger documentation

Please note that your ArangoDB comes with an interactive version of this documentation using Swagger:

accessing the documentation via swagger

We also have a blog post explaining how to work with the Swagger API.