Created
May 22, 2012 18:30
-
-
Save catsby/2770791 to your computer and use it in GitHub Desktop.
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
$❯ curl http://github.com/api/v2/json/issues/show/ctshryock/githubnotifier/23 | |
{ | |
"issue": { | |
"gravatar_id": "6baef51125abe57a170be717454f7631", | |
"position": 1.0, | |
"number": 23, | |
"votes": 0, | |
"created_at": "2012/05/22 10:35:02 -0700", | |
"comments": 0, | |
"body": "Github only supports API v3 as of May 1st, 2012 (https://github.com/blog/1090-github-api-moving-on). The new API does not use API tokens, and as far as I can tell, this app no longer works as expected.", | |
"title": "Github API no longer supported", | |
"updated_at": "2012/05/22 10:35:02 -0700", | |
"html_url": "https://github.com/ctshryock/GithubNotifier/issues/23", | |
"user": "treygriffith", | |
"labels": [ | |
], | |
"state": "open" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment