Scenario based api mocking support by ng-apimock


How does it work?

It's very easy. Each line represents is an expression that matches a http call.
By selecting a scenario, the call will not go through to the backend, but will return the matching response for the selected scenario.


Howtos

Howto write mocks
Howto serve selected mocks