module Elasticsearch::API::Common::Client
Public Instance Methods
perform_request(method, path, params={}, body=nil, headers=nil, request_opts={})
click to toggle source
Delegates the ‘perform_request` method to the wrapped client
# File lib/elasticsearch/api/namespace/common.rb, line 36 def perform_request(method, path, params={}, body=nil, headers=nil, request_opts={}) client.perform_request method, path, params, body, headers, request_opts end