Returns a new instance of Base.
8 9 10 11
# File 'lib/waqi/services/base.rb', line 8 def initialize(params = {}) @connection = Faraday.new(url: BASE_URL) @params = params end