1
0
Fork 0
arangodb/Documentation/Books/Users/HttpApi
Wilfried Goesgens 19f6ed6032 Rework HTTP basics
- remove mentioning of the long gone ArangoDB 1.4
  - swap sequence to first mention keepalive, then using it efficiently with async HTTP requests
  - introduce the well known connection pool buzzword and howto use it best with keepalive and async HTTP
  - mention in FOXX that this may also be a consideration here
  - move the HTTP Basics above the API description
  - mention that the user may also want to use the swagger.io interactive API-documentation in his ArangoDB

This answers the question and thus fixes #1533
2015-11-05 13:51:56 +01:00
..
README.mdpp Rework HTTP basics 2015-11-05 13:51:56 +01:00

README.mdpp

!CHAPTER HTTP Interface

Following you have ArangoDB's HTTP Interface for Documents, Databases, Edges and more.

There are also some examples provided for every API action. 

You may also use the interactive [SWAGGER documentation](http://swagger.io) in the [ArangoDB webinterface](../WebInterface/README.md)
in *Links* -> *API Documentation* to explore the API calls below.