1
0
Fork 0
arangodb/Documentation/Books/Users/ModuleActions
Thomas Schmidts c2cb0d5a10 Some changes to the comments in the code 2014-06-29 03:34:22 +02:00
..
README.mdpp Some changes to the comments in the code 2014-06-29 03:34:22 +02:00

README.mdpp

!CHAPTER Module "actions" 

The action module provides the infrastructure for defining HTTP actions.

!SECTION Basics
!SUBSECTION Error Message 
<!-- js/server/modules/org/arangodb/actions.js -->
@startDocuBlock actionsGetErrorMessage

!SECTION Standard HTTP Result Generators

!SUBSECTION Result Ok
<!-- js/server/modules/org/arangodb/actions.js -->
@startDocuBlock actionsResultOk

!SUBSECTION Result Bad
<!-- js/server/modules/org/arangodb/actions.js -->
@startDocuBlock actionsResultBad
`actions.resultNotFound(req, res, code, msg, headers)`

!SUBSECTION Result Unsupported
<!-- js/server/modules/org/arangodb/actions.js -->
@startDocuBlock actionsResultUnsupported

!SUBSECTION Result Error
<!-- js/server/modules/org/arangodb/actions.js -->
@startDocuBlock actionsResultError