elasticsearch-api 7.14.1.pre → 7.16.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (187) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +14 -35
  3. data/Rakefile +0 -14
  4. data/elasticsearch-api.gemspec +5 -4
  5. data/lib/elasticsearch/api/actions/bulk.rb +2 -2
  6. data/lib/elasticsearch/api/actions/cat/aliases.rb +1 -1
  7. data/lib/elasticsearch/api/actions/cat/allocation.rb +1 -1
  8. data/lib/elasticsearch/api/actions/cat/count.rb +1 -1
  9. data/lib/elasticsearch/api/actions/cat/fielddata.rb +1 -1
  10. data/lib/elasticsearch/api/actions/cat/health.rb +1 -1
  11. data/lib/elasticsearch/api/actions/cat/help.rb +1 -1
  12. data/lib/elasticsearch/api/actions/cat/indices.rb +1 -1
  13. data/lib/elasticsearch/api/actions/cat/master.rb +1 -1
  14. data/lib/elasticsearch/api/actions/cat/nodeattrs.rb +1 -1
  15. data/lib/elasticsearch/api/actions/cat/nodes.rb +1 -1
  16. data/lib/elasticsearch/api/actions/cat/pending_tasks.rb +1 -1
  17. data/lib/elasticsearch/api/actions/cat/plugins.rb +1 -1
  18. data/lib/elasticsearch/api/actions/cat/recovery.rb +1 -1
  19. data/lib/elasticsearch/api/actions/cat/repositories.rb +1 -1
  20. data/lib/elasticsearch/api/actions/cat/segments.rb +1 -1
  21. data/lib/elasticsearch/api/actions/cat/shards.rb +1 -1
  22. data/lib/elasticsearch/api/actions/cat/snapshots.rb +1 -1
  23. data/lib/elasticsearch/api/actions/cat/tasks.rb +1 -1
  24. data/lib/elasticsearch/api/actions/cat/templates.rb +1 -1
  25. data/lib/elasticsearch/api/actions/cat/thread_pool.rb +1 -1
  26. data/lib/elasticsearch/api/actions/clear_scroll.rb +1 -1
  27. data/lib/elasticsearch/api/actions/close_point_in_time.rb +1 -1
  28. data/lib/elasticsearch/api/actions/cluster/allocation_explain.rb +3 -3
  29. data/lib/elasticsearch/api/actions/cluster/delete_component_template.rb +1 -1
  30. data/lib/elasticsearch/api/actions/cluster/delete_voting_config_exclusions.rb +1 -1
  31. data/lib/elasticsearch/api/actions/cluster/exists_component_template.rb +1 -1
  32. data/lib/elasticsearch/api/actions/cluster/get_component_template.rb +1 -1
  33. data/lib/elasticsearch/api/actions/cluster/get_settings.rb +1 -1
  34. data/lib/elasticsearch/api/actions/cluster/health.rb +1 -1
  35. data/lib/elasticsearch/api/actions/cluster/pending_tasks.rb +1 -1
  36. data/lib/elasticsearch/api/actions/cluster/post_voting_config_exclusions.rb +1 -1
  37. data/lib/elasticsearch/api/actions/cluster/put_component_template.rb +1 -1
  38. data/lib/elasticsearch/api/actions/cluster/put_settings.rb +1 -1
  39. data/lib/elasticsearch/api/actions/cluster/remote_info.rb +1 -1
  40. data/lib/elasticsearch/api/actions/cluster/reroute.rb +1 -1
  41. data/lib/elasticsearch/api/actions/cluster/state.rb +1 -1
  42. data/lib/elasticsearch/api/actions/cluster/stats.rb +1 -1
  43. data/lib/elasticsearch/api/actions/count.rb +7 -2
  44. data/lib/elasticsearch/api/actions/create.rb +1 -1
  45. data/lib/elasticsearch/api/actions/dangling_indices/delete_dangling_index.rb +1 -1
  46. data/lib/elasticsearch/api/actions/dangling_indices/import_dangling_index.rb +1 -1
  47. data/lib/elasticsearch/api/actions/dangling_indices/list_dangling_indices.rb +1 -1
  48. data/lib/elasticsearch/api/actions/delete.rb +1 -1
  49. data/lib/elasticsearch/api/actions/delete_by_query.rb +1 -7
  50. data/lib/elasticsearch/api/actions/delete_by_query_rethrottle.rb +1 -1
  51. data/lib/elasticsearch/api/actions/delete_script.rb +1 -1
  52. data/lib/elasticsearch/api/actions/exists.rb +1 -1
  53. data/lib/elasticsearch/api/actions/exists_source.rb +1 -1
  54. data/lib/elasticsearch/api/actions/explain.rb +1 -1
  55. data/lib/elasticsearch/api/actions/features/get_features.rb +1 -1
  56. data/lib/elasticsearch/api/actions/features/reset_features.rb +1 -1
  57. data/lib/elasticsearch/api/actions/field_caps.rb +1 -1
  58. data/lib/elasticsearch/api/actions/get.rb +1 -1
  59. data/lib/elasticsearch/api/actions/get_script.rb +1 -1
  60. data/lib/elasticsearch/api/actions/get_script_context.rb +1 -5
  61. data/lib/elasticsearch/api/actions/get_script_languages.rb +1 -5
  62. data/lib/elasticsearch/api/actions/get_source.rb +1 -1
  63. data/lib/elasticsearch/api/actions/index.rb +1 -1
  64. data/lib/elasticsearch/api/actions/indices/add_block.rb +1 -1
  65. data/lib/elasticsearch/api/actions/indices/analyze.rb +1 -1
  66. data/lib/elasticsearch/api/actions/indices/clear_cache.rb +1 -1
  67. data/lib/elasticsearch/api/actions/indices/clone.rb +1 -1
  68. data/lib/elasticsearch/api/actions/indices/close.rb +1 -1
  69. data/lib/elasticsearch/api/actions/indices/create.rb +1 -1
  70. data/lib/elasticsearch/api/actions/indices/delete.rb +2 -2
  71. data/lib/elasticsearch/api/actions/indices/delete_alias.rb +1 -1
  72. data/lib/elasticsearch/api/actions/indices/delete_index_template.rb +6 -2
  73. data/lib/elasticsearch/api/actions/indices/delete_template.rb +1 -1
  74. data/lib/elasticsearch/api/actions/indices/disk_usage.rb +68 -0
  75. data/lib/elasticsearch/api/actions/indices/exists.rb +1 -1
  76. data/lib/elasticsearch/api/actions/indices/exists_alias.rb +1 -1
  77. data/lib/elasticsearch/api/actions/indices/exists_index_template.rb +5 -2
  78. data/lib/elasticsearch/api/actions/indices/exists_template.rb +1 -1
  79. data/lib/elasticsearch/api/actions/indices/exists_type.rb +1 -1
  80. data/lib/elasticsearch/api/actions/indices/field_usage_stats.rb +66 -0
  81. data/lib/elasticsearch/api/actions/indices/flush.rb +1 -1
  82. data/lib/elasticsearch/api/actions/indices/flush_synced.rb +1 -1
  83. data/lib/elasticsearch/api/actions/indices/forcemerge.rb +1 -1
  84. data/lib/elasticsearch/api/actions/indices/get.rb +1 -1
  85. data/lib/elasticsearch/api/actions/indices/get_alias.rb +1 -1
  86. data/lib/elasticsearch/api/actions/indices/get_field_mapping.rb +1 -1
  87. data/lib/elasticsearch/api/actions/indices/get_index_template.rb +2 -2
  88. data/lib/elasticsearch/api/actions/indices/get_mapping.rb +1 -1
  89. data/lib/elasticsearch/api/actions/indices/get_settings.rb +1 -1
  90. data/lib/elasticsearch/api/actions/indices/get_template.rb +1 -1
  91. data/lib/elasticsearch/api/actions/indices/get_upgrade.rb +1 -1
  92. data/lib/elasticsearch/api/actions/indices/open.rb +1 -1
  93. data/lib/elasticsearch/api/actions/indices/put_alias.rb +1 -1
  94. data/lib/elasticsearch/api/actions/indices/put_index_template.rb +1 -1
  95. data/lib/elasticsearch/api/actions/indices/put_mapping.rb +1 -1
  96. data/lib/elasticsearch/api/actions/indices/put_settings.rb +1 -1
  97. data/lib/elasticsearch/api/actions/indices/put_template.rb +1 -1
  98. data/lib/elasticsearch/api/actions/indices/recovery.rb +1 -1
  99. data/lib/elasticsearch/api/actions/indices/refresh.rb +1 -1
  100. data/lib/elasticsearch/api/actions/indices/resolve_index.rb +1 -5
  101. data/lib/elasticsearch/api/actions/indices/rollover.rb +1 -1
  102. data/lib/elasticsearch/api/actions/indices/segments.rb +1 -1
  103. data/lib/elasticsearch/api/actions/indices/shard_stores.rb +1 -1
  104. data/lib/elasticsearch/api/actions/indices/shrink.rb +1 -1
  105. data/lib/elasticsearch/api/actions/indices/simulate_index_template.rb +1 -1
  106. data/lib/elasticsearch/api/actions/indices/simulate_template.rb +1 -1
  107. data/lib/elasticsearch/api/actions/indices/split.rb +1 -1
  108. data/lib/elasticsearch/api/actions/indices/stats.rb +1 -1
  109. data/lib/elasticsearch/api/actions/indices/update_aliases.rb +1 -1
  110. data/lib/elasticsearch/api/actions/indices/upgrade.rb +1 -1
  111. data/lib/elasticsearch/api/actions/indices/validate_query.rb +1 -1
  112. data/lib/elasticsearch/api/actions/info.rb +1 -1
  113. data/lib/elasticsearch/api/actions/ingest/delete_pipeline.rb +1 -1
  114. data/lib/elasticsearch/api/actions/ingest/geo_ip_stats.rb +1 -1
  115. data/lib/elasticsearch/api/actions/ingest/get_pipeline.rb +1 -1
  116. data/lib/elasticsearch/api/actions/ingest/processor_grok.rb +1 -1
  117. data/lib/elasticsearch/api/actions/ingest/put_pipeline.rb +3 -1
  118. data/lib/elasticsearch/api/actions/ingest/simulate.rb +1 -1
  119. data/lib/elasticsearch/api/actions/mget.rb +1 -1
  120. data/lib/elasticsearch/api/actions/msearch.rb +2 -2
  121. data/lib/elasticsearch/api/actions/msearch_template.rb +2 -2
  122. data/lib/elasticsearch/api/actions/mtermvectors.rb +1 -1
  123. data/lib/elasticsearch/api/actions/nodes/clear_repositories_metering_archive.rb +56 -0
  124. data/lib/elasticsearch/api/actions/{snapshot/get_features.rb → nodes/get_repositories_metering_info.rb} +15 -14
  125. data/lib/elasticsearch/api/actions/nodes/hot_threads.rb +4 -2
  126. data/lib/elasticsearch/api/actions/nodes/info.rb +2 -2
  127. data/lib/elasticsearch/api/actions/nodes/reload_secure_settings.rb +1 -1
  128. data/lib/elasticsearch/api/actions/nodes/stats.rb +2 -2
  129. data/lib/elasticsearch/api/actions/nodes/usage.rb +1 -1
  130. data/lib/elasticsearch/api/actions/open_point_in_time.rb +5 -7
  131. data/lib/elasticsearch/api/actions/ping.rb +1 -1
  132. data/lib/elasticsearch/api/actions/put_script.rb +1 -1
  133. data/lib/elasticsearch/api/actions/rank_eval.rb +1 -5
  134. data/lib/elasticsearch/api/actions/reindex.rb +1 -1
  135. data/lib/elasticsearch/api/actions/reindex_rethrottle.rb +1 -1
  136. data/lib/elasticsearch/api/actions/render_search_template.rb +1 -1
  137. data/lib/elasticsearch/api/actions/scripts_painless_execute.rb +1 -1
  138. data/lib/elasticsearch/api/actions/scroll.rb +1 -1
  139. data/lib/elasticsearch/api/actions/search.rb +1 -1
  140. data/lib/elasticsearch/api/actions/search_mvt.rb +85 -0
  141. data/lib/elasticsearch/api/actions/search_shards.rb +1 -1
  142. data/lib/elasticsearch/api/actions/search_template.rb +1 -1
  143. data/lib/elasticsearch/api/actions/shutdown/delete_node.rb +1 -5
  144. data/lib/elasticsearch/api/actions/shutdown/get_node.rb +1 -5
  145. data/lib/elasticsearch/api/actions/shutdown/put_node.rb +1 -5
  146. data/lib/elasticsearch/api/actions/snapshot/cleanup_repository.rb +1 -1
  147. data/lib/elasticsearch/api/actions/snapshot/clone.rb +1 -1
  148. data/lib/elasticsearch/api/actions/snapshot/create.rb +1 -1
  149. data/lib/elasticsearch/api/actions/snapshot/create_repository.rb +1 -1
  150. data/lib/elasticsearch/api/actions/snapshot/delete.rb +1 -1
  151. data/lib/elasticsearch/api/actions/snapshot/delete_repository.rb +1 -1
  152. data/lib/elasticsearch/api/actions/snapshot/get.rb +1 -1
  153. data/lib/elasticsearch/api/actions/snapshot/get_repository.rb +1 -1
  154. data/lib/elasticsearch/api/actions/snapshot/repository_analyze.rb +1 -1
  155. data/lib/elasticsearch/api/actions/snapshot/restore.rb +1 -1
  156. data/lib/elasticsearch/api/actions/snapshot/status.rb +1 -1
  157. data/lib/elasticsearch/api/actions/snapshot/verify_repository.rb +1 -1
  158. data/lib/elasticsearch/api/actions/tasks/cancel.rb +1 -1
  159. data/lib/elasticsearch/api/actions/tasks/get.rb +1 -1
  160. data/lib/elasticsearch/api/actions/tasks/list.rb +1 -1
  161. data/lib/elasticsearch/api/actions/termvectors.rb +1 -1
  162. data/lib/elasticsearch/api/actions/update.rb +1 -1
  163. data/lib/elasticsearch/api/actions/update_by_query.rb +1 -7
  164. data/lib/elasticsearch/api/actions/update_by_query_rethrottle.rb +1 -1
  165. data/lib/elasticsearch/api/utils.rb +5 -2
  166. data/lib/elasticsearch/api/version.rb +1 -1
  167. data/spec/elasticsearch/api/actions/count_spec.rb +2 -5
  168. data/spec/elasticsearch/api/actions/{abort_benchmark_spec.rb → indices/disk_usage_spec.rb} +19 -5
  169. data/spec/elasticsearch/api/actions/{benchmark_spec.rb → indices/field_usage_stats_spec.rb} +18 -6
  170. data/spec/elasticsearch/api/actions/nodes/clear_repositories_metering_archive_spec.rb +51 -0
  171. data/spec/elasticsearch/api/actions/{snapshot/get_features_spec.rb → nodes/get_repositories_metering_info_spec.rb} +10 -4
  172. data/spec/elasticsearch/api/actions/open_point_in_time_spec.rb +2 -12
  173. data/spec/elasticsearch/api/actions/{remote/info_spec.rb → search_mvt_spec.rb} +26 -9
  174. data/spec/elasticsearch/api/rest_api_yaml_spec.rb +1 -2
  175. data/spec/rest_yaml_tests_helper.rb +59 -8
  176. data/spec/spec_helper.rb +1 -1
  177. data/utils/thor/.rubocop.yml +2 -0
  178. data/utils/thor/generate_source.rb +17 -11
  179. data/utils/thor/generator/endpoint_specifics.rb +3 -1
  180. data/utils/thor/templates/_perform_request.erb +1 -1
  181. metadata +38 -25
  182. data/lib/elasticsearch/api/actions/abort_benchmark.rb +0 -41
  183. data/lib/elasticsearch/api/actions/benchmark.rb +0 -81
  184. data/lib/elasticsearch/api/actions/delete_by_rethrottle.rb +0 -47
  185. data/lib/elasticsearch/api/actions/nodes/shutdown.rb +0 -56
  186. data/lib/elasticsearch/api/actions/remote/info.rb +0 -37
  187. data/spec/elasticsearch/api/actions/nodes/shutdown_spec.rb +0 -76
@@ -0,0 +1,51 @@
1
+ # Licensed to Elasticsearch B.V. under one or more contributor
2
+ # license agreements. See the NOTICE file distributed with
3
+ # this work for additional information regarding copyright
4
+ # ownership. Elasticsearch B.V. licenses this file to you under
5
+ # the Apache License, Version 2.0 (the "License"); you may
6
+ # not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+
18
+ require 'spec_helper'
19
+
20
+
21
+ describe 'client.nodes#clear_metering_archive' do
22
+ let(:expected_args) do
23
+ [
24
+ 'DELETE',
25
+ '_nodes/foo/_repositories_metering/bar',
26
+ {},
27
+ nil,
28
+ {}
29
+ ]
30
+ end
31
+
32
+ it 'performs the request' do
33
+ expect(client_double.nodes.clear_repositories_metering_archive(node_id: 'foo', max_archive_version: 'bar')).to eq({})
34
+ end
35
+
36
+ let(:client) do
37
+ Class.new { include Elasticsearch::API }.new
38
+ end
39
+
40
+ it 'raises an error if no node_id is provided' do
41
+ expect do
42
+ client.nodes.clear_repositories_metering_archive(max_archive_version: 'bar')
43
+ end.to raise_exception(ArgumentError)
44
+ end
45
+
46
+ it 'raises an error if no max_archive_version is provided' do
47
+ expect do
48
+ client.nodes.clear_repositories_metering_archive(node_id: 'foo')
49
+ end.to raise_exception(ArgumentError)
50
+ end
51
+ end
@@ -17,22 +17,28 @@
17
17
 
18
18
  require 'spec_helper'
19
19
 
20
- describe 'client.snapshot#get' do
20
+ describe 'client.nodes#get_metering_info' do
21
21
  let(:expected_args) do
22
22
  [
23
23
  'GET',
24
- '_snapshottable_features',
24
+ '_nodes/foo/_repositories_metering',
25
25
  {},
26
26
  nil,
27
27
  {}
28
28
  ]
29
29
  end
30
30
 
31
+ it 'performs the request' do
32
+ expect(client_double.nodes.get_repositories_metering_info(node_id: 'foo', max_archive_version: 'bar')).to eq({})
33
+ end
34
+
31
35
  let(:client) do
32
36
  Class.new { include Elasticsearch::API }.new
33
37
  end
34
38
 
35
- it 'performs the request' do
36
- expect(client_double.snapshot.get_features).to eq({})
39
+ it 'raises an error if no node_id is provided' do
40
+ expect do
41
+ client.nodes.get_repositories_metering_info
42
+ end.to raise_exception(ArgumentError)
37
43
  end
38
44
  end
@@ -21,24 +21,14 @@ describe 'client#open_point_in_time' do
21
21
  let(:expected_args) do
22
22
  [
23
23
  'POST',
24
- url,
24
+ 'foo/_pit',
25
25
  {},
26
26
  nil,
27
27
  {}
28
28
  ]
