parroty / exvcr

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

Add `start_cassette` / `stop_cassette` macro [Fixes #185] #199

Closed marcandre closed 1 year ago

marcandre commented 1 year ago

We've used this for over a year

Example of use: https://gist.github.com/marcandre/3f66ce118551db7825914c65fb35ece4

parroty commented 1 year ago

Thank you 🙇. Can we include a simple example in the README? (Is it OK to just extract from comment part of the gist?)

marcandre commented 1 year ago

Thank you 🙇. Can we include a simple example in the README? (Is it OK to just extract from comment part of the gist?)

Of course! Thanks