class Geocoder::Lookup::Ip2locationIo

def query_url_params(query)

def query_url_params(query)
  super.merge(
    key: configuration.api_key,
    ip: query.sanitized_text,
  )
end