29
29
  end
30
30
 
31
- let (:url) { '_pit'}
32
-
33
31
  it 'performs the request' do
34
- expect(client_double.open_point_in_time).to eq({})
35
- end
36
-
37
- context 'with index' do
38
- let (:url) { 'foo/_pit'}
39
-
40
- it 'performs the request' do
41
- expect(client_double.open_point_in_time(index: 'foo')).to eq({})
42
- end
32
+ expect(client_double.open_point_in_time(index: 'foo')).to eq({})
43
33
  end
44
34
  end
@@ -17,19 +17,36 @@
17
17
 
18
18
  require 'spec_helper'
19
19
 
20
- describe 'client.remote#info' do
21
-
20
+ describe 'client#search_mvt' do
22
21
  let(:expected_args) do
23
22
  [
24
- 'GET',
25
- '_remote/info',
26
- {},
27
- nil,
28
- nil
23
+ 'POST',
24
+ url,
25
+ params,
26
+ body,
27
+ {}
29
28
  ]
30
29
  end
31
30
 
32
- it 'performs the request' do
33
- expect(client_double.remote.info).to eq({})
31
+ context 'with right parameters' do
32
+ let(:url) { 'foo/_mvt/field/10/57.2127/6.2348' }
33
+ let(:params) { {} }
34
+ let(:body) { nil }
35
+
36
+ it 'performs the request' do
37
+ expect(client_double.search_mvt(index: 'foo', field: 'field', zoom: 10, x: 57.2127, y: 6.2348)).to eq({})
38
+ end
39
+ end
40
+
41
+ context 'when a param is missing' do
42
+ let(:client) do
43
+ Class.new { include Elasticsearch::API }.new
44
+ end
45
+
46
+ it 'raises an ArgumentError' do
47
+ expect{
48
+ client.search_mvt
49
+ }.to raise_exception(ArgumentError)
50
+ end
34
51
  end
35
52
  end
@@ -50,13 +50,12 @@ describe 'Rest API YAML tests' do
50
50
 
51
51
  # Runs once before each test in a test file
52
52
  before(:all) do
53
- Elasticsearch::RestAPIYAMLTests::TestFile.wipe_cluster(ADMIN_CLIENT)
54
53
  test_file.setup
55
54
  end
56
55
 
57
56
  after(:all) do
58
57
  test_file.teardown
59
- Elasticsearch::RestAPIYAMLTests::TestFile.wipe_cluster(ADMIN_CLIENT)
58
+ Elasticsearch::RestAPIYAMLTests::WipeCluster.run(ADMIN_CLIENT)
60
59
  end
61
60
 
62
61
  test.task_groups.each do |task_group|
@@ -17,10 +17,13 @@
17
17
 
18
18
  require "#{File.expand_path(File.dirname('..'), '..')}/api-spec-testing/test_file"
19
19
  require "#{File.expand_path(File.dirname('..'), '..')}/api-spec-testing/rspec_matchers"
20
+ require "#{File.expand_path(File.dirname('..'), '..')}/api-spec-testing/wipe_cluster"
20
21
  include Elasticsearch::RestAPIYAMLTests
21
22
 
22
23
  TRANSPORT_OPTIONS = {}
23
24
  PROJECT_PATH = File.join(File.dirname(__FILE__), '..')
25
+ STACK_VERSION = ENV['STACK_VERSION']
26
+ require 'elasticsearch/xpack'
24
27
 
25
28
  if (hosts = ELASTICSEARCH_URL)
26
29
  split_hosts = hosts.split(',').map do |host|
@@ -33,21 +36,69 @@ else
33
36
  TEST_HOST, TEST_PORT = 'localhost', '9200'
34
37
  end
35
38
 
39
+ test_suite = ENV['TEST_SUITE'] || 'free'
40
+ password = ENV['ELASTIC_PASSWORD'] || 'changeme'
41
+ user = ENV['ELASTIC_USER'] || 'elastic'
42
+
36
43
  if defined?(TEST_HOST) && defined?(TEST_PORT)
37
- URL = "http://#{TEST_HOST}:#{TEST_PORT}"
44
+ URL = "http://#{TEST_HOST}:#{TEST_PORT}".freeze
45
+
46
+ if STACK_VERSION.match?(/^8\./)
47
+ if ENV['TEST_SUITE'] == 'platinum'
48
+ raw_certificate = File.read(File.join(PROJECT_PATH, '../.ci/certs/testnode.crt'))
49
+ certificate = OpenSSL::X509::Certificate.new(raw_certificate)
50
+ raw_key = File.read(File.join(PROJECT_PATH, '../.ci/certs/testnode.key'))
51
+ key = OpenSSL::PKey::RSA.new(raw_key)
52
+ ca_file = File.expand_path(File.join(PROJECT_PATH, '/.ci/certs/ca.crt'))
53
+ host = "https://elastic:#{password}@#{uri.host}:#{uri.port}".freeze
54
+ transport_options = { ssl: { verify: false, client_cert: certificate, client_key: key, ca_file: ca_file } }
55
+ else
56
+ host = "http://elastic:#{password}@#{uri.host}:#{uri.port}".freeze
57
+ transport_options = {}
58
+ end
38
59
 
39
- ADMIN_CLIENT = Elasticsearch::Client.new(host: URL, transport_options: TRANSPORT_OPTIONS)
60
+ ADMIN_CLIENT = Elasticsearch::Client.new(host: host, transport_options: transport_options)
40
61
 
41
- if ENV['QUIET'] == 'true'
42
- DEFAULT_CLIENT = Elasticsearch::Client.new(host: URL, transport_options: TRANSPORT_OPTIONS)
62
+ DEFAULT_CLIENT = if ENV['QUIET'] == 'true'
63
+ Elasticsearch::Client.new(host: host, transport_options: transport_options)
64
+ else
65
+ Elasticsearch::Client.new(
66
+ host: host,
67
+ tracer: Logger.new($stdout),
68
+ transport_options: transport_options
69
+ )
70
+ end
71
+
72
+ if ENV['QUIET'] == 'true'
73
+ DEFAULT_CLIENT = Elasticsearch::Client.new(
74
+ host: URL,
75
+ transport_options: TRANSPORT_OPTIONS,
76
+ user: user,
77
+ password: password
78
+ )
79
+ else
80
+ DEFAULT_CLIENT = Elasticsearch::Client.new(
81
+ host: URL,
82
+ transport_options: TRANSPORT_OPTIONS,
83
+ user: user,
84
+ password: password,
85
+ tracer: Logger.new($stdout)
86
+ )
87
+ end
43
88
  else
44
- DEFAULT_CLIENT = Elasticsearch::Client.new(host: URL,
45
- transport_options: TRANSPORT_OPTIONS,
46
- tracer: Logger.new($stdout))
89
+ ADMIN_CLIENT = Elasticsearch::Client.new(host: URL, transport_options: TRANSPORT_OPTIONS)
90
+
91
+ if ENV['QUIET'] == 'true'
92
+ DEFAULT_CLIENT = Elasticsearch::Client.new(host: URL, transport_options: TRANSPORT_OPTIONS)
93
+ else
94
+ DEFAULT_CLIENT = Elasticsearch::Client.new(host: URL,
95
+ transport_options: TRANSPORT_OPTIONS,
96
+ tracer: Logger.new($stdout))
97
+ end
47
98
  end
48
99
  end
49
100
 
50
- YAML_FILES_DIRECTORY = "#{PROJECT_PATH}/../tmp/rest-api-spec/test/free"
101
+ YAML_FILES_DIRECTORY = "#{PROJECT_PATH}/../tmp/rest-api-spec/#{STACK_VERSION.match?(/^8\./) ? 'compatTest' : 'test'}/free"
51
102
 
52
103
  SINGLE_TEST = if ENV['SINGLE_TEST'] && !ENV['SINGLE_TEST'].empty?
53
104
  test_target = ENV['SINGLE_TEST']
data/spec/spec_helper.rb CHANGED
@@ -67,7 +67,7 @@ end
67
67
  RSpec.configure do |config|
68
68
  config.include(HelperModule)
69
69
  config.formatter = 'documentation'
70
- config.color = true
70
+ config.color_mode = :on
71
71
  config.add_formatter('RspecJunitFormatter', 'tmp/elasticsearch-api-junit.xml')
72
72
  end
73
73
 
@@ -1,2 +1,4 @@
1
1
  Layout/EndAlignment:
2
2
  AutoCorrect: true
3
+ Metrics/LineLength:
4
+ Max: 160
@@ -148,6 +148,7 @@ module Elasticsearch
148
148
 
149
149
  def __http_method
150
150
  return '_id ? Elasticsearch::API::HTTP_PUT : Elasticsearch::API::HTTP_POST' if @endpoint_name == 'index'
151
+ return post_and_get if @endpoint_name == 'count'
151
152
 
152
153
  default_method = @spec['url']['paths'].map { |a| a['methods'] }.flatten.first
153
154
  if @spec['body'] && default_method == 'GET'
@@ -155,19 +156,23 @@ module Elasticsearch
155
156
  if @spec['body']['required']
156
157
  'Elasticsearch::API::HTTP_POST'
157
158
  else
158
- <<~SRC
159
- if arguments[:body]
160
- Elasticsearch::API::HTTP_POST
161
- else
162
- Elasticsearch::API::HTTP_GET
163
- end
164
- SRC
159
+ post_and_get
165
160
  end
166
161
  else
167
162
  "Elasticsearch::API::HTTP_#{default_method}"
168
163
  end
169
164
  end
170
165
 
166
+ def post_and_get
167
+ <<~SRC
168
+ if arguments[:body]
169
+ Elasticsearch::API::HTTP_POST
170
+ else
171
+ Elasticsearch::API::HTTP_GET
172
+ end
173
+ SRC
174
+ end
175
+
171
176
  def __http_path
172
177
  return "\"#{__parse_path(@paths.first)}\"" if @paths.size == 1
173
178
  return termvectors_path if @method_name == 'termvectors'
@@ -194,9 +199,9 @@ module Elasticsearch
194
199
 
195
200
  def __parse_path(path)
196
201
  path.gsub(/^\//, '')
197
- .gsub(/\/$/, '')
198
- .gsub('{', "\#{#{__utils}.__listify(_")
199
- .gsub('}', ')}')
202
+ .gsub(/\/$/, '')
203
+ .gsub('{', "\#{#{__utils}.__listify(_")
204
+ .gsub('}', ')}')
200
205
  end
201
206
 
202
207
  def __path_variables
@@ -226,6 +231,7 @@ module Elasticsearch
226
231
 
227
232
  def docs_helper(name, info)
228
233
  info['type'] = 'String' if info['type'] == 'enum' # Rename 'enums' to 'strings'
234
+ info['type'] = 'Integer' if info['type'] == 'int' # Rename 'int' to 'Integer'
229
235
  tipo = info['type'] ? info['type'].capitalize : 'String'
230
236
  description = info['description'] ? info['description'].strip : '[TODO]'
231
237
  options = info['options'] ? "(options: #{info['options'].join(', ').strip})" : nil
@@ -290,7 +296,7 @@ module Elasticsearch
290
296
  end
291
297
 
292
298
  def __utils
293
- (@current_api == :xpack) ? 'Elasticsearch::API::Utils' : 'Utils'
299
+ @current_api == :xpack ? 'Elasticsearch::API::Utils' : 'Utils'
294
300
  end
295
301
 
296
302
  def run_rubocop(api)
@@ -27,6 +27,7 @@ module Elasticsearch
27
27
  exists
28
28
  indices.exists
29
29
  indices.exists_alias
30
+ indices.exists_index_template
30
31
  indices.exists_template
31
32
  indices.exists_type
32
33
  ].freeze
@@ -37,8 +38,9 @@ module Elasticsearch
37
38
  delete
38
39
  get
39
40
  indices.flush_synced
40
- indices.delete_template
41
41
  indices.delete
42
+ indices.delete_index_template
43
+ indices.delete_template
42
44
  security.get_role
43
45
  security.get_user
44
46
  snapshot.status
@@ -34,7 +34,7 @@ when 'mtermvectors'
34
34
  <%- end -%>
35
35
  <%- if ['bulk', 'msearch', 'msearch_template', 'find_structure'].include? @method_name -%>
36
36
  <%= self.send("#{@method_name}_body_helper".to_s) %>
37
- headers.merge!("Content-Type" => "application/x-ndjson")
37
+ headers = <%= __utils %>.ndjson_headers(headers)
38
38
  <%= ' '*(@namespace_depth+4) %>perform_request(method, path, params, payload, headers).body
39
39
  <%- elsif @method_name == 'ping' -%>
40
40
  <%= ping_perform_request %>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elasticsearch-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.14.1.pre
4
+ version: 7.16.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karel Minarik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-17 00:00:00.000000000 Z
11
+ date: 2021-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -80,6 +80,20 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: elasticsearch-xpack
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
83
97
  - !ruby/object:Gem::Dependency
84
98
  name: minitest
85
99
  requirement: !ruby/object:Gem::Requirement
@@ -323,8 +337,6 @@ files:
323
337
  - elasticsearch-api.gemspec
324
338
  - lib/elasticsearch-api.rb
325
339
  - lib/elasticsearch/api.rb
326
- - lib/elasticsearch/api/actions/abort_benchmark.rb
327
- - lib/elasticsearch/api/actions/benchmark.rb
328
340
  - lib/elasticsearch/api/actions/bulk.rb
329
341
  - lib/elasticsearch/api/actions/cat/aliases.rb
330
342
  - lib/elasticsearch/api/actions/cat/allocation.rb
@@ -374,7 +386,6 @@ files:
374
386
  - lib/elasticsearch/api/actions/delete.rb
375
387
  - lib/elasticsearch/api/actions/delete_by_query.rb
376
388
  - lib/elasticsearch/api/actions/delete_by_query_rethrottle.rb
377
- - lib/elasticsearch/api/actions/delete_by_rethrottle.rb
378
389
  - lib/elasticsearch/api/actions/delete_script.rb
379
390
  - lib/elasticsearch/api/actions/exists.rb
380
391
  - lib/elasticsearch/api/actions/exists_source.rb
@@ -399,11 +410,13 @@ files:
399
410
  - lib/elasticsearch/api/actions/indices/delete_alias.rb
400
411
  - lib/elasticsearch/api/actions/indices/delete_index_template.rb
401
412
  - lib/elasticsearch/api/actions/indices/delete_template.rb
413
+ - lib/elasticsearch/api/actions/indices/disk_usage.rb
402
414
  - lib/elasticsearch/api/actions/indices/exists.rb
403
415
  - lib/elasticsearch/api/actions/indices/exists_alias.rb
404
416
  - lib/elasticsearch/api/actions/indices/exists_index_template.rb
405
417
  - lib/elasticsearch/api/actions/indices/exists_template.rb
406
418
  - lib/elasticsearch/api/actions/indices/exists_type.rb
419
+ - lib/elasticsearch/api/actions/indices/field_usage_stats.rb
407
420
  - lib/elasticsearch/api/actions/indices/flush.rb
408
421
  - lib/elasticsearch/api/actions/indices/flush_synced.rb
409
422
  - lib/elasticsearch/api/actions/indices/forcemerge.rb
@@ -448,11 +461,12 @@ files:
448
461
  - lib/elasticsearch/api/actions/msearch.rb
449
462
  - lib/elasticsearch/api/actions/msearch_template.rb
450
463
  - lib/elasticsearch/api/actions/mtermvectors.rb
464
+ - lib/elasticsearch/api/actions/nodes/clear_repositories_metering_archive.rb
465
+ - lib/elasticsearch/api/actions/nodes/get_repositories_metering_info.rb
451
466
  - lib/elasticsearch/api/actions/nodes/hot_threads.rb
452
467
  - lib/elasticsearch/api/actions/nodes/info.rb
453
468
  - lib/elasticsearch/api/actions/nodes/params_registry.rb
454
469
  - lib/elasticsearch/api/actions/nodes/reload_secure_settings.rb
455
- - lib/elasticsearch/api/actions/nodes/shutdown.rb
456
470
  - lib/elasticsearch/api/actions/nodes/stats.rb
457
471
  - lib/elasticsearch/api/actions/nodes/usage.rb
458
472
  - lib/elasticsearch/api/actions/open_point_in_time.rb
@@ -462,11 +476,11 @@ files:
462
476
  - lib/elasticsearch/api/actions/rank_eval.rb
463
477
  - lib/elasticsearch/api/actions/reindex.rb
464
478
  - lib/elasticsearch/api/actions/reindex_rethrottle.rb
465
- - lib/elasticsearch/api/actions/remote/info.rb
466
479
  - lib/elasticsearch/api/actions/render_search_template.rb
467
480
  - lib/elasticsearch/api/actions/scripts_painless_execute.rb
468
481
  - lib/elasticsearch/api/actions/scroll.rb
469
482
  - lib/elasticsearch/api/actions/search.rb
