Skip to content

The API call you are using is not correct #47

@aelassas

Description

@aelassas

According to GitHub documentation, the API call you are using will only returns the first 30 items by default. You are not supporting pagination.

You need to modify your API call by this one for example:

https://api.github.com/repos/username/reponame/releases?page=1&per_page=1000000

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions