Module: Elasticsearch::API::Common::Client
- Included in:
- AsyncSearch::AsyncSearchClient, Autoscaling::AutoscalingClient, Elasticsearch::API::Cat::CatClient, Elasticsearch::API::Cluster::ClusterClient, Elasticsearch::API::Connector::ConnectorClient, Elasticsearch::API::CrossClusterReplication::CrossClusterReplicationClient, DanglingIndices::DanglingIndicesClient, DataFrameTransformDeprecated::DataFrameTransformDeprecatedClient, Enrich::EnrichClient, Eql::EqlClient, Esql::EsqlClient, Features::FeaturesClient, Fleet::FleetClient, Graph::GraphClient, IndexLifecycleManagement::IndexLifecycleManagementClient, Indices::IndicesClient, Inference::InferenceClient, Ingest::IngestClient, License::LicenseClient, Logstash::LogstashClient, MachineLearning::MachineLearningClient, Migration::MigrationClient, Monitoring::MonitoringClient, Nodes::NodesClient, Profiling::ProfilingClient, QueryRules::QueryRulesClient, QueryRuleset::QueryRulesetClient, Remote::RemoteClient, Rollup::RollupClient, SQL::SQLClient, SSL::SSLClient, SearchApplication::SearchApplicationClient, SearchableSnapshots::SearchableSnapshotsClient, Security::SecurityClient, Shutdown::ShutdownClient, Simulate::SimulateClient, Snapshot::SnapshotClient, SnapshotLifecycleManagement::SnapshotLifecycleManagementClient, Synonyms::SynonymsClient, 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, request_opts = {}) ⇒ Object
Delegates the ‘perform_request` method to the wrapped client.
Instance Method Details
#perform_request(method, path, params = {}, body = nil, headers = nil, request_opts = {}) ⇒ Object
Delegates the ‘perform_request` method to the wrapped client
36 37 38 |
# 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 |