Apipie / apipie-bindings

MIT License
10 stars 23 forks source link

API cache not auto reloaded after an API call with an error response #66

Closed tstrachota closed 7 years ago

tstrachota commented 7 years ago

Refreshing the cache is skipped when a http call raises an exception: https://github.com/Apipie/apipie-bindings/blob/master/lib/apipie_bindings/api.rb#L238-L247

It should be checking the cache even on error responses.