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?
It was a bug, and GitHub support fixed it on their backend.