How can I record api responses and replay it local...
# server
p
How can I record api responses and replay it locally for testing with my app ?
g
Take a look at http4k. It makes testing http interactions really simple. There is a channel here too #C5AL3AKUY .
👍 1
👆 1
d
Specifically it's the http4k-tools-traffic-capture module 🙃