##CakePHP RestKit plugin - HAL responses when listing collections##
More information about the HAL convention can be found at http://stateless.co/hal_specification.html
Examples:
- Example 1: minimalistic response with resource-links only
- Example 2: rich response using additional find() fields
- Example 3: rich response with an
_id
field pointing to an internal resource (automatic) - Example 4: rich response with an
_id
field pointing to an external resource (manual)