marmelab / FakeRest

Patch fetch/XMLHttpRequest to fake a REST API server in the browser, based on JSON data.
MIT License
439 stars 48 forks source link

Added support for validation of incoming requests #3

Closed kendarorg closed 4 months ago

kendarorg commented 9 years ago

When a new request arrives a specific function can be executed to simulate the validation of the request, for example verifying conditions that will not be verifiable on the UI

fzaninotto commented 4 months ago

Superseded by #72