lib/ecoportal/api/common/content/client.rb in ecoportal-api-v2-2.0.6 vs lib/ecoportal/api/common/content/client.rb in ecoportal-api-v2-2.0.7

- old
+ new

@@ -1,10 +1,10 @@ module Ecoportal module API module Common module Content # @see Ecoportal::API::Common::Client - class Client < Common::Client + class Client < Ecoportal::API::Common::Client attr_accessor :logger # @note the `api_key` will be automatically added as parameter `X-ECOPORTAL-API-KEY` in the header of the http requests. def initialize(api_key:, version: "v2", host: "live.ecoportal.com", logger: nil) super(api_key: api_key, version: "v2", host: host, logger: logger)