lib/smartsheet/api/request_client.rb in smartsheet-1.0.0.beta.2 vs lib/smartsheet/api/request_client.rb in smartsheet-1.0.0

- old
+ new

@@ -1,8 +1,10 @@ require 'smartsheet/error' module Smartsheet module API + # Composes {EndpointSpec endpoint specifications} and {RequestSpec request specifications} to + # form a single {Request} that it submits to the provided client class RequestClient def initialize(token, client, base_url, assume_user: nil, logger: MuteRequestLogger.new) @token = token @client = client @assume_user = assume_user \ No newline at end of file