@@ -123,7 +123,7 @@ public CompletableFuture<ABTestResponse> addABTestsAsync(@Nonnull AddABTestsRequ
123
123
}
124
124
125
125
/**
126
- * This method allow you to send requests to the Algolia REST API.
126
+ * This method lets you send requests to the Algolia REST API.
127
127
*
128
128
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
129
129
* @param parameters Query parameters to apply to the current query. (optional)
@@ -137,7 +137,7 @@ public Object customDelete(@Nonnull String path, Map<String, Object> parameters,
137
137
}
138
138
139
139
/**
140
- * This method allow you to send requests to the Algolia REST API.
140
+ * This method lets you send requests to the Algolia REST API.
141
141
*
142
142
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
143
143
* @param parameters Query parameters to apply to the current query. (optional)
@@ -148,7 +148,7 @@ public Object customDelete(@Nonnull String path, Map<String, Object> parameters)
148
148
}
149
149
150
150
/**
151
- * This method allow you to send requests to the Algolia REST API.
151
+ * This method lets you send requests to the Algolia REST API.
152
152
*
153
153
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
154
154
* @param requestOptions The requestOptions to send along with the query, they will be merged with
@@ -160,7 +160,7 @@ public Object customDelete(@Nonnull String path, @Nullable RequestOptions reques
160
160
}
161
161
162
162
/**
163
- * This method allow you to send requests to the Algolia REST API.
163
+ * This method lets you send requests to the Algolia REST API.
164
164
*
165
165
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
166
166
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -170,7 +170,7 @@ public Object customDelete(@Nonnull String path) throws AlgoliaRuntimeException
170
170
}
171
171
172
172
/**
173
- * (asynchronously) This method allow you to send requests to the Algolia REST API.
173
+ * (asynchronously) This method lets you send requests to the Algolia REST API.
174
174
*
175
175
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
176
176
* @param parameters Query parameters to apply to the current query. (optional)
@@ -190,7 +190,7 @@ public CompletableFuture<Object> customDeleteAsync(
190
190
}
191
191
192
192
/**
193
- * (asynchronously) This method allow you to send requests to the Algolia REST API.
193
+ * (asynchronously) This method lets you send requests to the Algolia REST API.
194
194
*
195
195
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
196
196
* @param parameters Query parameters to apply to the current query. (optional)
@@ -201,7 +201,7 @@ public CompletableFuture<Object> customDeleteAsync(@Nonnull String path, Map<Str
201
201
}
202
202
203
203
/**
204
- * (asynchronously) This method allow you to send requests to the Algolia REST API.
204
+ * (asynchronously) This method lets you send requests to the Algolia REST API.
205
205
*
206
206
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
207
207
* @param requestOptions The requestOptions to send along with the query, they will be merged with
@@ -214,7 +214,7 @@ public CompletableFuture<Object> customDeleteAsync(@Nonnull String path, @Nullab
214
214
}
215
215
216
216
/**
217
- * (asynchronously) This method allow you to send requests to the Algolia REST API.
217
+ * (asynchronously) This method lets you send requests to the Algolia REST API.
218
218
*
219
219
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
220
220
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -224,7 +224,7 @@ public CompletableFuture<Object> customDeleteAsync(@Nonnull String path) throws
224
224
}
225
225
226
226
/**
227
- * This method allow you to send requests to the Algolia REST API.
227
+ * This method lets you send requests to the Algolia REST API.
228
228
*
229
229
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
230
230
* @param parameters Query parameters to apply to the current query. (optional)
@@ -238,7 +238,7 @@ public Object customGet(@Nonnull String path, Map<String, Object> parameters, @N
238
238
}
239
239
240
240
/**
241
- * This method allow you to send requests to the Algolia REST API.
241
+ * This method lets you send requests to the Algolia REST API.
242
242
*
243
243
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
244
244
* @param parameters Query parameters to apply to the current query. (optional)
@@ -249,7 +249,7 @@ public Object customGet(@Nonnull String path, Map<String, Object> parameters) th
249
249
}
250
250
251
251
/**
252
- * This method allow you to send requests to the Algolia REST API.
252
+ * This method lets you send requests to the Algolia REST API.
253
253
*
254
254
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
255
255
* @param requestOptions The requestOptions to send along with the query, they will be merged with
@@ -261,7 +261,7 @@ public Object customGet(@Nonnull String path, @Nullable RequestOptions requestOp
261
261
}
262
262
263
263
/**
264
- * This method allow you to send requests to the Algolia REST API.
264
+ * This method lets you send requests to the Algolia REST API.
265
265
*
266
266
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
267
267
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -271,7 +271,7 @@ public Object customGet(@Nonnull String path) throws AlgoliaRuntimeException {
271
271
}
272
272
273
273
/**
274
- * (asynchronously) This method allow you to send requests to the Algolia REST API.
274
+ * (asynchronously) This method lets you send requests to the Algolia REST API.
275
275
*
276
276
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
277
277
* @param parameters Query parameters to apply to the current query. (optional)
@@ -291,7 +291,7 @@ public CompletableFuture<Object> customGetAsync(
291
291
}
292
292
293
293
/**
294
- * (asynchronously) This method allow you to send requests to the Algolia REST API.
294
+ * (asynchronously) This method lets you send requests to the Algolia REST API.
295
295
*
296
296
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
297
297
* @param parameters Query parameters to apply to the current query. (optional)
@@ -302,7 +302,7 @@ public CompletableFuture<Object> customGetAsync(@Nonnull String path, Map<String
302
302
}
303
303
304
304
/**
305
- * (asynchronously) This method allow you to send requests to the Algolia REST API.
305
+ * (asynchronously) This method lets you send requests to the Algolia REST API.
306
306
*
307
307
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
308
308
* @param requestOptions The requestOptions to send along with the query, they will be merged with
@@ -315,7 +315,7 @@ public CompletableFuture<Object> customGetAsync(@Nonnull String path, @Nullable
315
315
}
316
316
317
317
/**
318
- * (asynchronously) This method allow you to send requests to the Algolia REST API.
318
+ * (asynchronously) This method lets you send requests to the Algolia REST API.
319
319
*
320
320
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
321
321
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -325,7 +325,7 @@ public CompletableFuture<Object> customGetAsync(@Nonnull String path) throws Alg
325
325
}
326
326
327
327
/**
328
- * This method allow you to send requests to the Algolia REST API.
328
+ * This method lets you send requests to the Algolia REST API.
329
329
*
330
330
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
331
331
* @param parameters Query parameters to apply to the current query. (optional)
@@ -340,7 +340,7 @@ public Object customPost(@Nonnull String path, Map<String, Object> parameters, O
340
340
}
341
341
342
342
/**
343
- * This method allow you to send requests to the Algolia REST API.
343
+ * This method lets you send requests to the Algolia REST API.
344
344
*
345
345
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
346
346
* @param parameters Query parameters to apply to the current query. (optional)
@@ -352,7 +352,7 @@ public Object customPost(@Nonnull String path, Map<String, Object> parameters, O
352
352
}
353
353
354
354
/**
355
- * This method allow you to send requests to the Algolia REST API.
355
+ * This method lets you send requests to the Algolia REST API.
356
356
*
357
357
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
358
358
* @param requestOptions The requestOptions to send along with the query, they will be merged with
@@ -364,7 +364,7 @@ public Object customPost(@Nonnull String path, @Nullable RequestOptions requestO
364
364
}
365
365
366
366
/**
367
- * This method allow you to send requests to the Algolia REST API.
367
+ * This method lets you send requests to the Algolia REST API.
368
368
*
369
369
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
370
370
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -374,7 +374,7 @@ public Object customPost(@Nonnull String path) throws AlgoliaRuntimeException {
374
374
}
375
375
376
376
/**
377
- * (asynchronously) This method allow you to send requests to the Algolia REST API.
377
+ * (asynchronously) This method lets you send requests to the Algolia REST API.
378
378
*
379
379
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
380
380
* @param parameters Query parameters to apply to the current query. (optional)
@@ -401,7 +401,7 @@ public CompletableFuture<Object> customPostAsync(
401
401
}
402
402
403
403
/**
404
- * (asynchronously) This method allow you to send requests to the Algolia REST API.
404
+ * (asynchronously) This method lets you send requests to the Algolia REST API.
405
405
*
406
406
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
407
407
* @param parameters Query parameters to apply to the current query. (optional)
@@ -414,7 +414,7 @@ public CompletableFuture<Object> customPostAsync(@Nonnull String path, Map<Strin
414
414
}
415
415
416
416
/**
417
- * (asynchronously) This method allow you to send requests to the Algolia REST API.
417
+ * (asynchronously) This method lets you send requests to the Algolia REST API.
418
418
*
419
419
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
420
420
* @param requestOptions The requestOptions to send along with the query, they will be merged with
@@ -427,7 +427,7 @@ public CompletableFuture<Object> customPostAsync(@Nonnull String path, @Nullable
427
427
}
428
428
429
429
/**
430
- * (asynchronously) This method allow you to send requests to the Algolia REST API.
430
+ * (asynchronously) This method lets you send requests to the Algolia REST API.
431
431
*
432
432
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
433
433
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -437,7 +437,7 @@ public CompletableFuture<Object> customPostAsync(@Nonnull String path) throws Al
437
437
}
438
438
439
439
/**
440
- * This method allow you to send requests to the Algolia REST API.
440
+ * This method lets you send requests to the Algolia REST API.
441
441
*
442
442
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
443
443
* @param parameters Query parameters to apply to the current query. (optional)
@@ -452,7 +452,7 @@ public Object customPut(@Nonnull String path, Map<String, Object> parameters, Ob
452
452
}
453
453
454
454
/**
455
- * This method allow you to send requests to the Algolia REST API.
455
+ * This method lets you send requests to the Algolia REST API.
456
456
*
457
457
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
458
458
* @param parameters Query parameters to apply to the current query. (optional)
@@ -464,7 +464,7 @@ public Object customPut(@Nonnull String path, Map<String, Object> parameters, Ob
464
464
}
465
465
466
466
/**
467
- * This method allow you to send requests to the Algolia REST API.
467
+ * This method lets you send requests to the Algolia REST API.
468
468
*
469
469
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
470
470
* @param requestOptions The requestOptions to send along with the query, they will be merged with
@@ -476,7 +476,7 @@ public Object customPut(@Nonnull String path, @Nullable RequestOptions requestOp
476
476
}
477
477
478
478
/**
479
- * This method allow you to send requests to the Algolia REST API.
479
+ * This method lets you send requests to the Algolia REST API.
480
480
*
481
481
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
482
482
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -486,7 +486,7 @@ public Object customPut(@Nonnull String path) throws AlgoliaRuntimeException {
486
486
}
487
487
488
488
/**
489
- * (asynchronously) This method allow you to send requests to the Algolia REST API.
489
+ * (asynchronously) This method lets you send requests to the Algolia REST API.
490
490
*
491
491
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
492
492
* @param parameters Query parameters to apply to the current query. (optional)
@@ -513,7 +513,7 @@ public CompletableFuture<Object> customPutAsync(
513
513
}
514
514
515
515
/**
516
- * (asynchronously) This method allow you to send requests to the Algolia REST API.
516
+ * (asynchronously) This method lets you send requests to the Algolia REST API.
517
517
*
518
518
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
519
519
* @param parameters Query parameters to apply to the current query. (optional)
@@ -526,7 +526,7 @@ public CompletableFuture<Object> customPutAsync(@Nonnull String path, Map<String
526
526
}
527
527
528
528
/**
529
- * (asynchronously) This method allow you to send requests to the Algolia REST API.
529
+ * (asynchronously) This method lets you send requests to the Algolia REST API.
530
530
*
531
531
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
532
532
* @param requestOptions The requestOptions to send along with the query, they will be merged with
@@ -539,7 +539,7 @@ public CompletableFuture<Object> customPutAsync(@Nonnull String path, @Nullable
539
539
}
540
540
541
541
/**
542
- * (asynchronously) This method allow you to send requests to the Algolia REST API.
542
+ * (asynchronously) This method lets you send requests to the Algolia REST API.
543
543
*
544
544
* @param path Path of the endpoint, anything after \"/1\" must be specified. (required)
545
545
* @throws AlgoliaRuntimeException If it fails to process the API call
0 commit comments