class Geocoder::Lookup::IpinfoIo

def supported_protocols

HTTPS available only for paid plans
def supported_protocols
  if configuration.api_key
    [:http, :https]
  else
    [:http]
  end
end