Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added query params pageSize #45

Open
miguelHM63 opened this issue Apr 30, 2024 · 0 comments
Open

Added query params pageSize #45

miguelHM63 opened this issue Apr 30, 2024 · 0 comments

Comments

@miguelHM63
Copy link

Hello!, it would be good to add the pageSize in the options object, because I see that it has a default value of 20, and it would be good to be able to change it from the options. Thanks!!
image

and checking the filterReviewsBy I see that these would be the valid options

image

{
  reviewsCount: 20,
  filterReviewsBy: 'all' | 1 | 2 | 3 | 4 | 5, //filterCode values
  puppeteerOptions: {},
  pageSizeReview: number //suggested
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant