Skip to content

Cursor based pagination not possible for Issues #3565

@blesniewski

Description

@blesniewski

While listing issues, we got the following error:
GET https://api.github.com/repos/<x>/<x>/issues?page=100&per_page=100&state=all: 422 Pagination with the page parameter is not supported for large datasets, please use cursor based pagination (after/before) []

However github.IssueListByRepoOptions does not have a way to specify the after/before parameters, even though the responses do contain the after parameter.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions