I want to retrieve ALL commits from Github using Git Statistics API:
GET /repos/:owner/:repo/commits
I tried to use curl https://api.github.com/repos/:owner/:repo/commits but it does not show me ALL commits, but a few latest. Is there a way to just retrieve the entire list of commits?