Skip to content

Instantly share code, notes, and snippets.

@scripting
Created June 25, 2021 14:28
Show Gist options
  • Save scripting/9f21e03f4180cc7c3da84140d2247b86 to your computer and use it in GitHub Desktop.
Save scripting/9f21e03f4180cc7c3da84140d2247b86 to your computer and use it in GitHub Desktop.
This is what GitHub sends back when you upload a file via the API.
{
"content": {
"name": "now.txt",
"path": "misc/now.txt",
"sha": "ca4b31cc6e4a401ce43f78d94dd1e2b0f462c633",
"size": 11,
"url": "https://api.github.com/repos/scripting/instantOutlines/contents/misc/now.txt?ref=main",
"html_url": "https://github.com/scripting/instantOutlines/blob/main/misc/now.txt",
"git_url": "https://api.github.com/repos/scripting/instantOutlines/git/blobs/ca4b31cc6e4a401ce43f78d94dd1e2b0f462c633",
"download_url": "https://raw.githubusercontent.com/scripting/instantOutlines/main/misc/now.txt",
"type": "file",
"_links": {
"self": "https://api.github.com/repos/scripting/instantOutlines/contents/misc/now.txt?ref=main",
"git": "https://api.github.com/repos/scripting/instantOutlines/git/blobs/ca4b31cc6e4a401ce43f78d94dd1e2b0f462c633",
"html": "https://github.com/scripting/instantOutlines/blob/main/misc/now.txt"
}
},
"commit": {
"sha": "6d9a413d58c4c2465327bd9281c42c860c319b2d",
"node_id": "MDY6Q29tbWl0Mzc2MDIzMzUyOjZkOWE0MTNkNThjNGMyNDY1MzI3YmQ5MjgxYzQyYzg2MGMzMTliMmQ=",
"url": "https://api.github.com/repos/scripting/instantOutlines/git/commits/6d9a413d58c4c2465327bd9281c42c860c319b2d",
"html_url": "https://github.com/scripting/instantOutlines/commit/6d9a413d58c4c2465327bd9281c42c860c319b2d",
"author": {
"name": "Dave Winer",
"email": "[email protected]",
"date": "2021-06-25T14:21:29Z"
},
"committer": {
"name": "Dave Winer",
"email": "[email protected]",
"date": "2021-06-25T14:21:29Z"
},
"tree": {
"sha": "792a559056db4476f4f1ba1134ea59bddf20a848",
"url": "https://api.github.com/repos/scripting/instantOutlines/git/trees/792a559056db4476f4f1ba1134ea59bddf20a848"
},
"message": "blog update",
"parents": [
{
"sha": "04c105b7affaa02460095b45048fcf95a45ba2d3",
"url": "https://api.github.com/repos/scripting/instantOutlines/git/commits/04c105b7affaa02460095b45048fcf95a45ba2d3",
"html_url": "https://github.com/scripting/instantOutlines/commit/04c105b7affaa02460095b45048fcf95a45ba2d3"
}
],
"verification": {
"verified": false,
"reason": "unsigned",
"signature": null,
"payload": null
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment