github-api
github-api copied to clipboard
List Anonymous Repository 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=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?
PR welcome.
I have a code fix that I would love to contribute but I can't get all tests to pass on my local. Is there information for developers on how to successfully build the project?