lib/api_client/base.rb in api_client-0.1.3 vs lib/api_client/base.rb in api_client-0.1.4

- old
+ new

@@ -12,10 +12,10 @@ class << self extend ApiClient::Mixins::Delegation extend ApiClient::Mixins::Configuration - delegate :fetch, :get, :put, :post, :delete, :headers, :endpoint, :options, :adapter, :params, :to => :scope + delegate :fetch, :get, :put, :post, :delete, :headers, :endpoint, :options, :adapter, :params, :raw, :to => :scope dsl_accessor :format, :namespace def subkey_class Hashie::Mash