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
Copy file name to clipboardExpand all lines: templates/javascript/clients/client/api/helpers.mustache
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -113,15 +113,15 @@ waitForApiKey(
113
113
* @summary Helper method that iterates on the `browse` method.
114
114
* @param browseObjects - The browseObjects object.
115
115
* @param browseObjects.indexName - The index in which to perform the request.
116
-
* @param browseObjects.browseRequest - The `browse` method parameters.
116
+
* @param browseObjects.searchParams - The `browse` search parameters.
117
117
* @param browseObjects.validate - The validator function. It receive the resolved return of the API call. By default, stops when there is no `cursor` in the response.
118
118
* @param browseObjects.aggregator - The function that runs right after the API call has been resolved, allows you to do anything with the response before `validate`.
119
119
* @param requestOptions - The requestOptions to send along with the query, they will be forwarded to the `browse` method and merged with the transporter requestOptions.
0 commit comments