a2-in-memory-web-api
a2-in-memory-web-api copied to clipboard
An in-memory web api for demos and tests
MIT instead of ISC
[x ] bug report I should be able to mock a fake backend service using a primary id of my model object as "0". Instead, it always returns a "404"...
Currently i'm test driving Angular2 on a ES6 project. This project is built using Webpack with babel as loader. I try to install your package using NPM. The problem i'm...
The wrapping of the GET response in a `data` object forces the user of this lib to perform the same wrapping in his/her backend. This is sometimes not possible. Would...
Is there a full repository that shows this in use? I can't get this to work with the information here or in the angular.io docs.
support for ``` `/api/customer/32/orders` `/api/customer/32/orders/451` `/api/customer/address` ```
Ability to serialize/deserialize locally would facilitate browser refresh scenarios, simulating offline, etc. On start the in-mem server could check browser storage for a well-known (configurable) named store. Server will load...
If you get to the point where you are looking for contribs, give a yell. I can think of all kinds of use cases where this could be the answer...