Last active
June 16, 2021 14:44
-
-
Save dvdsgl/dc41a51977aad6018a2e373ccfb8805b to your computer and use it in GitHub Desktop.
GitHub Gist API from https://developer.github.com/v3/gists
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
{ | |
"description": "the description for this gist", | |
"files": { | |
"file1.84D9D31B-8AD2-492F-A44D-6407128DAD79.txt": { | |
"content": "updated file contents" | |
}, | |
"file2.84D9D31B-8AD2-492F-A44D-6407128DAD79.txt": { | |
"content": "updated file contents" | |
} | |
} | |
} |
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
{ | |
"description": "the description for this gist", | |
"files": { | |
"file1.84D9D31B-8AD2-492F-A44D-6407128DAD79.txt": null, | |
"file2.84D9D31B-8AD2-492F-A44D-6407128DAD79.txt": null | |
} | |
} |
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
{ | |
"description": "the description for this gist", | |
"files": { | |
"file1.84D9D31B-8AD2-492F-A44D-6407128DAD79.txt": { | |
"filename": "new_name.txt", | |
"content": "updated file contents" | |
}, | |
"file2.84D9D31B-8AD2-492F-A44D-6407128DAD79.txt": { | |
"filename": "new_name.txt", | |
"content": "updated file contents" | |
} | |
} | |
} |
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
{ | |
"url": "https://api.github.com/gists/aa5a315d61ae9438b18d", | |
"forks_url": "https://api.github.com/gists/aa5a315d61ae9438b18d/forks", | |
"commits_url": "https://api.github.com/gists/aa5a315d61ae9438b18d/commits", | |
"id": "aa5a315d61ae9438b18d", | |
"description": "description of gist", | |
"public": true, | |
"owner": { | |
"login": "octocat", | |
"id": 1, | |
"avatar_url": "https://github.com/images/error/octocat_happy.gif", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/octocat", | |
"html_url": "https://github.com/octocat", | |
"followers_url": "https://api.github.com/users/octocat/followers", | |
"following_url": "https://api.github.com/users/octocat/following{/other_user}", | |
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions", | |
"organizations_url": "https://api.github.com/users/octocat/orgs", | |
"repos_url": "https://api.github.com/users/octocat/repos", | |
"events_url": "https://api.github.com/users/octocat/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/octocat/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"user": null, | |
"files": { | |
"ring.84D9D31B-8AD2-492F-A44D-6407128DAD79.erl": { | |
"size": 932, | |
"raw_url": "https://gist.githubusercontent.com/raw/365370/8c4d2d43d178df44f4c03a7f2ac0ff512853564e/ring.erl", | |
"type": "text/plain", | |
"language": "Erlang", | |
"truncated": false, | |
"content": "contents of gist" | |
}, | |
"ring.84D9D31B-8AD2-392F-A44D-6407128DAD79.erl": { | |
"size": 932, | |
"raw_url": "https://gist.githubusercontent.com/raw/365370/8c4d2d43d178df44f4c03a7f2ac0ff512853564e/ring.erl", | |
"type": "text/plain", | |
"language": "Erlang", | |
"truncated": false, | |
"content": "contents of gist" | |
} | |
}, | |
"truncated": false, | |
"comments": 0, | |
"comments_url": "https://api.github.com/gists/aa5a315d61ae9438b18d/comments/", | |
"html_url": "https://gist.github.com/aa5a315d61ae9438b18d", | |
"git_pull_url": "https://gist.github.com/aa5a315d61ae9438b18d.git", | |
"git_push_url": "https://gist.github.com/aa5a315d61ae9438b18d.git", | |
"created_at": "2010-04-14T02:15:15Z", | |
"updated_at": "2011-06-20T11:34:15Z", | |
"forks": [ | |
{ | |
"user": { | |
"login": "octocat", | |
"id": 1, | |
"avatar_url": "https://github.com/images/error/octocat_happy.gif", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/octocat", | |
"html_url": "https://github.com/octocat", | |
"followers_url": "https://api.github.com/users/octocat/followers", | |
"following_url": "https://api.github.com/users/octocat/following{/other_user}", | |
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions", | |
"organizations_url": "https://api.github.com/users/octocat/orgs", | |
"repos_url": "https://api.github.com/users/octocat/repos", | |
"events_url": "https://api.github.com/users/octocat/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/octocat/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"url": "https://api.github.com/gists/dee9c42e4998ce2ea439", | |
"id": "dee9c42e4998ce2ea439", | |
"created_at": "2011-04-14T16:00:49Z", | |
"updated_at": "2011-04-14T16:00:49Z" | |
} | |
], | |
"history": [ | |
{ | |
"url": "https://api.github.com/gists/aa5a315d61ae9438b18d/57a7f021a713b1c5a6a199b54cc514735d2d462f", | |
"version": "57a7f021a713b1c5a6a199b54cc514735d2d462f", | |
"user": { | |
"login": "octocat", | |
"id": 1, | |
"avatar_url": "https://github.com/images/error/octocat_happy.gif", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/octocat", | |
"html_url": "https://github.com/octocat", | |
"followers_url": "https://api.github.com/users/octocat/followers", | |
"following_url": "https://api.github.com/users/octocat/following{/other_user}", | |
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions", | |
"organizations_url": "https://api.github.com/users/octocat/orgs", | |
"repos_url": "https://api.github.com/users/octocat/repos", | |
"events_url": "https://api.github.com/users/octocat/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/octocat/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"change_status": { | |
"deletions": 0, | |
"additions": 180, | |
"total": 180 | |
}, | |
"committed_at": "2010-04-14T02:15:15Z" | |
} | |
] | |
} |
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
[ | |
{ | |
"url": "https://api.github.com/gists/aa5a315d61ae9438b18d/57a7f021a713b1c5a6a199b54cc514735d2d462f", | |
"version": "57a7f021a713b1c5a6a199b54cc514735d2d462f", | |
"user": { | |
"login": "octocat", | |
"id": 1, | |
"avatar_url": "https://github.com/images/error/octocat_happy.gif", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/octocat", | |
"html_url": "https://github.com/octocat", | |
"followers_url": "https://api.github.com/users/octocat/followers", | |
"following_url": "https://api.github.com/users/octocat/following{/other_user}", | |
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions", | |
"organizations_url": "https://api.github.com/users/octocat/orgs", | |
"repos_url": "https://api.github.com/users/octocat/repos", | |
"events_url": "https://api.github.com/users/octocat/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/octocat/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"change_status": { | |
"deletions": 0, | |
"additions": 180, | |
"total": 180 | |
}, | |
"committed_at": "2010-04-14T02:15:15Z" | |
} | |
] |
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
{ | |
"url": "https://api.github.com/gists/aa5a315d61ae9438b18d", | |
"forks_url": "https://api.github.com/gists/aa5a315d61ae9438b18d/forks", | |
"commits_url": "https://api.github.com/gists/aa5a315d61ae9438b18d/commits", | |
"id": "aa5a315d61ae9438b18d", | |
"description": "description of gist", | |
"public": true, | |
"owner": { | |
"login": "octocat", | |
"id": 1, | |
"avatar_url": "https://github.com/images/error/octocat_happy.gif", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/octocat", | |
"html_url": "https://github.com/octocat", | |
"followers_url": "https://api.github.com/users/octocat/followers", | |
"following_url": "https://api.github.com/users/octocat/following{/other_user}", | |
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions", | |
"organizations_url": "https://api.github.com/users/octocat/orgs", | |
"repos_url": "https://api.github.com/users/octocat/repos", | |
"events_url": "https://api.github.com/users/octocat/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/octocat/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"user": null, | |
"files": { | |
"ring.84D9D31B-8AD2-492F-A44D-6407128DAD79.erl": { | |
"size": 932, | |
"raw_url": "https://gist.githubusercontent.com/raw/365370/8c4d2d43d178df44f4c03a7f2ac0ff512853564e/ring.erl", | |
"type": "text/plain", | |
"truncated": false, | |
"language": "Erlang" | |
}, | |
"ring.84D9D31B-7AD2-492F-A44D-6407128DAD79.erl": { | |
"size": 932, | |
"raw_url": "https://gist.githubusercontent.com/raw/365370/8c4d2d43d178df44f4c03a7f2ac0ff512853564e/ring.erl", | |
"type": "text/plain", | |
"truncated": false, | |
"language": "Erlang" | |
} | |
}, | |
"truncated": false, | |
"comments": 0, | |
"comments_url": "https://api.github.com/gists/aa5a315d61ae9438b18d/comments/", | |
"html_url": "https://gist.github.com/aa5a315d61ae9438b18d", | |
"git_pull_url": "https://gist.github.com/aa5a315d61ae9438b18d.git", | |
"git_push_url": "https://gist.github.com/aa5a315d61ae9438b18d.git", | |
"created_at": "2010-04-14T02:15:15Z", | |
"updated_at": "2011-06-20T11:34:15Z" | |
} |
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
{ | |
"url": "https://api.github.com/gists/aa5a315d61ae9438b18d", | |
"forks_url": "https://api.github.com/gists/aa5a315d61ae9438b18d/forks", | |
"commits_url": "https://api.github.com/gists/aa5a315d61ae9438b18d/commits", | |
"id": "aa5a315d61ae9438b18d", | |
"description": "description of gist", | |
"public": true, | |
"owner": { | |
"login": "octocat", | |
"id": 1, | |
"avatar_url": "https://github.com/images/error/octocat_happy.gif", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/octocat", | |
"html_url": "https://github.com/octocat", | |
"followers_url": "https://api.github.com/users/octocat/followers", | |
"following_url": "https://api.github.com/users/octocat/following{/other_user}", | |
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions", | |
"organizations_url": "https://api.github.com/users/octocat/orgs", | |
"repos_url": "https://api.github.com/users/octocat/repos", | |
"events_url": "https://api.github.com/users/octocat/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/octocat/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"user": null, | |
"files": { | |
"ring.84D9D31B-8AD2-492F-A44D-6407128DAD79.erl": { | |
"size": 932, | |
"raw_url": "https://gist.githubusercontent.com/raw/365370/8c4d2d43d178df44f4c03a7f2ac0ff512853564e/ring.erl", | |
"type": "text/plain", | |
"language": "Erlang", | |
"truncated": false, | |
"content": "contents of gist" | |
}, | |
"ring.84D9D31C-8AD2-492F-A44D-6407128DAD79.erl": { | |
"size": 932, | |
"raw_url": "https://gist.githubusercontent.com/raw/365370/8c4d2d43d178df44f4c03a7f2ac0ff512853564e/ring.erl", | |
"type": "text/plain", | |
"language": "Erlang", | |
"truncated": false, | |
"content": "contents of gist" | |
} | |
}, | |
"truncated": false, | |
"comments": 0, | |
"comments_url": "https://api.github.com/gists/aa5a315d61ae9438b18d/comments/", | |
"html_url": "https://gist.github.com/aa5a315d61ae9438b18d", | |
"git_pull_url": "https://gist.github.com/aa5a315d61ae9438b18d.git", | |
"git_push_url": "https://gist.github.com/aa5a315d61ae9438b18d.git", | |
"created_at": "2010-04-14T02:15:15Z", | |
"updated_at": "2011-06-20T11:34:15Z", | |
"forks": [ | |
{ | |
"user": { | |
"login": "octocat", | |
"id": 1, | |
"avatar_url": "https://github.com/images/error/octocat_happy.gif", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/octocat", | |
"html_url": "https://github.com/octocat", | |
"followers_url": "https://api.github.com/users/octocat/followers", | |
"following_url": "https://api.github.com/users/octocat/following{/other_user}", | |
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions", | |
"organizations_url": "https://api.github.com/users/octocat/orgs", | |
"repos_url": "https://api.github.com/users/octocat/repos", | |
"events_url": "https://api.github.com/users/octocat/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/octocat/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"url": "https://api.github.com/gists/dee9c42e4998ce2ea439", | |
"id": "dee9c42e4998ce2ea439", | |
"created_at": "2011-04-14T16:00:49Z", | |
"updated_at": "2011-04-14T16:00:49Z" | |
} | |
], | |
"history": [ | |
{ | |
"url": "https://api.github.com/gists/aa5a315d61ae9438b18d/57a7f021a713b1c5a6a199b54cc514735d2d462f", | |
"version": "57a7f021a713b1c5a6a199b54cc514735d2d462f", | |
"user": { | |
"login": "octocat", | |
"id": 1, | |
"avatar_url": "https://github.com/images/error/octocat_happy.gif", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/octocat", | |
"html_url": "https://github.com/octocat", | |
"followers_url": "https://api.github.com/users/octocat/followers", | |
"following_url": "https://api.github.com/users/octocat/following{/other_user}", | |
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions", | |
"organizations_url": "https://api.github.com/users/octocat/orgs", | |
"repos_url": "https://api.github.com/users/octocat/repos", | |
"events_url": "https://api.github.com/users/octocat/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/octocat/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"change_status": { | |
"deletions": 0, | |
"additions": 180, | |
"total": 180 | |
}, | |
"committed_at": "2010-04-14T02:15:15Z" | |
} | |
] | |
} |
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
{ | |
"url": "https://api.github.com/gists/aa5a315d61ae9438b18d/57a7f021a713b1c5a6a199b54cc514735d2d462f", | |
"forks_url": "https://api.github.com/gists/aa5a315d61ae9438b18d/forks", | |
"commits_url": "https://api.github.com/gists/aa5a315d61ae9438b18d/commits", | |
"id": "aa5a315d61ae9438b18d", | |
"description": "description of gist", | |
"public": true, | |
"owner": { | |
"login": "octocat", | |
"id": 1, | |
"avatar_url": "https://github.com/images/error/octocat_happy.gif", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/octocat", | |
"html_url": "https://github.com/octocat", | |
"followers_url": "https://api.github.com/users/octocat/followers", | |
"following_url": "https://api.github.com/users/octocat/following{/other_user}", | |
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions", | |
"organizations_url": "https://api.github.com/users/octocat/orgs", | |
"repos_url": "https://api.github.com/users/octocat/repos", | |
"events_url": "https://api.github.com/users/octocat/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/octocat/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"user": null, | |
"files": { | |
"ring.84D9D31B-8AD2-492F-A44D-6407128DAD79.erl": { | |
"size": 932, | |
"raw_url": "https://gist.githubusercontent.com/raw/365370/8c4d2d43d178df44f4c03a7f2ac0ff512853564e/ring.erl", | |
"type": "text/plain", | |
"language": "Erlang", | |
"truncated": false, | |
"content": "contents of gist" | |
}, | |
"ring.84D9D31C-8AD2-492F-A44D-6407128DAD79.erl": { | |
"size": 932, | |
"raw_url": "https://gist.githubusercontent.com/raw/365370/8c4d2d43d178df44f4c03a7f2ac0ff512853564e/ring.erl", | |
"type": "text/plain", | |
"language": "Erlang", | |
"truncated": false, | |
"content": "contents of gist" | |
} | |
}, | |
"truncated": false, | |
"comments": 0, | |
"comments_url": "https://api.github.com/gists/aa5a315d61ae9438b18d/comments/", | |
"html_url": "https://gist.github.com/aa5a315d61ae9438b18d", | |
"git_pull_url": "https://gist.github.com/aa5a315d61ae9438b18d.git", | |
"git_push_url": "https://gist.github.com/aa5a315d61ae9438b18d.git", | |
"created_at": "2010-04-14T02:15:15Z", | |
"updated_at": "2011-06-20T11:34:15Z", | |
"forks": [ | |
{ | |
"user": { | |
"login": "octocat", | |
"id": 1, | |
"avatar_url": "https://github.com/images/error/octocat_happy.gif", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/octocat", | |
"html_url": "https://github.com/octocat", | |
"followers_url": "https://api.github.com/users/octocat/followers", | |
"following_url": "https://api.github.com/users/octocat/following{/other_user}", | |
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions", | |
"organizations_url": "https://api.github.com/users/octocat/orgs", | |
"repos_url": "https://api.github.com/users/octocat/repos", | |
"events_url": "https://api.github.com/users/octocat/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/octocat/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"url": "https://api.github.com/gists/dee9c42e4998ce2ea439", | |
"id": "dee9c42e4998ce2ea439", | |
"created_at": "2011-04-14T16:00:49Z", | |
"updated_at": "2011-04-14T16:00:49Z" | |
} | |
], | |
"history": [ | |
{ | |
"url": "https://api.github.com/gists/aa5a315d61ae9438b18d/57a7f021a713b1c5a6a199b54cc514735d2d462f", | |
"version": "57a7f021a713b1c5a6a199b54cc514735d2d462f", | |
"user": { | |
"login": "octocat", | |
"id": 1, | |
"avatar_url": "https://github.com/images/error/octocat_happy.gif", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/octocat", | |
"html_url": "https://github.com/octocat", | |
"followers_url": "https://api.github.com/users/octocat/followers", | |
"following_url": "https://api.github.com/users/octocat/following{/other_user}", | |
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions", | |
"organizations_url": "https://api.github.com/users/octocat/orgs", | |
"repos_url": "https://api.github.com/users/octocat/repos", | |
"events_url": "https://api.github.com/users/octocat/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/octocat/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"change_status": { | |
"deletions": 0, | |
"additions": 180, | |
"total": 180 | |
}, | |
"committed_at": "2010-04-14T02:15:15Z" | |
} | |
] | |
} |
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
[ | |
{ | |
"user": { | |
"login": "octocat", | |
"id": 1, | |
"avatar_url": "https://github.com/images/error/octocat_happy.gif", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/octocat", | |
"html_url": "https://github.com/octocat", | |
"followers_url": "https://api.github.com/users/octocat/followers", | |
"following_url": "https://api.github.com/users/octocat/following{/other_user}", | |
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions", | |
"organizations_url": "https://api.github.com/users/octocat/orgs", | |
"repos_url": "https://api.github.com/users/octocat/repos", | |
"events_url": "https://api.github.com/users/octocat/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/octocat/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"url": "https://api.github.com/gists/dee9c42e4998ce2ea439", | |
"id": "dee9c42e4998ce2ea439", | |
"created_at": "2011-04-14T16:00:49Z", | |
"updated_at": "2011-04-14T16:00:49Z" | |
} | |
] |
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
{ | |
"description": "the description for this gist", | |
"public": true, | |
"files": { | |
"file1.84D9D31B-8AD2-492F-A44D-6407128DAD79.txt": { | |
"content": "String file contents" | |
}, | |
"file2.84D9D31B-8AD2-492F-A44D-6407128DAD79.txt": { | |
"content": "String file contents" | |
} | |
} | |
} |
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
{ | |
"url": "https://api.github.com/gists/aa5a315d61ae9438b18d", | |
"forks_url": "https://api.github.com/gists/aa5a315d61ae9438b18d/forks", | |
"commits_url": "https://api.github.com/gists/aa5a315d61ae9438b18d/commits", | |
"id": "aa5a315d61ae9438b18d", | |
"description": "description of gist", | |
"public": true, | |
"owner": { | |
"login": "octocat", | |
"id": 1, | |
"avatar_url": "https://github.com/images/error/octocat_happy.gif", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/octocat", | |
"html_url": "https://github.com/octocat", | |
"followers_url": "https://api.github.com/users/octocat/followers", | |
"following_url": "https://api.github.com/users/octocat/following{/other_user}", | |
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions", | |
"organizations_url": "https://api.github.com/users/octocat/orgs", | |
"repos_url": "https://api.github.com/users/octocat/repos", | |
"events_url": "https://api.github.com/users/octocat/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/octocat/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"user": null, | |
"files": { | |
"ring.84D9D31B-8AD2-492F-A44D-6407128DAD79.erl": { | |
"size": 932, | |
"raw_url": "https://gist.githubusercontent.com/raw/365370/8c4d2d43d178df44f4c03a7f2ac0ff512853564e/ring.erl", | |
"type": "text/plain", | |
"language": "Erlang", | |
"truncated": false, | |
"content": "contents of gist" | |
}, | |
"ring.84D9D31C-8AD2-492F-A44D-6407128DAD79.erl": { | |
"size": 932, | |
"raw_url": "https://gist.githubusercontent.com/raw/365370/8c4d2d43d178df44f4c03a7f2ac0ff512853564e/ring.erl", | |
"type": "text/plain", | |
"language": "Erlang", | |
"truncated": false, | |
"content": "contents of gist" | |
} | |
}, | |
"truncated": false, | |
"comments": 0, | |
"comments_url": "https://api.github.com/gists/aa5a315d61ae9438b18d/comments/", | |
"html_url": "https://gist.github.com/aa5a315d61ae9438b18d", | |
"git_pull_url": "https://gist.github.com/aa5a315d61ae9438b18d.git", | |
"git_push_url": "https://gist.github.com/aa5a315d61ae9438b18d.git", | |
"created_at": "2010-04-14T02:15:15Z", | |
"updated_at": "2011-06-20T11:34:15Z", | |
"forks": [ | |
{ | |
"user": { | |
"login": "octocat", | |
"id": 1, | |
"avatar_url": "https://github.com/images/error/octocat_happy.gif", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/octocat", | |
"html_url": "https://github.com/octocat", | |
"followers_url": "https://api.github.com/users/octocat/followers", | |
"following_url": "https://api.github.com/users/octocat/following{/other_user}", | |
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions", | |
"organizations_url": "https://api.github.com/users/octocat/orgs", | |
"repos_url": "https://api.github.com/users/octocat/repos", | |
"events_url": "https://api.github.com/users/octocat/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/octocat/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"url": "https://api.github.com/gists/dee9c42e4998ce2ea439", | |
"id": "dee9c42e4998ce2ea439", | |
"created_at": "2011-04-14T16:00:49Z", | |
"updated_at": "2011-04-14T16:00:49Z" | |
} | |
], | |
"history": [ | |
{ | |
"url": "https://api.github.com/gists/aa5a315d61ae9438b18d/57a7f021a713b1c5a6a199b54cc514735d2d462f", | |
"version": "57a7f021a713b1c5a6a199b54cc514735d2d462f", | |
"user": { | |
"login": "octocat", | |
"id": 1, | |
"avatar_url": "https://github.com/images/error/octocat_happy.gif", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/octocat", | |
"html_url": "https://github.com/octocat", | |
"followers_url": "https://api.github.com/users/octocat/followers", | |
"following_url": "https://api.github.com/users/octocat/following{/other_user}", | |
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions", | |
"organizations_url": "https://api.github.com/users/octocat/orgs", | |
"repos_url": "https://api.github.com/users/octocat/repos", | |
"events_url": "https://api.github.com/users/octocat/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/octocat/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"change_status": { | |
"deletions": 0, | |
"additions": 180, | |
"total": 180 | |
}, | |
"committed_at": "2010-04-14T02:15:15Z" | |
} | |
] | |
} |
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
[ | |
{ | |
"url": "https://api.github.com/gists/aa5a315d61ae9438b18d", | |
"forks_url": "https://api.github.com/gists/aa5a315d61ae9438b18d/forks", | |
"commits_url": "https://api.github.com/gists/aa5a315d61ae9438b18d/commits", | |
"id": "aa5a315d61ae9438b18d", | |
"description": "description of gist", | |
"public": true, | |
"owner": { | |
"login": "octocat", | |
"id": 1, | |
"avatar_url": "https://github.com/images/error/octocat_happy.gif", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/octocat", | |
"html_url": "https://github.com/octocat", | |
"followers_url": "https://api.github.com/users/octocat/followers", | |
"following_url": "https://api.github.com/users/octocat/following{/other_user}", | |
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions", | |
"organizations_url": "https://api.github.com/users/octocat/orgs", | |
"repos_url": "https://api.github.com/users/octocat/repos", | |
"events_url": "https://api.github.com/users/octocat/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/octocat/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"user": null, | |
"files": { | |
"ring.84D9D31B-8AD2-492F-A44D-6407128DAD79.erl": { | |
"size": 932, | |
"raw_url": "https://gist.githubusercontent.com/raw/365370/8c4d2d43d178df44f4c03a7f2ac0ff512853564e/ring.erl", | |
"type": "text/plain", | |
"language": "Erlang", | |
"truncated": false, | |
"content": "contents of gist" | |
}, | |
"ring.84D9D31C-8AD2-492F-A44D-6407128DAD79.erl": { | |
"size": 932, | |
"raw_url": "https://gist.githubusercontent.com/raw/365370/8c4d2d43d178df44f4c03a7f2ac0ff512853564e/ring.erl", | |
"type": "text/plain", | |
"language": "Erlang", | |
"truncated": false, | |
"content": "contents of gist" | |
} | |
}, | |
"truncated": false, | |
"comments": 0, | |
"comments_url": "https://api.github.com/gists/aa5a315d61ae9438b18d/comments/", | |
"html_url": "https://gist.github.com/aa5a315d61ae9438b18d", | |
"git_pull_url": "https://gist.github.com/aa5a315d61ae9438b18d.git", | |
"git_push_url": "https://gist.github.com/aa5a315d61ae9438b18d.git", | |
"created_at": "2010-04-14T02:15:15Z", | |
"updated_at": "2011-06-20T11:34:15Z" | |
} | |
] |
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
[ | |
{ | |
"url": "https://api.github.com/gists/aa5a315d61ae9438b18d", | |
"forks_url": "https://api.github.com/gists/aa5a315d61ae9438b18d/forks", | |
"commits_url": "https://api.github.com/gists/aa5a315d61ae9438b18d/commits", | |
"id": "aa5a315d61ae9438b18d", | |
"description": "description of gist", | |
"public": true, | |
"owner": { | |
"login": "octocat", | |
"id": 1, | |
"avatar_url": "https://github.com/images/error/octocat_happy.gif", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/octocat", | |
"html_url": "https://github.com/octocat", | |
"followers_url": "https://api.github.com/users/octocat/followers", | |
"following_url": "https://api.github.com/users/octocat/following{/other_user}", | |
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions", | |
"organizations_url": "https://api.github.com/users/octocat/orgs", | |
"repos_url": "https://api.github.com/users/octocat/repos", | |
"events_url": "https://api.github.com/users/octocat/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/octocat/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"user": null, | |
"files": { | |
"ring.84D9D31B-8AD2-492F-A44D-6407128DAD79.erl": { | |
"size": 932, | |
"raw_url": "https://gist.githubusercontent.com/raw/365370/8c4d2d43d178df44f4c03a7f2ac0ff512853564e/ring.erl", | |
"type": "text/plain", | |
"language": "Erlang", | |
"truncated": false, | |
"content": "contents of gist" | |
}, | |
"ring.84D9D31C-8AD2-492F-A44D-6407128DAD79.erl": { | |
"size": 932, | |
"raw_url": "https://gist.githubusercontent.com/raw/365370/8c4d2d43d178df44f4c03a7f2ac0ff512853564e/ring.erl", | |
"type": "text/plain", | |
"language": "Erlang", | |
"truncated": false, | |
"content": "contents of gist" | |
} | |
}, | |
"truncated": false, | |
"comments": 0, | |
"comments_url": "https://api.github.com/gists/aa5a315d61ae9438b18d/comments/", | |
"html_url": "https://gist.github.com/aa5a315d61ae9438b18d", | |
"git_pull_url": "https://gist.github.com/aa5a315d61ae9438b18d.git", | |
"git_push_url": "https://gist.github.com/aa5a315d61ae9438b18d.git", | |
"created_at": "2010-04-14T02:15:15Z", | |
"updated_at": "2011-06-20T11:34:15Z" | |
} | |
] |
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
[ | |
{ | |
"url": "https://api.github.com/gists/aa5a315d61ae9438b18d", | |
"forks_url": "https://api.github.com/gists/aa5a315d61ae9438b18d/forks", | |
"commits_url": "https://api.github.com/gists/aa5a315d61ae9438b18d/commits", | |
"id": "aa5a315d61ae9438b18d", | |
"description": "description of gist", | |
"public": true, | |
"owner": { | |
"login": "octocat", | |
"id": 1, | |
"avatar_url": "https://github.com/images/error/octocat_happy.gif", | |
"gravatar_id": "", | |
"url": "https://api.github.com/users/octocat", | |
"html_url": "https://github.com/octocat", | |
"followers_url": "https://api.github.com/users/octocat/followers", | |
"following_url": "https://api.github.com/users/octocat/following{/other_user}", | |
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", | |
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", | |
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions", | |
"organizations_url": "https://api.github.com/users/octocat/orgs", | |
"repos_url": "https://api.github.com/users/octocat/repos", | |
"events_url": "https://api.github.com/users/octocat/events{/privacy}", | |
"received_events_url": "https://api.github.com/users/octocat/received_events", | |
"type": "User", | |
"site_admin": false | |
}, | |
"user": null, | |
"files": { | |
"ring.84D9D31B-8AD2-492F-A44D-6407128DAD79.erl": { | |
"size": 932, | |
"raw_url": "https://gist.githubusercontent.com/raw/365370/8c4d2d43d178df44f4c03a7f2ac0ff512853564e/ring.erl", | |
"type": "text/plain", | |
"language": "Erlang", | |
"truncated": false, | |
"content": "contents of gist" | |
}, | |
"ring.84D9D31C-8AD2-492F-A44D-6407128DAD79.erl": { | |
"size": 932, | |
"raw_url": "https://gist.githubusercontent.com/raw/365370/8c4d2d43d178df44f4c03a7f2ac0ff512853564e/ring.erl", | |
"type": "text/plain", | |
"language": "Erlang", | |
"truncated": false, | |
"content": "contents of gist" | |
} | |
}, | |
"truncated": false, | |
"comments": 0, | |
"comments_url": "https://api.github.com/gists/aa5a315d61ae9438b18d/comments/", | |
"html_url": "https://gist.github.com/aa5a315d61ae9438b18d", | |
"git_pull_url": "https://gist.github.com/aa5a315d61ae9438b18d.git", | |
"git_push_url": "https://gist.github.com/aa5a315d61ae9438b18d.git", | |
"created_at": "2010-04-14T02:15:15Z", | |
"updated_at": "2011-06-20T11:34:15Z" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment