You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This method lets you send requests to the Algolia REST API.
117
117
118
-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
118
+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
119
119
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
120
120
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# This method lets you send requests to the Algolia REST API.
149
149
150
-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
150
+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
151
151
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
152
152
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# This method lets you send requests to the Algolia REST API.
160
160
161
-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
161
+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
162
162
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
163
163
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# This method lets you send requests to the Algolia REST API.
192
192
193
-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
193
+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
194
194
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
195
195
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# This method lets you send requests to the Algolia REST API.
203
203
204
-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
204
+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
205
205
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
206
206
# @param body [Object] Parameters to send with the custom request.
207
207
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# This method lets you send requests to the Algolia REST API.
236
236
237
-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
237
+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
238
238
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
239
239
# @param body [Object] Parameters to send with the custom request.
240
240
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# This method lets you send requests to the Algolia REST API.
248
248
249
-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
249
+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
250
250
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
251
251
# @param body [Object] Parameters to send with the custom request.
252
252
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# This method lets you send requests to the Algolia REST API.
281
281
282
-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
282
+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
283
283
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
284
284
# @param body [Object] Parameters to send with the custom request.
285
285
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
Copy file name to clipboardExpand all lines: lib/algolia/api/analytics_client.rb
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ def add_user_agent_segment(segment, version = nil)
71
71
72
72
# This method lets you send requests to the Algolia REST API.
73
73
74
-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
74
+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
75
75
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
76
76
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# This method lets you send requests to the Algolia REST API.
105
105
106
-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
106
+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
107
107
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
108
108
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# This method lets you send requests to the Algolia REST API.
116
116
117
-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
117
+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
118
118
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
119
119
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# This method lets you send requests to the Algolia REST API.
148
148
149
-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
149
+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
150
150
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
151
151
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# This method lets you send requests to the Algolia REST API.
159
159
160
-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
160
+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
161
161
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
162
162
# @param body [Object] Parameters to send with the custom request.
163
163
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# This method lets you send requests to the Algolia REST API.
192
192
193
-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
193
+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
194
194
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
195
195
# @param body [Object] Parameters to send with the custom request.
196
196
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# This method lets you send requests to the Algolia REST API.
204
204
205
-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
205
+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
206
206
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
207
207
# @param body [Object] Parameters to send with the custom request.
208
208
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# This method lets you send requests to the Algolia REST API.
237
237
238
-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
238
+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
239
239
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
240
240
# @param body [Object] Parameters to send with the custom request.
241
241
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# This method lets you send requests to the Algolia REST API.
347
347
348
-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
348
+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
349
349
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
350
350
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# This method lets you send requests to the Algolia REST API.
379
379
380
-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
380
+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
381
381
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
382
382
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# This method lets you send requests to the Algolia REST API.
390
390
391
-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
391
+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
392
392
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
393
393
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# This method lets you send requests to the Algolia REST API.
422
422
423
-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
423
+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
424
424
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
425
425
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# This method lets you send requests to the Algolia REST API.
433
433
434
-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
434
+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
435
435
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
436
436
# @param body [Object] Parameters to send with the custom request.
437
437
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# This method lets you send requests to the Algolia REST API.
466
466
467
-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
467
+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
468
468
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
469
469
# @param body [Object] Parameters to send with the custom request.
470
470
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# This method lets you send requests to the Algolia REST API.
478
478
479
-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
479
+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
480
480
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
481
481
# @param body [Object] Parameters to send with the custom request.
482
482
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
# This method lets you send requests to the Algolia REST API.
511
511
512
-
# @param path [String] Path of the endpoint, anything after \"/1\" must be specified. (required)
512
+
# @param path [String] Path of the endpoint, for example `1/newFeature`. (required)
513
513
# @param parameters [Hash<String, Object>] Query parameters to apply to the current query.
514
514
# @param body [Object] Parameters to send with the custom request.
515
515
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
0 commit comments