This Choreo returns a list of all public gists. The documentation for this GitHub resource can be found here.
The following is a sample of the JSON information returned by this Choreo:
[
{
"created_at": "2012-06-29T15:51:23Z",
"user": {
"gravatar_id": "3b2917349b488b1f7511918ab0c409d4",
"avatar_url": "https://secure.gravatar.com/avatar/3b2917349b488b1f7511918ab0c409d4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
"login": "bryanwb",
"url": "https://api.github.com/users/bryanwb",
"id": 127128
},
"git_pull_url": "git://gist.github.com/3018756.git",
"updated_at": "2012-06-29T15:51:23Z",
"git_push_url": "git@gist.github.com:3018756.git",
"public": true,
"files": {
"logstash.conf": {
"raw_url": "https://gist.github.com/raw/3018756/dc059f9edb00baf7b2130c649d1b655533117db3/logstash.conf",
"type": "text/plain",
"filename": "logstash.conf",
"language": null,
"size": 743
}
},
"description": "",
"html_url": "https://gist.github.com/3018756",
"url": "https://api.github.com/gists/3018756",
"comments": 0,
"id": "3018756"
},
{
"created_at": "2012-06-29T15:50:46Z",
"user": {
"gravatar_id": "e9fa5947081cf6b45f89a1f07f064418",
"avatar_url": "https://secure.gravatar.com/avatar/e9fa5947081cf6b45f89a1f07f064418?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
"login": "djtal",
"url": "https://api.github.com/users/djtal",
"id": 5320
},
"git_pull_url": "git://gist.github.com/3018752.git",
"updated_at": "2012-06-29T15:50:46Z",
"git_push_url": "git@gist.github.com:3018752.git",
"public": true,
"files": {
"gistfile1.txt": {
"raw_url": "https://gist.github.com/raw/3018752/04dd2de83b0f888421cb6b78b1d46b62c131673e/gistfile1.txt",
"type": "text/plain",
"filename": "gistfile1.txt",
"language": "Text",
"size": 809
}
},
"description": "BGG small API test",
"html_url": "https://gist.github.com/3018752",
"url": "https://api.github.com/gists/3018752",
"comments": 0,
"id": "3018752"
},
{
"created_at": "2012-06-29T15:47:55Z",
"user": {
"gravatar_id": "709ba462987b62a3dad59384870f5fac",
"avatar_url": "https://secure.gravatar.com/avatar/709ba462987b62a3dad59384870f5fac?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
"login": "shoyan",
"url": "https://api.github.com/users/shoyan",
"id": 1150041
},
"git_pull_url": "git://gist.github.com/3018742.git",
"updated_at": "2012-06-29T15:47:55Z",
"git_push_url": "git@gist.github.com:3018742.git",
"public": true,
"files": {
"test": {
"raw_url": "https://gist.github.com/raw/3018742/30d74d258442c7c65512eafab474568dd706c430/test",
"type": "text/plain",
"filename": "test",
"language": null,
"size": 4
}
},
"description": "test",
"html_url": "https://gist.github.com/3018742",
"url": "https://api.github.com/gists/3018742",
"comments": 0,
"id": "3018742"
}
]