-
-
Save catsby/1081629 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| 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$ |
This file contains hidden or 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
| 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": "[email protected]: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": "[email protected]: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": "[email protected]: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