Hi there,
I'm developing a webapp that queries an API to retrieve customer information. For the purposes of developing and demoing, I want to mock/force the API call to return the same JSON response every time, without actually calling the API. How do I go about doing this? I've tried a few different things and nothing seems to work!
Any help would be greatly appreciated.
Cheers,
Dan