You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was thinking about having a custom onProxyRes in my fake-backend project that would fetch the proxy response and create the fixture file in the data repository.
Unfortunately, I would have to reimplement how the-fake-backend normalizes the path to do so.
Maybe exporting the path normalization function could help, or better yet, support that out of the box in a new enable record option.
The idea of this feature would be a way of cloning/downloading the responses received by production or development APIs to the local environment.
By that the developer can make local changes using data that is as close as possible from the other environments.
The text was updated successfully, but these errors were encountered: