Backend abstraction used by RestService.
Implement this interface to route REST operations through $http, IndexedDB, the Cache API, a test double, or a composed backend such as CachedRestBackend.
$http
Execute one normalized REST request.
Request produced by RestService.
RestService
A response containing the raw payload for entity mapping.
Backend abstraction used by RestService.
Implement this interface to route REST operations through
$http, IndexedDB, the Cache API, a test double, or a composed backend such as CachedRestBackend.