class Geocoder::Lookup::Ipgeolocation

def query_url_params(query)

def query_url_params(query)
  {
      ip: query.sanitized_text,
      apiKey: configuration.api_key
  }.merge(super)
end