#46 list_issues() method should allow per_page and page options
Opened 3 years ago by spichugi. Modified 3 years ago

Currently, it is impossible to fetch all of the issues as libpagure doesn't have the required option (which are available in https://pagure.io/api/0/#issues-tab )

We should be able to fetch all of the issues:

pagure.list_issues(per_page=100, page=page, status='all')

Login to comment on this ticket.

Metadata