Studying Elixir, I decided to write a client for an existing API and I wanted to do it in the correct way : writing a complete test coverage. My choice was to use HTTPoison (since I like Poison for JSON parsing) and ExVCR to write the API tests. So, what is ExVCR? If you come from the [...]