We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The V3 API of pocket states that retrieved results are paginated.
The maximum page size limit is 30 results. In order to retrieve more, you must paginate the result set.
The codebase does not deal with this situation and hence the --count argument fails when:
In both cases the result set will be limited to 30 items or less. What should happen is as stated in the pockyt documentation:
number of items : : {-1: all, [n: amount]}
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The V3 API of pocket states that retrieved results are paginated.
The codebase does not deal with this situation and hence the --count argument fails when:
In both cases the result set will be limited to 30 items or less. What should happen is as stated in the pockyt documentation:
The text was updated successfully, but these errors were encountered: