Closed pezra closed 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.
{:ok, url
Locatable.url/1
addresses #63
Previously there was a bug which caused non-HAL response to return a bare URL rather than an
{:ok, url
tuple as specified by theLocatable.url/1
typespec.