parroty / exvcr

HTTP request/response recording library for elixir, inspired by VCR.
MIT License
714 stars 133 forks source link

Add example for Finch stub #193

Closed samfrench closed 1 year ago

samfrench commented 1 year ago

Using VCR is very easy to get it working following the readme. The stubs are easy to produce a 404/500 but not all of the information is available in the readme. The tests show how other libraries can be used such as Finch. I have added a few lines for Finch with stub as this is the one I was using.

parroty commented 1 year ago

Thanks!