grug / data-mocks

Library to mock local data requests using Fetch or XHR
MIT License
63 stars 12 forks source link

Support scenarios or something similar #2

Closed kirjai closed 6 years ago

kirjai commented 7 years ago

Currently, we have no concept of scenarios. It is not easy to add multiple version of the same response.

Ideally, we would have similar functionality as the scenarios in https://github.com/wongatech/angular-multimocks however, it might not be the best to do it through the URL.

grug commented 6 years ago

Yay this has been done!