overture8 / mangoex

Elixir wrapper for the MangoPay API
3 stars 3 forks source link

Handle trying to decode JSON when HTTPotion has returned a request timeout #14

Closed tosbourn closed 7 years ago

tosbourn commented 7 years ago

This catches decode_json/1 and decode_json/2 being sent the :badkey message from HTTPotion.

Closes #13