Skip to content

[FEATURE] add option to follow links on paged JSON API responses #61

Open
@h1dden-da3m0n

Description

@h1dden-da3m0n

Is your feature request related to a problem? Please describe.

Not really, but I today notices that GitHub paginates most of its API responses and has a hard limit to 100 items per page.
This then lead to me discovering that I failed to think of this kind of situation and the logic as it is now not following the link header. 😅

(unrelated, but I also noticed that the REST API of GH does not allow for server side filtering of values 😞 )

Describe the solution you'd like

If a API returns with a link header to the next page of values follow it and collect ALL values of the API response.

Describe alternatives you've considered

well there are none I can think of 🤔

Additional context

n/a

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions