algolia / algoliasearch-client-javascript

⚡️ A fully-featured and blazing-fast JavaScript API client to interact with Algolia.
https://www.algolia.com/doc/api-client/javascript/getting-started/
MIT License
1.33k stars 221 forks source link

fix(recommend): RecommendedForYouQuery `userToken` should be required #1496

Closed raed667 closed 8 months ago

raed667 commented 9 months ago

For the model recommended-for-you the userToken parameter is not optional otherwise the API will throw an error:

image