You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it looks like some (possibly all) calls to get return the error tuple ({integer, any, HTTPoison.Response.t()}) instead of the success tuple ({:ok, :jsx.json_term(), HTTPoison.Response.t()}) on successful calls.
The text was updated successfully, but these errors were encountered:
initially reported in #144 (comment)
it looks like some (possibly all) calls to
get
return the error tuple ({integer, any, HTTPoison.Response.t()}
) instead of the success tuple ({:ok, :jsx.json_term(), HTTPoison.Response.t()}
) on successful calls.The text was updated successfully, but these errors were encountered: