Method: Elasticsearch::API::Common::Client#perform_request
- Defined in:
- lib/elasticsearch/api/namespace/common.rb
#perform_request(method, path, params = {}, body = nil, headers = nil) ⇒ Object
Delegates the ‘perform_request` method to the wrapped client
37 38 39 |
# File 'lib/elasticsearch/api/namespace/common.rb', line 37 def perform_request(method, path, params={}, body=nil, headers=nil) client.perform_request method, path, params, body, headers end |