github_api 0.3.4 → 0.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (138) hide show
  1. metadata +4 -140
  2. data/LICENSE.txt +0 -20
  3. data/README.rdoc +0 -228
  4. data/Rakefile +0 -52
  5. data/features/github_api.feature +0 -50
  6. data/features/step_definitions/github_api_steps.rb +0 -11
  7. data/features/support/env.rb +0 -13
  8. data/lib/github_api.rb +0 -73
  9. data/lib/github_api/api.rb +0 -175
  10. data/lib/github_api/api/utils.rb +0 -9
  11. data/lib/github_api/authorization.rb +0 -73
  12. data/lib/github_api/authorizations.rb +0 -119
  13. data/lib/github_api/cache_control.rb +0 -19
  14. data/lib/github_api/client.rb +0 -55
  15. data/lib/github_api/compatibility.rb +0 -23
  16. data/lib/github_api/configuration.rb +0 -96
  17. data/lib/github_api/connection.rb +0 -81
  18. data/lib/github_api/core_ext/array.rb +0 -14
  19. data/lib/github_api/core_ext/hash.rb +0 -42
  20. data/lib/github_api/error.rb +0 -35
  21. data/lib/github_api/events.rb +0 -202
  22. data/lib/github_api/gists.rb +0 -200
  23. data/lib/github_api/gists/comments.rb +0 -86
  24. data/lib/github_api/git_data.rb +0 -26
  25. data/lib/github_api/git_data/blobs.rb +0 -51
  26. data/lib/github_api/git_data/commits.rb +0 -78
  27. data/lib/github_api/git_data/references.rb +0 -113
  28. data/lib/github_api/git_data/tags.rb +0 -78
  29. data/lib/github_api/git_data/trees.rb +0 -89
  30. data/lib/github_api/issues.rb +0 -215
  31. data/lib/github_api/issues/comments.rb +0 -110
  32. data/lib/github_api/issues/events.rb +0 -50
  33. data/lib/github_api/issues/labels.rb +0 -191
  34. data/lib/github_api/issues/milestones.rb +0 -119
  35. data/lib/github_api/mime_type.rb +0 -55
  36. data/lib/github_api/orgs.rb +0 -95
  37. data/lib/github_api/orgs/members.rb +0 -120
  38. data/lib/github_api/orgs/teams.rb +0 -245
  39. data/lib/github_api/pull_requests.rb +0 -224
  40. data/lib/github_api/pull_requests/comments.rb +0 -144
  41. data/lib/github_api/repos.rb +0 -286
  42. data/lib/github_api/repos/collaborators.rb +0 -81
  43. data/lib/github_api/repos/commits.rb +0 -180
  44. data/lib/github_api/repos/downloads.rb +0 -155
  45. data/lib/github_api/repos/forks.rb +0 -48
  46. data/lib/github_api/repos/hooks.rb +0 -173
  47. data/lib/github_api/repos/keys.rb +0 -104
  48. data/lib/github_api/repos/pub_sub_hubbub.rb +0 -102
  49. data/lib/github_api/repos/watching.rb +0 -94
  50. data/lib/github_api/request.rb +0 -84
  51. data/lib/github_api/request/basic_auth.rb +0 -31
  52. data/lib/github_api/request/caching.rb +0 -33
  53. data/lib/github_api/request/oauth2.rb +0 -33
  54. data/lib/github_api/response.rb +0 -28
  55. data/lib/github_api/response/helpers.rb +0 -14
  56. data/lib/github_api/response/jsonize.rb +0 -26
  57. data/lib/github_api/response/mashify.rb +0 -24
  58. data/lib/github_api/response/raise_error.rb +0 -33
  59. data/lib/github_api/result.rb +0 -42
  60. data/lib/github_api/users.rb +0 -84
  61. data/lib/github_api/users/emails.rb +0 -49
  62. data/lib/github_api/users/followers.rb +0 -98
  63. data/lib/github_api/users/keys.rb +0 -84
  64. data/lib/github_api/version.rb +0 -12
  65. data/spec/README.rdoc +0 -22
  66. data/spec/coverage_adapter.rb +0 -14
  67. data/spec/fixtures/auths/authorization.json +0 -14
  68. data/spec/fixtures/auths/authorizations.json +0 -16
  69. data/spec/fixtures/events/events.json +0 -29
  70. data/spec/fixtures/issues/issue.json +0 -56
  71. data/spec/fixtures/issues/issues.json +0 -58
  72. data/spec/fixtures/orgs/members.json +0 -9
  73. data/spec/fixtures/orgs/org.json +0 -18
  74. data/spec/fixtures/orgs/orgs.json +0 -8
  75. data/spec/fixtures/orgs/team.json +0 -8
  76. data/spec/fixtures/orgs/team_repos.json +0 -29
  77. data/spec/fixtures/orgs/teams.json +0 -7
  78. data/spec/fixtures/repos/branches.json +0 -9
  79. data/spec/fixtures/repos/collaborators.json +0 -8
  80. data/spec/fixtures/repos/commit.json +0 -53
  81. data/spec/fixtures/repos/commit_comment.json +0 -16
  82. data/spec/fixtures/repos/commit_comments.json +0 -18
  83. data/spec/fixtures/repos/commits.json +0 -27
  84. data/spec/fixtures/repos/contributors.json +0 -8
  85. data/spec/fixtures/repos/download.json +0 -10
  86. data/spec/fixtures/repos/download_s3.json +0 -21
  87. data/spec/fixtures/repos/downloads.json +0 -12
  88. data/spec/fixtures/repos/fork.json +0 -27
  89. data/spec/fixtures/repos/forks.json +0 -29
  90. data/spec/fixtures/repos/hook.json +0 -15
  91. data/spec/fixtures/repos/hooks.json +0 -10
  92. data/spec/fixtures/repos/key.json +0 -6
  93. data/spec/fixtures/repos/keys.json +0 -8
  94. data/spec/fixtures/repos/languages.json +0 -4
  95. data/spec/fixtures/repos/repo.json +0 -90
  96. data/spec/fixtures/repos/repo_comments.json +0 -18
  97. data/spec/fixtures/repos/repos.json +0 -29
  98. data/spec/fixtures/repos/tags.json +0 -11
  99. data/spec/fixtures/repos/teams.json +0 -7
  100. data/spec/fixtures/repos/watched.json +0 -29
  101. data/spec/fixtures/repos/watchers.json +0 -8
  102. data/spec/fixtures/users/user.json +0 -32
  103. data/spec/github/api_spec.rb +0 -25
  104. data/spec/github/authorization_spec.rb +0 -176
  105. data/spec/github/authorizations_spec.rb +0 -242
  106. data/spec/github/client_spec.rb +0 -50
  107. data/spec/github/core_ext/hash_spec.rb +0 -44
  108. data/spec/github/events_spec.rb +0 -491
  109. data/spec/github/gists/comments_spec.rb +0 -5
  110. data/spec/github/gists_spec.rb +0 -5
  111. data/spec/github/git_data/blobs_spec.rb +0 -5
  112. data/spec/github/git_data/commits_spec.rb +0 -5
  113. data/spec/github/git_data/references_spec.rb +0 -5
  114. data/spec/github/git_data/tags_spec.rb +0 -5
  115. data/spec/github/git_data/trees_spec.rb +0 -5
  116. data/spec/github/git_data_spec.rb +0 -5
  117. data/spec/github/issues/comments_spec.rb +0 -5
  118. data/spec/github/issues/events_spec.rb +0 -5
  119. data/spec/github/issues/labels_spec.rb +0 -5
  120. data/spec/github/issues/milestones_spec.rb +0 -5
  121. data/spec/github/issues_spec.rb +0 -287
  122. data/spec/github/mime_type_spec.rb +0 -70
  123. data/spec/github/orgs/members_spec.rb +0 -275
  124. data/spec/github/orgs/teams_spec.rb +0 -563
  125. data/spec/github/orgs_spec.rb +0 -160
  126. data/spec/github/repos/collaborators_spec.rb +0 -169
  127. data/spec/github/repos/commits_spec.rb +0 -424
  128. data/spec/github/repos/downloads_spec.rb +0 -236
  129. data/spec/github/repos/forks_spec.rb +0 -103
  130. data/spec/github/repos/hooks_spec.rb +0 -307
  131. data/spec/github/repos/keys_spec.rb +0 -216
  132. data/spec/github/repos/pub_sub_hubbub_spec.rb +0 -83
  133. data/spec/github/repos/watching_spec.rb +0 -222
  134. data/spec/github/repos_spec.rb +0 -571
  135. data/spec/github/result_spec.rb +0 -43
  136. data/spec/github/users_spec.rb +0 -140
  137. data/spec/github_spec.rb +0 -109
  138. data/spec/spec_helper.rb +0 -86
@@ -1,16 +0,0 @@
1
- {
2
- "url": "https://api.github.com/repos/octocat/Hello-World/pulls/comments/1",
3
- "id": 1,
4
- "body": "Great stuff",
5
- "path": "file1.txt",
6
- "position": 4,
7
- "commit_id": "6dcb09b5b57875f334f61aebed695e2e4193db5e",
8
- "user": {
9
- "login": "octocat",
10
- "id": 1,
11
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
12
- "url": "https://api.github.com/users/octocat"
13
- },
14
- "created_at": "2011-04-14T16:00:49Z",
15
- "updated_at": "2011-04-14T16:00:49Z"
16
- }
@@ -1,18 +0,0 @@
1
- [
2
- {
3
- "url": "https://api.github.com/repos/octocat/Hello-World/pulls/comments/1",
4
- "id": 1,
5
- "body": "Great stuff",
6
- "path": "file1.txt",
7
- "position": 4,
8
- "commit_id": "6dcb09b5b57875f334f61aebed695e2e4193db5e",
9
- "user": {
10
- "login": "octocat",
11
- "id": 1,
12
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
13
- "url": "https://api.github.com/users/octocat"
14
- },
15
- "created_at": "2011-04-14T16:00:49Z",
16
- "updated_at": "2011-04-14T16:00:49Z"
17
- }
18
- ]
@@ -1,27 +0,0 @@
1
- [
2
- {
3
- "sha": "7638417db6d59f3c431d3e1f261cc637155684cd",
4
- "url": "https://api.github.com/repos/octocat/Hello-World/git/commits/7638417db6d59f3c431d3e1f261cc637155684cd",
5
- "author": {
6
- "date": "2010-04-10T14:10:01-07:00",
7
- "name": "Scott Chacon",
8
- "email": "schacon@gmail.com"
9
- },
10
- "committer": {
11
- "date": "2010-04-10T14:10:01-07:00",
12
- "name": "Scott Chacon",
13
- "email": "schacon@gmail.com"
14
- },
15
- "message": "added readme, because im a good github citizen\n",
16
- "tree": {
17
- "url": "https://api.github.com/repos/octocat/Hello-World/git/trees/691272480426f78a0138979dd3ce63b77f706feb",
18
- "sha": "691272480426f78a0138979dd3ce63b77f706feb"
19
- },
20
- "parents": [
21
- {
22
- "url": "https://api.github.com/repos/octocat/Hello-World/git/commits/1acc419d4d6a9ce985db7be48c6349a0475975b5",
23
- "sha": "1acc419d4d6a9ce985db7be48c6349a0475975b5"
24
- }
25
- ]
26
- }
27
- ]
@@ -1,8 +0,0 @@
1
- [
2
- {
3
- "login": "octocat",
4
- "id": 1,
5
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
6
- "url": "https://api.github.com/users/octocat"
7
- }
8
- ]
@@ -1,10 +0,0 @@
1
- {
2
- "url": "https://api.github.com/repos/octocat/Hello-World/downloads/1",
3
- "html_url": "https://github.com/repos/octocat/Hello-World/downloads/new_file.jpg",
4
- "id": 1,
5
- "name": "new_file.jpg",
6
- "description": "Description of your download",
7
- "size": 1024,
8
- "download_count": 40,
9
- "content_type": ".jpg"
10
- }
@@ -1,21 +0,0 @@
1
- {
2
- "url": "https://api.github.com/repos/octocat/Hello-World/downloads/1",
3
- "html_url": "https://github.com/repos/octocat/Hello-World/downloads/new_file.jpg",
4
- "id": 1,
5
- "name": "new_file.jpg",
6
- "description": "Description of your download",
7
- "size": 1024,
8
- "download_count": 40,
9
- "content_type": ".jpg",
10
- "policy": "ewogICAg...",
11
- "signature": "mwnFDC...",
12
- "bucket": "github",
13
- "accesskeyid": "1ABCDEFG...",
14
- "path": "downloads/ocotocat/Hello-World/new_file.jpg",
15
- "acl": "public-read",
16
- "expirationdate": "2011-04-14T16:00:49Z",
17
- "prefix": "downloads/octocat/Hello-World/",
18
- "mime_type": "image/jpeg",
19
- "redirect": false,
20
- "s3_url": "https://github.s3.amazonaws.com/"
21
- }
@@ -1,12 +0,0 @@
1
- [
2
- {
3
- "url": "https://api.github.com/repos/octocat/Hello-World/downloads/1",
4
- "html_url": "https://github.com/repos/octocat/Hello-World/downloads/new_file.jpg",
5
- "id": 1,
6
- "name": "new_file.jpg",
7
- "description": "Description of your download",
8
- "size": 1024,
9
- "download_count": 40,
10
- "content_type": ".jpg"
11
- }
12
- ]
@@ -1,27 +0,0 @@
1
- {
2
- "url": "https://api.github.com/repos/octocat/Hello-World",
3
- "html_url": "https://github.com/octocat/Hello-World",
4
- "clone_url": "https://github.com/octocat/Hello-World.git",
5
- "git_url": "git://github.com/octocat/Hello-World.git",
6
- "ssh_url": "git@github.com:octocat/Hello-World.git",
7
- "svn_url": "https://svn.github.com/octocat/Hello-World",
8
- "owner": {
9
- "login": "octocat",
10
- "id": 1,
11
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
12
- "url": "https://api.github.com/users/octocat"
13
- },
14
- "name": "Hello-World",
15
- "description": "This your first repo!",
16
- "homepage": "https://github.com",
17
- "language": null,
18
- "private": false,
19
- "fork": false,
20
- "forks": 9,
21
- "watchers": 80,
22
- "size": 108,
23
- "master_branch": "master",
24
- "open_issues": 0,
25
- "pushed_at": "2011-01-26T19:06:43Z",
26
- "created_at": "2011-01-26T19:01:12Z"
27
- }
@@ -1,29 +0,0 @@
1
- [
2
- {
3
- "url": "https://api.github.com/repos/octocat/Hello-World",
4
- "html_url": "https://github.com/octocat/Hello-World",
5
- "clone_url": "https://github.com/octocat/Hello-World.git",
6
- "git_url": "git://github.com/octocat/Hello-World.git",
7
- "ssh_url": "git@github.com:octocat/Hello-World.git",
8
- "svn_url": "https://svn.github.com/octocat/Hello-World",
9
- "owner": {
10
- "login": "octocat",
11
- "id": 1,
12
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
13
- "url": "https://api.github.com/users/octocat"
14
- },
15
- "name": "Hello-World",
16
- "description": "This your first repo!",
17
- "homepage": "https://github.com",
18
- "language": null,
19
- "private": false,
20
- "fork": false,
21
- "forks": 9,
22
- "watchers": 80,
23
- "size": 108,
24
- "master_branch": "master",
25
- "open_issues": 0,
26
- "pushed_at": "2011-01-26T19:06:43Z",
27
- "created_at": "2011-01-26T19:01:12Z"
28
- }
29
- ]
@@ -1,15 +0,0 @@
1
- {
2
- "url": "https://api.github.com/repos/octocat/Hello-World/hooks/1",
3
- "updated_at": "2011-09-06T20:39:23Z",
4
- "created_at": "2011-09-06T17:26:27Z",
5
- "name": "web",
6
- "events": [
7
- "push"
8
- ],
9
- "active": true,
10
- "config": {
11
- "url": "http://example.com",
12
- "content_type": "json"
13
- },
14
- "id": 1
15
- }
@@ -1,10 +0,0 @@
1
- [
2
- {
3
- "url": "https://api.github.com/repos/octocat/Hello-World/hooks/1",
4
- "updated_at": "2011-09-06T20:39:23Z",
5
- "created_at": "2011-09-06T17:26:27Z",
6
- "name": "web",
7
- "active": true,
8
- "id": 1
9
- }
10
- ]
@@ -1,6 +0,0 @@
1
- {
2
- "url": "https://api.github.com/user/keys/1",
3
- "id": 1,
4
- "title": "octocat@octomac",
5
- "key": "ssh-rsa AAA..."
6
- }
@@ -1,8 +0,0 @@
1
- [
2
- {
3
- "url": "https://api.github.com/user/keys/1",
4
- "id": 1,
5
- "title": "octocat@octomac",
6
- "key": "ssh-rsa AAA..."
7
- }
8
- ]
@@ -1,4 +0,0 @@
1
- {
2
- "Ruby": 78769,
3
- "Python": 7769
4
- }
@@ -1,90 +0,0 @@
1
- {
2
- "url": "https://api.github.com/repos/octocat/Hello-World",
3
- "html_url": "https://github.com/octocat/Hello-World",
4
- "clone_url": "https://github.com/octocat/Hello-World.git",
5
- "git_url": "git://github.com/octocat/Hello-World.git",
6
- "ssh_url": "git@github.com:octocat/Hello-World.git",
7
- "svn_url": "https://svn.github.com/octocat/Hello-World",
8
- "owner": {
9
- "login": "octocat",
10
- "id": 1,
11
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
12
- "url": "https://api.github.com/users/octocat"
13
- },
14
- "name": "Hello-World",
15
- "description": "This your first repo!",
16
- "homepage": "https://github.com",
17
- "language": null,
18
- "private": false,
19
- "fork": false,
20
- "forks": 9,
21
- "watchers": 80,
22
- "size": 108,
23
- "master_branch": "master",
24
- "open_issues": 0,
25
- "pushed_at": "2011-01-26T19:06:43Z",
26
- "created_at": "2011-01-26T19:01:12Z",
27
- "organization": {
28
- "login": "octocat",
29
- "id": 1,
30
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
31
- "url": "https://api.github.com/users/octocat",
32
- "type": "Organization"
33
- },
34
- "parent": {
35
- "url": "https://api.github.com/repos/octocat/Hello-World",
36
- "html_url": "https://github.com/octocat/Hello-World",
37
- "clone_url": "https://github.com/octocat/Hello-World.git",
38
- "git_url": "git://github.com/octocat/Hello-World.git",
39
- "svn_url": "https://svn.github.com/octocat/Hello-World",
40
- "owner": {
41
- "login": "octocat",
42
- "id": 1,
43
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
44
- "url": "https://api.github.com/users/octocat"
45
- },
46
- "name": "Hello-World",
47
- "description": "This your first repo!",
48
- "homepage": "https://github.com",
49
- "language": null,
50
- "private": false,
51
- "fork": false,
52
- "forks": 9,
53
- "watchers": 80,
54
- "size": 108,
55
- "master_branch": "master",
56
- "open_issues": 0,
57
- "pushed_at": "2011-01-26T19:06:43Z",
58
- "created_at": "2011-01-26T19:01:12Z"
59
- },
60
- "source": {
61
- "url": "https://api.github.com/repos/octocat/Hello-World",
62
- "html_url": "https://github.com/octocat/Hello-World",
63
- "clone_url": "https://github.com/octocat/Hello-World.git",
64
- "git_url": "git://github.com/octocat/Hello-World.git",
65
- "ssh_url": "git@github.com:octocat/Hello-World.git",
66
- "svn_url": "https://svn.github.com/octocat/Hello-World",
67
- "owner": {
68
- "login": "octocat",
69
- "id": 1,
70
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
71
- "url": "https://api.github.com/users/octocat"
72
- },
73
- "name": "Hello-World",
74
- "description": "This your first repo!",
75
- "homepage": "https://github.com",
76
- "language": null,
77
- "private": false,
78
- "fork": false,
79
- "forks": 9,
80
- "watchers": 80,
81
- "size": 108,
82
- "master_branch": "master",
83
- "open_issues": 0,
84
- "pushed_at": "2011-01-26T19:06:43Z",
85
- "created_at": "2011-01-26T19:01:12Z"
86
- },
87
- "has_issues": true,
88
- "has_wiki": true,
89
- "has_downloads": true
90
- }
@@ -1,18 +0,0 @@
1
- [
2
- {
3
- "url": "https://api.github.com/repos/octocat/Hello-World/pulls/comments/1",
4
- "id": 1,
5
- "body": "Great stuff",
6
- "path": "file1.txt",
7
- "position": 4,
8
- "commit_id": "6dcb09b5b57875f334f61aebed695e2e4193db5e",
9
- "user": {
10
- "login": "octocat",
11
- "id": 1,
12
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
13
- "url": "https://api.github.com/users/octocat"
14
- },
15
- "created_at": "2011-04-14T16:00:49Z",
16
- "updated_at": "2011-04-14T16:00:49Z"
17
- }
18
- ]
@@ -1,29 +0,0 @@
1
- [
2
- {
3
- "url": "https://api.github.com/repos/octocat/Hello-World",
4
- "html_url": "https://github.com/octocat/Hello-World",
5
- "clone_url": "https://github.com/octocat/Hello-World.git",
6
- "git_url": "git://github.com/octocat/Hello-World.git",
7
- "ssh_url": "git@github.com:octocat/Hello-World.git",
8
- "svn_url": "https://svn.github.com/octocat/Hello-World",
9
- "owner": {
10
- "login": "octocat",
11
- "id": 1,
12
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
13
- "url": "https://api.github.com/users/octocat"
14
- },
15
- "name": "Hello-World",
16
- "description": "This your first repo!",
17
- "homepage": "https://github.com",
18
- "language": null,
19
- "private": false,
20
- "fork": false,
21
- "forks": 9,
22
- "watchers": 80,
23
- "size": 108,
24
- "master_branch": "master",
25
- "open_issues": 0,
26
- "pushed_at": "2011-01-26T19:06:43Z",
27
- "created_at": "2011-01-26T19:01:12Z"
28
- }
29
- ]
@@ -1,11 +0,0 @@
1
- [
2
- {
3
- "name": "v0.1",
4
- "commit": {
5
- "sha": "c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc",
6
- "url": "https://api.github.com/octocat/Hello-World/commits/c5b97d5ae6c19d5c5df71a34c7fbeeda2479ccbc"
7
- },
8
- "zipball_url": "https://github.com/octocat/Hello-World/zipball/v0.1",
9
- "tarball_url": "https://github.com/octocat/Hello-World/tarball/v0.1"
10
- }
11
- ]
@@ -1,7 +0,0 @@
1
- [
2
- {
3
- "url": "https://api.github.com/teams/1",
4
- "name": "Owners",
5
- "id": 1
6
- }
7
- ]
@@ -1,29 +0,0 @@
1
- [
2
- {
3
- "url": "https://api.github.com/repos/octocat/Hello-World",
4
- "html_url": "https://github.com/octocat/Hello-World",
5
- "clone_url": "https://github.com/octocat/Hello-World.git",
6
- "git_url": "git://github.com/octocat/Hello-World.git",
7
- "ssh_url": "git@github.com:octocat/Hello-World.git",
8
- "svn_url": "https://svn.github.com/octocat/Hello-World",
9
- "owner": {
10
- "login": "octocat",
11
- "id": 1,
12
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
13
- "url": "https://api.github.com/users/octocat"
14
- },
15
- "name": "Hello-World",
16
- "description": "This your first repo!",
17
- "homepage": "https://github.com",
18
- "language": null,
19
- "private": false,
20
- "fork": false,
21
- "forks": 9,
22
- "watchers": 80,
23
- "size": 108,
24
- "master_branch": "master",
25
- "open_issues": 0,
26
- "pushed_at": "2011-01-26T19:06:43Z",
27
- "created_at": "2011-01-26T19:01:12Z"
28
- }
29
- ]
@@ -1,8 +0,0 @@
1
- [
2
- {
3
- "login": "octocat",
4
- "id": 1,
5
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
6
- "url": "https://api.github.com/users/octocat"
7
- }
8
- ]