Since the initial release of elm-open-api in October I’ve been working on some improvements. The first of those is better handling of errors. With the 0.1.0 release if your endpoints returned a non-2XX status code then you’d only get a generic Elm Http.Error
. That was fine for just getting started, but what about Open API Specs that give you details about why the request failed? Well that’s what 0.1.3 is all about! Giving you the information you need to best handle errors.
I hope those using elm-open-api find this new feature useful.