HTTPoison 0.5.0
- API breaking changes:
- HTTPoison.HTTPError was renamed to HTTPoison.Error;
- Requests will now return
{:ok, response}
or{:error, error}
- The old behaviour will be followed by new functions with bang, example:
HTTPoison.get!
will follow the old behaviour of HTTPoison.get
Related discussion: #27