Module: Elasticsearch::API::Common::Client
- Included in:
- AsyncSearch::AsyncSearchClient, Autoscaling::AutoscalingClient, Elasticsearch::API::Cat::CatClient, Elasticsearch::API::Cluster::ClusterClient, Elasticsearch::API::CrossClusterReplication::CrossClusterReplicationClient, DanglingIndices::DanglingIndicesClient, DataFrameTransformDeprecated::DataFrameTransformDeprecatedClient, Enrich::EnrichClient, Eql::EqlClient, Features::FeaturesClient, Fleet::FleetClient, Graph::GraphClient, IndexLifecycleManagement::IndexLifecycleManagementClient, Indices::IndicesClient, Ingest::IngestClient, License::LicenseClient, Logstash::LogstashClient, MachineLearning::MachineLearningClient, Migration::MigrationClient, Monitoring::MonitoringClient, Nodes::NodesClient, Remote::RemoteClient, Rollup::RollupClient, SQL::SQLClient, SSL::SSLClient, SearchApplication::SearchApplicationClient, SearchableSnapshots::SearchableSnapshotsClient, Security::SecurityClient, Shutdown::ShutdownClient, Snapshot::SnapshotClient, SnapshotLifecycleManagement::SnapshotLifecycleManagementClient, Tasks::TasksClient, TextStructure::TextStructureClient, Transform::TransformClient, Watcher::WatcherClient, XPack::XPackClient
- Defined in:
- lib/elasticsearch/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
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 |