github-apigithub-api-v3

Github API /repos/:owner/:repo/contributors returns an empty object


When running the following command, I get en empty object:

$ curl -s "https://api.github.com/repos/wix/DetoxInstruments/stats/contributors"
{

}

In my original script, I provide an access_token, but it's not necessary to demonstrate the problem.

It seems to happen for that specific repo. What could be the reason?


Solution

  • It was a bug, and GitHub support fixed it on their backend.