The idea is:
Simplify returning larger result sets from Github REST api. This can be done by using the cursor-based pagination (see How To Use Pagination With GitHub's API · community · Discussion #69826 · GitHub)
My use case:
Discussed in Github: paginating on response header - #12 by andig, I’d like to return ~500 Issues.
I think it would be beneficial to add this because:
As Github: paginating on response header - #12 by andig shows, it’s virtually impossible to get this right on first attempt.
Any resources to support this?
Are you willing to work on this?
JS is beyond my horizon, coming from Go ![]()