Thank you, but I don't think that the author of the latest commit is included.
GET https://api.github.com/repos/pgpoulsen/gitdojo/branches?per_page=100
returns this:
[
{
"name": "master",
"commit": {
"sha": "f5019ca85666c60041de2cf5462b958da44c287e",
"url": "https://api.github.com/repos/PGPoulsen/GitDojo/commits/f5019ca85666c60041de2cf5462b958da44c287e"
},
"protected": false
},
{
"name": "newbranch",
"commit": {
"sha": "b7d6a83b81724108c0ef39e785bcb288765ac5c0",
"url": "https://api.github.com/repos/PGPoulsen/GitDojo/commits/b7d6a83b81724108c0ef39e785bcb288765ac5c0"
},
"protected": false
}
]