Skip to content

fix: Paginate GitHub API responses#48

Merged
fnesveda merged 1 commit intomainfrom
fix/paginate-responses
Mar 10, 2026
Merged

fix: Paginate GitHub API responses#48
fnesveda merged 1 commit intomainfrom
fix/paginate-responses

Conversation

@fnesveda
Copy link
Copy Markdown
Member

We have too many milestones to fit into the default page size of 30 of GitHub API responses. This:

  • increases the limit per page to 100
  • paginates the response to fetch all milestones if we ever have more than 100.

@fnesveda fnesveda requested a review from michael-apify March 10, 2026 19:44
@fnesveda fnesveda self-assigned this Mar 10, 2026
@fnesveda fnesveda added the adhoc Ad-hoc unplanned task added during the sprint. label Mar 10, 2026
@fnesveda fnesveda merged commit a252eb2 into main Mar 10, 2026
1 of 3 checks passed
@fnesveda fnesveda deleted the fix/paginate-responses branch March 10, 2026 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants