1

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?

Léo Natan
  • 56,823
  • 9
  • 150
  • 195

1 Answers1

0

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

Léo Natan
  • 56,823
  • 9
  • 150
  • 195