Skip to content

Instantly share code, notes, and snippets.

@rodrgo
Last active November 10, 2021 19:37
Show Gist options
  • Save rodrgo/27a09bc30ca376200921a25f641a4394 to your computer and use it in GitHub Desktop.
Save rodrgo/27a09bc30ca376200921a25f641a4394 to your computer and use it in GitHub Desktop.
Github REST API response
[
{
"url": "https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e",
"commit": {
"author": {
"name": "Monalisa Octocat",
"email": "support@github.com",
"date": "2011-04-14T16:00:49Z"
},
"message": "Fix all the bugs",
},
"author": {
"login": "octocat",
"id": 1,
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
"html_url": "https://github.com/octocat",
"followers_url": "https://api.github.com/users/octocat/followers",
},
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment