github.com/crosbymichael/octokat@v0.0.0-20160826194511-076a32289ed5/fixtures/issue.json (about) 1 { 2 "url": "https://api.github.com/repos/octocat/Hello-World/issues/1347", 3 "html_url": "https://github.com/octocat/Hello-World/issues/1347", 4 "number": 1347, 5 "state": "open", 6 "title": "Found a bug", 7 "body": "I'm having a problem with this.", 8 "user": { 9 "login": "octocat", 10 "id": 1, 11 "avatar_url": "https://github.com/images/error/octocat_happy.gif", 12 "gravatar_id": "somehexcode", 13 "url": "https://api.github.com/users/octocat" 14 }, 15 "labels": [ 16 { 17 "url": "https://api.github.com/repos/octocat/Hello-World/labels/bug", 18 "name": "bug", 19 "color": "f29513" 20 } 21 ], 22 "assignee": { 23 "login": "octocat", 24 "id": 1, 25 "avatar_url": "https://github.com/images/error/octocat_happy.gif", 26 "gravatar_id": "somehexcode", 27 "url": "https://api.github.com/users/octocat" 28 }, 29 "milestone": { 30 "url": "https://api.github.com/repos/octocat/Hello-World/milestones/1", 31 "number": 1, 32 "state": "open", 33 "title": "v1.0", 34 "description": "", 35 "creator": { 36 "login": "octocat", 37 "id": 1, 38 "avatar_url": "https://github.com/images/error/octocat_happy.gif", 39 "gravatar_id": "somehexcode", 40 "url": "https://api.github.com/users/octocat" 41 }, 42 "open_issues": 4, 43 "closed_issues": 8, 44 "created_at": "2011-04-10T20:09:31Z", 45 "due_on": null 46 }, 47 "comments": 0, 48 "pull_request": { 49 "html_url": "https://github.com/octocat/Hello-World/pull/1347", 50 "diff_url": "https://github.com/octocat/Hello-World/pull/1347.diff", 51 "patch_url": "https://github.com/octocat/Hello-World/pull/1347.patch" 52 }, 53 "closed_at": null, 54 "created_at": "2011-04-22T13:33:48Z", 55 "updated_at": "2011-04-22T13:33:48Z" 56 }