Skip to content

Instantly share code, notes, and snippets.

@catsby
Created May 22, 2012 18:30
Show Gist options
  • Save catsby/2770791 to your computer and use it in GitHub Desktop.
Save catsby/2770791 to your computer and use it in GitHub Desktop.
$❯ 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