Skip to content

Fix premature termination in API pagination - #2

Open
loigaak wants to merge 1 commit into
EncarnacionP:mainfrom
loigaak:fix/issue-1
Open

loigaak wants to merge 1 commit into
EncarnacionP:mainfrom
loigaak:fix/issue-1

Conversation

@loigaak

@loigaak loigaak commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Fixes #1. This PR updates the pagination logic to strictly rely on the presence of the 'next' relation in the HTTP 'Link' header, ensuring that sparse pages do not cause premature termination of data retrieval.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🎯 Fix premature termination in API pagination when page size is less than requested

1 participant