File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed
algoliasearch/lib/src/api
client_insights/lib/src/api
client_recommend/lib/src/api
client_search/lib/src/api Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ final class SearchClient implements ApiClient {
46
46
_retryStrategy.requester.setClientApiKey (apiKey);
47
47
}
48
48
49
- /// This method allow you to send requests to the Algolia REST API.
49
+ /// This method lets you send requests to the Algolia REST API.
50
50
///
51
51
/// Parameters:
52
52
/// * [path] Path of the endpoint, anything after \"/1\" must be specified.
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ final class InsightsClient implements ApiClient {
47
47
_retryStrategy.requester.setClientApiKey (apiKey);
48
48
}
49
49
50
- /// This method allow you to send requests to the Algolia REST API.
50
+ /// This method lets you send requests to the Algolia REST API.
51
51
///
52
52
/// Parameters:
53
53
/// * [path] Path of the endpoint, anything after \"/1\" must be specified.
@@ -80,7 +80,7 @@ final class InsightsClient implements ApiClient {
80
80
);
81
81
}
82
82
83
- /// This method allow you to send requests to the Algolia REST API.
83
+ /// This method lets you send requests to the Algolia REST API.
84
84
///
85
85
/// Parameters:
86
86
/// * [path] Path of the endpoint, anything after \"/1\" must be specified.
@@ -113,7 +113,7 @@ final class InsightsClient implements ApiClient {
113
113
);
114
114
}
115
115
116
- /// This method allow you to send requests to the Algolia REST API.
116
+ /// This method lets you send requests to the Algolia REST API.
117
117
///
118
118
/// Parameters:
119
119
/// * [path] Path of the endpoint, anything after \"/1\" must be specified.
@@ -149,7 +149,7 @@ final class InsightsClient implements ApiClient {
149
149
);
150
150
}
151
151
152
- /// This method allow you to send requests to the Algolia REST API.
152
+ /// This method lets you send requests to the Algolia REST API.
153
153
///
154
154
/// Parameters:
155
155
/// * [path] Path of the endpoint, anything after \"/1\" must be specified.
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ final class RecommendClient implements ApiClient {
89
89
);
90
90
}
91
91
92
- /// This method allow you to send requests to the Algolia REST API.
92
+ /// This method lets you send requests to the Algolia REST API.
93
93
///
94
94
/// Parameters:
95
95
/// * [path] Path of the endpoint, anything after \"/1\" must be specified.
@@ -122,7 +122,7 @@ final class RecommendClient implements ApiClient {
122
122
);
123
123
}
124
124
125
- /// This method allow you to send requests to the Algolia REST API.
125
+ /// This method lets you send requests to the Algolia REST API.
126
126
///
127
127
/// Parameters:
128
128
/// * [path] Path of the endpoint, anything after \"/1\" must be specified.
@@ -155,7 +155,7 @@ final class RecommendClient implements ApiClient {
155
155
);
156
156
}
157
157
158
- /// This method allow you to send requests to the Algolia REST API.
158
+ /// This method lets you send requests to the Algolia REST API.
159
159
///
160
160
/// Parameters:
161
161
/// * [path] Path of the endpoint, anything after \"/1\" must be specified.
@@ -191,7 +191,7 @@ final class RecommendClient implements ApiClient {
191
191
);
192
192
}
193
193
194
- /// This method allow you to send requests to the Algolia REST API.
194
+ /// This method lets you send requests to the Algolia REST API.
195
195
///
196
196
/// Parameters:
197
197
/// * [path] Path of the endpoint, anything after \"/1\" must be specified.
Original file line number Diff line number Diff line change @@ -493,7 +493,7 @@ final class SearchClient implements ApiClient {
493
493
);
494
494
}
495
495
496
- /// This method allow you to send requests to the Algolia REST API.
496
+ /// This method lets you send requests to the Algolia REST API.
497
497
///
498
498
/// Parameters:
499
499
/// * [path] Path of the endpoint, anything after \"/1\" must be specified.
@@ -526,7 +526,7 @@ final class SearchClient implements ApiClient {
526
526
);
527
527
}
528
528
529
- /// This method allow you to send requests to the Algolia REST API.
529
+ /// This method lets you send requests to the Algolia REST API.
530
530
///
531
531
/// Parameters:
532
532
/// * [path] Path of the endpoint, anything after \"/1\" must be specified.
@@ -559,7 +559,7 @@ final class SearchClient implements ApiClient {
559
559
);
560
560
}
561
561
562
- /// This method allow you to send requests to the Algolia REST API.
562
+ /// This method lets you send requests to the Algolia REST API.
563
563
///
564
564
/// Parameters:
565
565
/// * [path] Path of the endpoint, anything after \"/1\" must be specified.
@@ -595,7 +595,7 @@ final class SearchClient implements ApiClient {
595
595
);
596
596
}
597
597
598
- /// This method allow you to send requests to the Algolia REST API.
598
+ /// This method lets you send requests to the Algolia REST API.
599
599
///
600
600
/// Parameters:
601
601
/// * [path] Path of the endpoint, anything after \"/1\" must be specified.
You can’t perform that action at this time.
0 commit comments