This Choreo retrieves a list of repositories for the specified organization. The documentation for this GitHub resource can be found here.
The following is a sample of the JSON information returned by this Choreo:
[
{
"has_issues": true,
"owner": {
"avatar_url": "https://secure.gravatar.com/avatar/878a0ea898da1701df8573ed64a5cc9d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png",
"gravatar_id": "878a0ea898da1701df8573ed64a5cc9d",
"login": "git",
"id": 18133,
"url": "https://api.github.com/users/git"
},
"has_downloads": true,
"clone_url": "https://github.com/git/gitscm.git",
"ssh_url": "git@github.com:git/gitscm.git",
"pushed_at": "2012-04-02T17:30:18Z",
"updated_at": "2012-07-05T06:49:49Z",
"forks": 61,
"homepage": "http://git-scm.com",
"has_wiki": true,
"watchers": 172,
"mirror_url": null,
"size": 416,
"fork": false,
"description": "Git homepage that rocks - from the git.or.cz awesomeness",
"language": "Ruby",
"name": "gitscm",
"permissions": {
"admin": false,
"push": false,
"pull": true
},
"open_issues": 4,
"svn_url": "https://github.com/git/gitscm",
"html_url": "https://github.com/git/gitscm",
"private": false,
"id": 35995,
"git_url": "git://github.com/git/gitscm.git",
"created_at": "2008-07-22T03:39:05Z",
"full_name": "git/gitscm",
"url": "https://api.github.com/repos/git/gitscm"
},
{
"has_issues": false,
"owner": {
"avatar_url": "https://secure.gravatar.com/avatar/878a0ea898da1701df8573ed64a5cc9d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png",
"gravatar_id": "878a0ea898da1701df8573ed64a5cc9d",
"login": "git",
"id": 18133,
"url": "https://api.github.com/users/git"
},
"has_downloads": true,
"clone_url": "https://github.com/git/git.git",
"ssh_url": "git@github.com:git/git.git",
"pushed_at": "2012-07-11T04:00:26Z",
"updated_at": "2012-07-11T17:49:34Z",
"forks": 644,
"homepage": "This is a publish-only repository and all pull requests are ignored. Please follow Documentation/SubmittingPatches procedure for any of your improvements.",
"has_wiki": false,
"watchers": 2535,
"mirror_url": null,
"size": 34584,
"fork": false,
"description": "Git Source Code Mirror - This is a publish-only repository and all pull requests are ignored. Please follow Documentation/SubmittingPatches procedure for any of your improvements.",
"language": "C",
"name": "git",
"permissions": {
"admin": false,
"push": false,
"pull": true
},
"open_issues": 4,
"svn_url": "https://github.com/git/git",
"html_url": "https://github.com/git/git",
"private": false,
"id": 36502,
"git_url": "git://github.com/git/git.git",
"created_at": "2008-07-23T14:21:26Z",
"full_name": "git/git",
"url": "https://api.github.com/repos/git/git"
},
{
"has_issues": true,
"owner": {
"avatar_url": "https://secure.gravatar.com/avatar/878a0ea898da1701df8573ed64a5cc9d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png",
"gravatar_id": "878a0ea898da1701df8573ed64a5cc9d",
"login": "git",
"id": 18133,
"url": "https://api.github.com/users/git"
},
"has_downloads": true,
"clone_url": "https://github.com/git/hello-world.git",
"ssh_url": "git@github.com:git/hello-world.git",
"pushed_at": "2011-10-20T14:10:58Z",
"updated_at": "2012-07-11T05:46:06Z",
"forks": 41,
"homepage": "http://github.com/leachim6/hello-world/wikis",
"has_wiki": true,
"watchers": 121,
"mirror_url": null,
"size": 100,
"fork": true,
"description": "Hello world in every programming language ",
"language": "Java",
"name": "hello-world",
"permissions": {
"admin": false,
"push": false,
"pull": true
},
"open_issues": 15,
"svn_url": "https://github.com/git/hello-world",
"html_url": "https://github.com/git/hello-world",
"private": false,
"id": 36506,
"git_url": "git://github.com/git/hello-world.git",
"created_at": "2008-07-23T14:31:26Z",
"full_name": "git/hello-world",
"url": "https://api.github.com/repos/git/hello-world"
}
]