5 6 7
# File 'lib/search_kit/client.rb', line 5 def self.connection @connection ||= Faraday.new(SearchKit.config.app_uri) end