Hi,
the following endpoint according to documentation
https://docs.github.com/en/rest/git/refs#list-matching-references
is expect to work with the pagination query params (per_page
and page
).
However, it does not seem to. Here’s a query I’m running
curl -i -u snaumov:token
-H “Accept: application/vnd.github.v3+json”
https://api.github.com/repos/owner/repo/git/matching-refs/tags?per_page=10
But no matter what the value I use for per_page
the result always contain all of the matching refs (repo tags in this case)?