Skip to content

Instantly share code, notes, and snippets.

@catsby
Created July 14, 2011 00:24
Show Gist options
  • Save catsby/1081629 to your computer and use it in GitHub Desktop.
Save catsby/1081629 to your computer and use it in GitHub Desktop.
GLaDOS:octokit clint$ curl http://github.com/api/v2/json/repos/show/schacon/grit
{"repository":{"url":"https://github.com/schacon/grit","parent":"mojombo/grit","has_issues":true,"source":"mojombo/grit","homepage":"http://grit.rubyforge.org/","integrate_branch":"integration","forks":11,"language":"Ruby","watchers":125,"fork":true,"has_downloads":true,"size":4104,"private":false,"created_at":"2008/04/18 16:14:24 -0700","name":"grit","owner":"schacon","pushed_at":"2010/05/05 15:28:38 -0700","description":"Grit is a Ruby library for extracting information from a git repository in an object oriented manner - this fork tries to intergrate as much pure-ruby functionality as possible","has_wiki":true,"open_issues":0}}GLaDOS:octokit clint$
GLaDOS:octokit clint$ curl https://api.github.com/repos/schacon/grit
{
"url": "https://api.github.com/repos/schacon/grit",
"parent": {
"url": "https://api.github.com/repos/schacon/grit",
"homepage": "http://grit.rubyforge.org/",
"git_url": "git://github.com/schacon/grit.git",
"master_branch": null,
"language": "Ruby",
"forks": 11,
"fork": true,
"watchers": 125,
"html_url": "https://github.com/schacon/grit",
"pushed_at": "2010-05-05T22:28:38Z",
"created_at": "2008-04-18T23:14:24Z",
"open_issues": 0,
"private": false,
"size": 4104,
"owner": {
"url": "https://api.github.com/users/schacon",
"login": "schacon",
"id": 70,
"avatar_url": "https://secure.gravatar.com/avatar/9375a9529679f1b42b567a640d775e7d?d=https://gs1.wac.edgecastcdn.net/80460E/assets%2Fimages%2Fgravatars%2Fgravatar-140.png"
},
"name": "grit",
"clone_url": "https://github.com/schacon/grit.git",
"ssh_url": "git@github.com:schacon/grit.git",
"description": "Grit is a Ruby library for extracting information from a git repository in an object oriented manner - this fork tries to intergrate as much pure-ruby functionality as possible",
"svn_url": "https://svn.github.com/schacon/grit"
},
"has_downloads": true,
"source": {
"url": "https://api.github.com/repos/schacon/grit",
"homepage": "http://grit.rubyforge.org/",
"git_url": "git://github.com/schacon/grit.git",
"master_branch": null,
"language": "Ruby",
"forks": 11,
"fork": true,
"watchers": 125,
"html_url": "https://github.com/schacon/grit",
"pushed_at": "2010-05-05T22:28:38Z",
"created_at": "2008-04-18T23:14:24Z",
"open_issues": 0,
"private": false,
"size": 4104,
"owner": {
"url": "https://api.github.com/users/schacon",
"login": "schacon",
"id": 70,
"avatar_url": "https://secure.gravatar.com/avatar/9375a9529679f1b42b567a640d775e7d?d=https://gs1.wac.edgecastcdn.net/80460E/assets%2Fimages%2Fgravatars%2Fgravatar-140.png"
},
"name": "grit",
"clone_url": "https://github.com/schacon/grit.git",
"ssh_url": "git@github.com:schacon/grit.git",
"description": "Grit is a Ruby library for extracting information from a git repository in an object oriented manner - this fork tries to intergrate as much pure-ruby functionality as possible",
"svn_url": "https://svn.github.com/schacon/grit"
},
"homepage": "http://grit.rubyforge.org/",
"git_url": "git://github.com/schacon/grit.git",
"master_branch": null,
"language": "Ruby",
"forks": 11,
"fork": true,
"watchers": 125,
"html_url": "https://github.com/schacon/grit",
"has_wiki": true,
"pushed_at": "2010-05-05T22:28:38Z",
"created_at": "2008-04-18T23:14:24Z",
"open_issues": 0,
"private": false,
"size": 4104,
"owner": {
"url": "https://api.github.com/users/schacon",
"login": "schacon",
"id": 70,
"avatar_url": "https://secure.gravatar.com/avatar/9375a9529679f1b42b567a640d775e7d?d=https://gs1.wac.edgecastcdn.net/80460E/assets%2Fimages%2Fgravatars%2Fgravatar-140.png"
},
"name": "grit",
"clone_url": "https://github.com/schacon/grit.git",
"ssh_url": "git@github.com:schacon/grit.git",
"has_issues": true,
"description": "Grit is a Ruby library for extracting information from a git repository in an object oriented manner - this fork tries to intergrate as much pure-ruby functionality as possible",
"svn_url": "https://svn.github.com/schacon/grit",
"integrate_branch": "integration"
}
GLaDOS:octokit clint$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment