lib/api_client/base.rb in api_client-0.5.18 vs lib/api_client/base.rb in api_client-0.5.19
- old
+ new
@@ -9,10 +9,10 @@
class << self
extend ApiClient::Mixins::Delegation
extend ApiClient::Mixins::Configuration
- delegate :fetch, :get, :put, :post, :delete, :headers, :endpoint, :options, :adapter, :params, :raw, :to => :scope
+ delegate :fetch, :get, :put, :post, :patch, :delete, :headers, :endpoint, :options, :adapter, :params, :raw, :to => :scope
dsl_accessor :format, :namespace
def subkey_class
Hashie::Mash