1
0
Fork 0
arangodb/Documentation/Books/Users/HttpAqlQuery
Thomas Schmidts 6ec139f377 Even more changes in the API documentation code 2014-06-30 15:58:11 +02:00
..
README.mdpp Even more changes in the API documentation code 2014-06-30 15:58:11 +02:00

README.mdpp

!CHAPTER HTTP Interface for AQL Queries

ArangoDB has an Http interface to syntactically validate AQL queries.
Furthermore, it offers an Http interface to retrieve the execution plan for any
valid AQL query.

Both functionalities do not actually execute the supplied AQL query, but only
inspect it and return meta information about it.


<!-- js/actions/api-explain.js -->
@startDocuBlock JSF_post_api_explain

<!-- js/actions/api-query.js -->
@startDocuBlock JSF_post_api_query