I use Mocket for recording responses from our third party services, these responses are then used on our dev environments
What I wanted was the ability to record every request<->response pair, even if the request structure is the same, as in some cases subsequent requests to the same resource will yield different results (as an example polling for a status of an async worker/job)
This gives the ability to then work on the recorded responses and tailor them to suit our needs
coverage: 98.418% (-0.8%) from 99.255%
when pulling 86872cd952aa769d3b8821bd79f65fc4cfd47e62 on e-z-health:feature/skip_response_cache
into 0da27224ad800297c4d120e740e1ba263da0327a on mindflayer:main.
Backstory & use case: