The Github API docs (https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#list-repository-contributors) say that there is am anon=true parameter to add to /repos/{owner}/{repo}/contributors in order to fetch anonymous contributions.
There does not seem to be an option in the API to add that parameter. Is there any way to fetch anonymous contributors?
The Github API docs (https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#list-repository-contributors) say that there is am
anon=trueparameter to add to/repos/{owner}/{repo}/contributorsin order to fetch anonymous contributions.There does not seem to be an option in the API to add that parameter. Is there any way to fetch anonymous contributors?