class Geocoder::Lookup::IpapiCom

def supported_protocols

def supported_protocols
  if configuration.api_key
    [:http, :https]
  else
    [:http]
  end
end