Skip to content

The --count argument is limited to 30 items max #24

@AlfredJKwack

Description

@AlfredJKwack

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:

  • count > 30
  • count = -1

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]}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions