githubkit icon indicating copy to clipboard operation
githubkit copied to clipboard

Feature: pagination with `link` header

Open brandonchinn178 opened this issue 8 months ago • 5 comments
trafficstars

I would expect the following to work:

github.paginate(github.rest.orgs.list_webhook_deliveries, hook_org, hook_id)

But currently, those values are passed to page/per_page. It seems like the only way to pass positional args is by manually specifying page/per_page/map_func?

brandonchinn178 avatar Mar 12 '25 17:03 brandonchinn178