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
Currently parse_from_url is using .get!, causing an exception if the API call fails. It would be easier to handle these scenarios if an error type was returned instead, eg {:error, error}. I'm happy to take a stab at this in a PR.
Currently
parse_from_url
is using.get!
, causing an exception if the API call fails. It would be easier to handle these scenarios if an error type was returned instead, eg{:error, error}
. I'm happy to take a stab at this in a PR.The text was updated successfully, but these errors were encountered: