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
Two updates: 1) added optional :protocol to #build_url's query params…
… so you can specify https and still use the hash-construction method. (gdigh-2), and 2) after considering various metaprogramming strategies for including a #message method (returning the plain english status message, e.g. "Not Found"), I opted to be explicit (gdigh-3).