Last active
July 16, 2018 09:29
-
-
Save adw0rd/e62b9a4596e99635e24f70e675894ec0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% curl "https://api.github.com/repos/smappi/smappi/commits?path=README.md"|head -n42 | |
{ | |
"sha": "01379e9475822e439749dbfc0ef3d9bcc4939601", | |
"node_id": "MDY6Q29tbWl0MTA4MTM0MDU3OjAxMzc5ZTk0NzU4MjJlNDM5NzQ5ZGJmYzBlZjNkOWJjYzQ5Mzk2MDE=", | |
"commit": { | |
"author": { | |
"name": "Mikhail Andreev", | |
"email": "[email protected]", | |
"date": "2018-07-13T12:10:50Z" | |
}, | |
"committer": { | |
"name": "GitHub", | |
"email": "[email protected]", | |
"date": "2018-07-13T12:10:50Z" | |
}, | |
"message": "Update README.md", | |
"tree": { | |
"sha": "2a86ad0ddbc9d26d7d3f9dd082953cae0f415d8d", | |
"url": "https://api.github.com/repos/smappi/smappi/git/trees/2a86ad0ddbc9d26d7d3f9dd082953cae0f415d8d" | |
}, | |
"url": "https://api.github.com/repos/smappi/smappi/git/commits/01379e9475822e439749dbfc0ef3d9bcc4939601", | |
"comment_count": 0, | |
}, | |
"url": "https://api.github.com/repos/smappi/smappi/commits/01379e9475822e439749dbfc0ef3d9bcc4939601", | |
"html_url": "https://github.com/smappi/smappi/commit/01379e9475822e439749dbfc0ef3d9bcc4939601", | |
"comments_url": "https://api.github.com/repos/smappi/smappi/commits/01379e9475822e439749dbfc0ef3d9bcc4939601/comments", | |
"author": { | |
"login": "adw0rd", | |
"id": 546889, | |
"node_id": "MDQ6VXNlcjU0Njg4OQ==", | |
"avatar_url": "https://avatars3.githubusercontent.com/u/546889?v=4", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/adw0rd", | |
"html_url": "https://github.com/adw0rd", | |
"followers_url": "https://api.github.com/users/adw0rd/followers", | |
"following_url": "https://api.github.com/users/adw0rd/following{/other_user}", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment