module Geocoder::Lookup

def all_services_with_http_requests


For example, Amazon Location Service uses the AWS gem, not HTTP REST requests, to fetch data.
Array of valid Lookup service names, excluding any that do not build their own HTTP requests.
#
def all_services_with_http_requests
  all_services_except_test - [:amazon_location_service]
end