Module: Elasticsearch::API::Common::Client

Defined Under Namespace

Modules: Base

Instance Method Summary collapse

Instance Method Details

#perform_request(method, path, params = {}, body = nil) ⇒ Object

Delegates the ‘perform_request` method to the wrapped client



20
21
22
# File 'lib/elasticsearch/api/namespace/common.rb', line 20

def perform_request(method, path, params={}, body=nil)
  client.perform_request method, path, params, body
end