pezra / exhal

Use HAL APIs with ease
MIT License
22 stars 15 forks source link

non-HAL responses correctly implement Locatable protocol #64

Closed pezra closed 6 years ago

pezra commented 6 years ago

Previously there was a bug which caused non-HAL response to return a bare URL rather than an {:ok, url tuple as specified by the Locatable.url/1 typespec.

pezra commented 6 years ago

addresses #63