Table of Contents
The repository provides a common abstraction for a pluggable persistence layer. Plugged in repositories could be NoSQL, relational databases, ldap etc.
The API operates with (JSON-based) object model parameters/results, with the same RESTful principles as the other internal APIs.
Aside from get, put, patch, delete it also provides for queries for sets of objects.

