@@ -198,7 +198,7 @@ public interface IIngestionClient
198
198
TransformationCreateResponse CreateTransformation ( TransformationCreate transformationCreate , RequestOptions options = null , CancellationToken cancellationToken = default ) ;
199
199
200
200
/// <summary>
201
- /// This method allow you to send requests to the Algolia REST API.
201
+ /// This method lets you send requests to the Algolia REST API.
202
202
/// </summary>
203
203
/// <param name="path">Path of the endpoint, anything after \"/1\" must be specified.</param>
204
204
/// <param name="parameters">Query parameters to apply to the current query. (optional)</param>
@@ -211,7 +211,7 @@ public interface IIngestionClient
211
211
Task < object > CustomDeleteAsync ( string path , Dictionary < string , object > parameters = default , RequestOptions options = null , CancellationToken cancellationToken = default ) ;
212
212
213
213
/// <summary>
214
- /// This method allow you to send requests to the Algolia REST API. (Synchronous version)
214
+ /// This method lets you send requests to the Algolia REST API. (Synchronous version)
215
215
/// </summary>
216
216
/// <param name="path">Path of the endpoint, anything after \"/1\" must be specified.</param>
217
217
/// <param name="parameters">Query parameters to apply to the current query. (optional)</param>
@@ -224,7 +224,7 @@ public interface IIngestionClient
224
224
object CustomDelete ( string path , Dictionary < string , object > parameters = default , RequestOptions options = null , CancellationToken cancellationToken = default ) ;
225
225
226
226
/// <summary>
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
/// </summary>
229
229
/// <param name="path">Path of the endpoint, anything after \"/1\" must be specified.</param>
230
230
/// <param name="parameters">Query parameters to apply to the current query. (optional)</param>
@@ -237,7 +237,7 @@ public interface IIngestionClient
237
237
Task < object > CustomGetAsync ( string path , Dictionary < string , object > parameters = default , RequestOptions options = null , CancellationToken cancellationToken = default ) ;
238
238
239
239
/// <summary>
240
- /// This method allow you to send requests to the Algolia REST API. (Synchronous version)
240
+ /// This method lets you send requests to the Algolia REST API. (Synchronous version)
241
241
/// </summary>
242
242
/// <param name="path">Path of the endpoint, anything after \"/1\" must be specified.</param>
243
243
/// <param name="parameters">Query parameters to apply to the current query. (optional)</param>
@@ -250,7 +250,7 @@ public interface IIngestionClient
250
250
object CustomGet ( string path , Dictionary < string , object > parameters = default , RequestOptions options = null , CancellationToken cancellationToken = default ) ;
251
251
252
252
/// <summary>
253
- /// This method allow you to send requests to the Algolia REST API.
253
+ /// This method lets you send requests to the Algolia REST API.
254
254
/// </summary>
255
255
/// <param name="path">Path of the endpoint, anything after \"/1\" must be specified.</param>
256
256
/// <param name="parameters">Query parameters to apply to the current query. (optional)</param>
@@ -264,7 +264,7 @@ public interface IIngestionClient
264
264
Task < object > CustomPostAsync ( string path , Dictionary < string , object > parameters = default , object body = default , RequestOptions options = null , CancellationToken cancellationToken = default ) ;
265
265
266
266
/// <summary>
267
- /// This method allow you to send requests to the Algolia REST API. (Synchronous version)
267
+ /// This method lets you send requests to the Algolia REST API. (Synchronous version)
268
268
/// </summary>
269
269
/// <param name="path">Path of the endpoint, anything after \"/1\" must be specified.</param>
270
270
/// <param name="parameters">Query parameters to apply to the current query. (optional)</param>
@@ -278,7 +278,7 @@ public interface IIngestionClient
278
278
object CustomPost ( string path , Dictionary < string , object > parameters = default , object body = default , RequestOptions options = null , CancellationToken cancellationToken = default ) ;
279
279
280
280
/// <summary>
281
- /// This method allow you to send requests to the Algolia REST API.
281
+ /// This method lets you send requests to the Algolia REST API.
282
282
/// </summary>
283
283
/// <param name="path">Path of the endpoint, anything after \"/1\" must be specified.</param>
284
284
/// <param name="parameters">Query parameters to apply to the current query. (optional)</param>
@@ -292,7 +292,7 @@ public interface IIngestionClient
292
292
Task < object > CustomPutAsync ( string path , Dictionary < string , object > parameters = default , object body = default , RequestOptions options = null , CancellationToken cancellationToken = default ) ;
293
293
294
294
/// <summary>
295
- /// This method allow you to send requests to the Algolia REST API. (Synchronous version)
295
+ /// This method lets you send requests to the Algolia REST API. (Synchronous version)
296
296
/// </summary>
297
297
/// <param name="path">Path of the endpoint, anything after \"/1\" must be specified.</param>
298
298
/// <param name="parameters">Query parameters to apply to the current query. (optional)</param>
0 commit comments