483
+ - lib/elasticsearch/api/actions/search_mvt.rb
470
484
  - lib/elasticsearch/api/actions/search_shards.rb
471
485
  - lib/elasticsearch/api/actions/search_template.rb
472
486
  - lib/elasticsearch/api/actions/shutdown/delete_node.rb
@@ -480,7 +494,6 @@ files:
480
494
  - lib/elasticsearch/api/actions/snapshot/delete.rb
481
495
  - lib/elasticsearch/api/actions/snapshot/delete_repository.rb
482
496
  - lib/elasticsearch/api/actions/snapshot/get.rb
483
- - lib/elasticsearch/api/actions/snapshot/get_features.rb
484
497
  - lib/elasticsearch/api/actions/snapshot/get_repository.rb
485
498
  - lib/elasticsearch/api/actions/snapshot/params_registry.rb
486
499
  - lib/elasticsearch/api/actions/snapshot/repository_analyze.rb
@@ -510,8 +523,6 @@ files:
510
523
  - lib/elasticsearch/api/namespace/tasks.rb
511
524
  - lib/elasticsearch/api/utils.rb
512
525
  - lib/elasticsearch/api/version.rb
513
- - spec/elasticsearch/api/actions/abort_benchmark_spec.rb
514
- - spec/elasticsearch/api/actions/benchmark_spec.rb
515
526
  - spec/elasticsearch/api/actions/bulk_spec.rb
516
527
  - spec/elasticsearch/api/actions/cat/aliases_spec.rb
517
528
  - spec/elasticsearch/api/actions/cat/allocation_spec.rb
@@ -571,10 +582,12 @@ files:
571
582
  - spec/elasticsearch/api/actions/indices/delete_alias_spec.rb
572
583
  - spec/elasticsearch/api/actions/indices/delete_spec.rb
573
584
  - spec/elasticsearch/api/actions/indices/delete_template_spec.rb
585
+ - spec/elasticsearch/api/actions/indices/disk_usage_spec.rb
574
586
  - spec/elasticsearch/api/actions/indices/exists_alias_spec.rb
575
587
  - spec/elasticsearch/api/actions/indices/exists_spec.rb
576
588
  - spec/elasticsearch/api/actions/indices/exists_template_spec.rb
577
589
  - spec/elasticsearch/api/actions/indices/exists_type_spec.rb
590
+ - spec/elasticsearch/api/actions/indices/field_usage_stats_spec.rb
578
591
  - spec/elasticsearch/api/actions/indices/flush_spec.rb
579
592
  - spec/elasticsearch/api/actions/indices/flush_synced_spec.rb
580
593
  - spec/elasticsearch/api/actions/indices/forcemerge_spec.rb
@@ -610,18 +623,19 @@ files:
610
623
  - spec/elasticsearch/api/actions/msearch_spec.rb
611
624
  - spec/elasticsearch/api/actions/msearch_template_spec.rb
612
625
  - spec/elasticsearch/api/actions/mtermvectors_spec.rb
626
+ - spec/elasticsearch/api/actions/nodes/clear_repositories_metering_archive_spec.rb
627
+ - spec/elasticsearch/api/actions/nodes/get_repositories_metering_info_spec.rb
613
628
  - spec/elasticsearch/api/actions/nodes/hot_threads_spec.rb
614
629
  - spec/elasticsearch/api/actions/nodes/info_spec.rb
615
630
  - spec/elasticsearch/api/actions/nodes/reload_secure_settings_spec.rb
616
- - spec/elasticsearch/api/actions/nodes/shutdown_spec.rb
617
631
  - spec/elasticsearch/api/actions/nodes/stats_spec.rb
618
632
  - spec/elasticsearch/api/actions/open_point_in_time_spec.rb
619
633
  - spec/elasticsearch/api/actions/ping_spec.rb
620
634
  - spec/elasticsearch/api/actions/put_script_spec.rb
621
635
  - spec/elasticsearch/api/actions/reindex_spec.rb
622
- - spec/elasticsearch/api/actions/remote/info_spec.rb
623
636
  - spec/elasticsearch/api/actions/render_search_template_spec.rb
624
637
  - spec/elasticsearch/api/actions/scroll_spec.rb
638
+ - spec/elasticsearch/api/actions/search_mvt_spec.rb
625
639
  - spec/elasticsearch/api/actions/search_shards_spec.rb
626
640
  - spec/elasticsearch/api/actions/search_spec.rb
627
641
  - spec/elasticsearch/api/actions/search_template_spec.rb
@@ -633,7 +647,6 @@ files:
633
647
  - spec/elasticsearch/api/actions/snapshot/create_spec.rb
634
648
  - spec/elasticsearch/api/actions/snapshot/delete_repository_spec.rb
635
649
  - spec/elasticsearch/api/actions/snapshot/delete_spec.rb
636
- - spec/elasticsearch/api/actions/snapshot/get_features_spec.rb
637
650
  - spec/elasticsearch/api/actions/snapshot/get_repository_spec.rb
638
651
  - spec/elasticsearch/api/actions/snapshot/get_spec.rb
639
652
  - spec/elasticsearch/api/actions/snapshot/repository_analize_spec.rb
@@ -668,13 +681,13 @@ files:
668
681
  - utils/thor/templates/method.erb
669
682
  - utils/thor/templates/test.erb
670
683
  - utils/thor/templates/test_helper.rb
671
- homepage: https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.x/index.html
684
+ homepage: https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.16/index.html
672
685
  licenses:
673
686
  - Apache-2.0
674
687
  metadata:
675
- homepage_uri: https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.x/index.html
676
- changelog_uri: https://github.com/elastic/elasticsearch-ruby/blob/7.x/CHANGELOG.md
677
- source_code_uri: https://github.com/elastic/elasticsearch-ruby/tree/7.x/elasticsearch-api
688
+ homepage_uri: https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/7.16/index.html
689
+ changelog_uri: https://github.com/elastic/elasticsearch-ruby/blob/7.16/CHANGELOG.md
690
+ source_code_uri: https://github.com/elastic/elasticsearch-ruby/tree/7.16/elasticsearch-api
678
691
  bug_tracker_uri: https://github.com/elastic/elasticsearch-ruby/issues
679
692
  post_install_message:
680
693
  rdoc_options:
@@ -688,17 +701,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
688
701
  version: '2.4'
689
702
  required_rubygems_version: !ruby/object:Gem::Requirement
690
703
  requirements:
691
- - - ">"
704
+ - - ">="
692
705
  - !ruby/object:Gem::Version
693
- version: 1.3.1
706
+ version: '0'
694
707
  requirements: []
695
- rubygems_version: 3.1.6
708
+ rubygems_version: 3.2.22
696
709
  signing_key:
697
710
  specification_version: 4
698
711
  summary: Ruby API for Elasticsearch.
699
712
  test_files:
700
- - spec/elasticsearch/api/actions/abort_benchmark_spec.rb
701
- - spec/elasticsearch/api/actions/benchmark_spec.rb
702
713
  - spec/elasticsearch/api/actions/bulk_spec.rb
703
714
  - spec/elasticsearch/api/actions/cat/aliases_spec.rb
704
715
  - spec/elasticsearch/api/actions/cat/allocation_spec.rb
@@ -758,10 +769,12 @@ test_files:
758
769
  - spec/elasticsearch/api/actions/indices/delete_alias_spec.rb
759
770
  - spec/elasticsearch/api/actions/indices/delete_spec.rb
760
771
  - spec/elasticsearch/api/actions/indices/delete_template_spec.rb
772
+ - spec/elasticsearch/api/actions/indices/disk_usage_spec.rb
761
773
  - spec/elasticsearch/api/actions/indices/exists_alias_spec.rb
762
774
  - spec/elasticsearch/api/actions/indices/exists_spec.rb
763
775
  - spec/elasticsearch/api/actions/indices/exists_template_spec.rb
764
776
  - spec/elasticsearch/api/actions/indices/exists_type_spec.rb
777
+ - spec/elasticsearch/api/actions/indices/field_usage_stats_spec.rb
765
778
  - spec/elasticsearch/api/actions/indices/flush_spec.rb
766
779
  - spec/elasticsearch/api/actions/indices/flush_synced_spec.rb
767
780
  - spec/elasticsearch/api/actions/indices/forcemerge_spec.rb
@@ -797,18 +810,19 @@ test_files:
797
810
  - spec/elasticsearch/api/actions/msearch_spec.rb
798
811
  - spec/elasticsearch/api/actions/msearch_template_spec.rb
799
812
  - spec/elasticsearch/api/actions/mtermvectors_spec.rb
813
+ - spec/elasticsearch/api/actions/nodes/clear_repositories_metering_archive_spec.rb
814
+ - spec/elasticsearch/api/actions/nodes/get_repositories_metering_info_spec.rb
800
815
  - spec/elasticsearch/api/actions/nodes/hot_threads_spec.rb
801
816
  - spec/elasticsearch/api/actions/nodes/info_spec.rb
802
817
  - spec/elasticsearch/api/actions/nodes/reload_secure_settings_spec.rb
803
- - spec/elasticsearch/api/actions/nodes/shutdown_spec.rb
804
818
  - spec/elasticsearch/api/actions/nodes/stats_spec.rb
805
819
  - spec/elasticsearch/api/actions/open_point_in_time_spec.rb
806
820
  - spec/elasticsearch/api/actions/ping_spec.rb
807
821
  - spec/elasticsearch/api/actions/put_script_spec.rb
808
822
  - spec/elasticsearch/api/actions/reindex_spec.rb
809
- - spec/elasticsearch/api/actions/remote/info_spec.rb
810
823
  - spec/elasticsearch/api/actions/render_search_template_spec.rb
811
824
  - spec/elasticsearch/api/actions/scroll_spec.rb
825
+ - spec/elasticsearch/api/actions/search_mvt_spec.rb
812
826
  - spec/elasticsearch/api/actions/search_shards_spec.rb
813
827
  - spec/elasticsearch/api/actions/search_spec.rb
814
828
  - spec/elasticsearch/api/actions/search_template_spec.rb
@@ -820,7 +834,6 @@ test_files:
820
834
  - spec/elasticsearch/api/actions/snapshot/create_spec.rb
821
835
  - spec/elasticsearch/api/actions/snapshot/delete_repository_spec.rb
822
836
  - spec/elasticsearch/api/actions/snapshot/delete_spec.rb
823
- - spec/elasticsearch/api/actions/snapshot/get_features_spec.rb
824
837
  - spec/elasticsearch/api/actions/snapshot/get_repository_spec.rb
825
838
  - spec/elasticsearch/api/actions/snapshot/get_spec.rb
826
839
  - spec/elasticsearch/api/actions/snapshot/repository_analize_spec.rb
@@ -1,41 +0,0 @@
1
- # Licensed to Elasticsearch B.V. under one or more contributor
2
- # license agreements. See the NOTICE file distributed with
3
- # this work for additional information regarding copyright
4
- # ownership. Elasticsearch B.V. licenses this file to you under
5
- # the Apache License, Version 2.0 (the "License"); you may
6
- # not use this file except in compliance with the License.
7
- # You may obtain a copy of the License at
8
- #
9
- # http://www.apache.org/licenses/LICENSE-2.0
10
- #
11
- # Unless required by applicable law or agreed to in writing,
12
- # software distributed under the License is distributed on an
13
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
- # KIND, either express or implied. See the License for the
15
- # specific language governing permissions and limitations
16
- # under the License.
17
-
18
- module Elasticsearch
19
- module API
20
- module Actions
21
- # Abort a running benchmark
22
- #
23
- # @example
24
- #
25
- # client.abort_benchmark name: 'my_benchmark'
26
- #
27
- # @option arguments [String] :name A benchmark name
28
- #
29
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/search-benchmark.html
30
- #
31
- def abort_benchmark(arguments = {})
32
- method = HTTP_POST
33
- path = "_bench/abort/#{arguments[:name]}"
34
- params = {}
35
- body = nil
36
-
37
- perform_request(method, path, params, body).body
38
- end
39
- end
40
- end
41
- end