class Geocoder::Lookup::Ip2location

def query_url_params(query)

def query_url_params(query)
  {
    key: configuration.api_key ? configuration.api_key : "demo",
    format: "json",
    ip: query.sanitized_text
  }.merge(super)
end