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