Module: OpenSearch::API::Common::Client
- Included in:
- OpenSearch::API::Cat::CatClient, OpenSearch::API::Cluster::ClusterClient, DanglingIndices::DanglingIndicesClient, Features::FeaturesClient, Indices::IndicesClient, Ingest::IngestClient, Nodes::NodesClient, Remote::RemoteClient, Security::SecurityClient, Shutdown::ShutdownClient, Snapshot::SnapshotClient, Tasks::TasksClient
- Defined in:
- lib/opensearch/api/namespace/common.rb
Defined Under Namespace
Modules: Base
Instance Method Summary collapse
-
#perform_request(method, path, params = {}, body = nil, headers = nil) ⇒ Object
Delegates the ‘perform_request` method to the wrapped client.
Instance Method Details
#perform_request(method, path, params = {}, body = nil, headers = nil) ⇒ Object
Delegates the ‘perform_request` method to the wrapped client
46 47 48 |
# File 'lib/opensearch/api/namespace/common.rb', line 46 def perform_request(method, path, params={}, body=nil, headers=nil) client.perform_request method, path, params, body, headers end |