octokit 1.0.7 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +1 -0
- data/lib/octokit/client.rb +3 -0
- data/lib/octokit/client/gists.rb +66 -0
- data/lib/octokit/gist.rb +27 -0
- data/lib/octokit/version.rb +1 -1
- data/spec/fixtures/timeline.json +1408 -1237
- data/spec/fixtures/v2/blob_metadata.json +2052 -1
- data/spec/fixtures/v2/blobs.json +260 -1
- data/spec/fixtures/v2/issues.json +49 -1
- data/spec/fixtures/v2/network_data.json +3551 -1
- data/spec/fixtures/v2/network_meta.json +2530 -1
- data/spec/fixtures/v2/repositories.json +173 -1
- data/spec/fixtures/v2/tree_metadata.json +2612 -1
- data/spec/fixtures/v2/user.json +19 -1
- data/spec/fixtures/v2/users.json +24 -1
- data/spec/fixtures/v3/blob.json +5 -5
- data/spec/fixtures/v3/branches.json +14 -14
- data/spec/fixtures/v3/collaborators.json +60 -60
- data/spec/fixtures/v3/comment.json +12 -12
- data/spec/fixtures/v3/comments.json +41 -41
- data/spec/fixtures/v3/commit.json +50 -1
- data/spec/fixtures/v3/commit_comment.json +17 -17
- data/spec/fixtures/v3/commit_comments.json +76 -76
- data/spec/fixtures/v3/commits.json +1414 -1
- data/spec/fixtures/v3/contributors.json +889 -889
- data/spec/fixtures/v3/download.json +9 -9
- data/spec/fixtures/v3/downloads.json +33 -33
- data/spec/fixtures/v3/emails.json +3 -3
- data/spec/fixtures/v3/followers.json +210 -210
- data/spec/fixtures/v3/following.json +207 -207
- data/spec/fixtures/v3/forks.json +870 -870
- data/spec/fixtures/v3/gist.json +51 -0
- data/spec/fixtures/v3/gists.json +548 -0
- data/spec/fixtures/v3/issue.json +33 -35
- data/spec/fixtures/v3/issue_closed.json +34 -36
- data/spec/fixtures/v3/issue_event.json +40 -42
- data/spec/fixtures/v3/issue_events.json +70 -70
- data/spec/fixtures/v3/issues.json +1559 -1577
- data/spec/fixtures/v3/label.json +3 -3
- data/spec/fixtures/v3/labels.json +15 -15
- data/spec/fixtures/v3/languages.json +3 -3
- data/spec/fixtures/v3/list_commit_comments.json +570 -570
- data/spec/fixtures/v3/milestone.json +9 -10
- data/spec/fixtures/v3/milestones.json +25 -25
- data/spec/fixtures/v3/not_found.json +1 -1
- data/spec/fixtures/v3/organization-repositories.json +4290 -4290
- data/spec/fixtures/v3/organization-repository.json +41 -41
- data/spec/fixtures/v3/organization.json +16 -16
- data/spec/fixtures/v3/organization_members.json +574 -574
- data/spec/fixtures/v3/organization_team_members.json +14 -14
- data/spec/fixtures/v3/organization_team_repos.json +60 -60
- data/spec/fixtures/v3/organizations.json +42 -42
- data/spec/fixtures/v3/public_events.json +1101 -1107
- data/spec/fixtures/v3/public_gists.json +968 -0
- data/spec/fixtures/v3/public_key.json +3 -3
- data/spec/fixtures/v3/public_keys.json +5 -5
- data/spec/fixtures/v3/pull_created.json +134 -134
- data/spec/fixtures/v3/pull_request.json +134 -134
- data/spec/fixtures/v3/pull_requests.json +185 -185
- data/spec/fixtures/v3/repo_events.json +1644 -1660
- data/spec/fixtures/v3/repo_issues_events.json +127 -133
- data/spec/fixtures/v3/repositories.json +871 -871
- data/spec/fixtures/v3/repository.json +33 -33
- data/spec/fixtures/v3/starred_gists.json +30 -0
- data/spec/fixtures/v3/tags.json +171 -171
- data/spec/fixtures/v3/team.json +6 -6
- data/spec/fixtures/v3/teams.json +10 -10
- data/spec/fixtures/v3/tree.json +110 -110
- data/spec/fixtures/v3/user.json +18 -18
- data/spec/fixtures/v3/user_events.json +99 -100
- data/spec/fixtures/v3/watched.json +1020 -1020
- data/spec/fixtures/v3/watchers.json +180 -180
- data/spec/octokit/client/gists_spec.rb +133 -0
- data/spec/octokit/gist_spec.rb +49 -0
- metadata +40 -26
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
2
|
+
"content_type": "application/gzip",
|
3
|
+
"created_at": "2011-12-24T05:18:20Z",
|
4
|
+
"description": "Robawt",
|
5
|
+
"download_count": 267,
|
6
|
+
"html_url": "https://github.com/downloads/github/hubot/hubot-2.1.0.tar.gz",
|
7
|
+
"id": 165347,
|
8
|
+
"name": "hubot-2.1.0.tar.gz",
|
9
|
+
"size": 6144,
|
10
|
+
"url": "https://api.github.com/repos/github/hubot/downloads/165347"
|
11
11
|
}
|
@@ -1,35 +1,35 @@
|
|
1
1
|
[
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
2
|
+
{
|
3
|
+
"content_type": "application/gzip",
|
4
|
+
"created_at": "2011-12-24T05:18:20Z",
|
5
|
+
"description": "Robawt",
|
6
|
+
"download_count": 267,
|
7
|
+
"html_url": "https://github.com/downloads/github/hubot/hubot-2.1.0.tar.gz",
|
8
|
+
"id": 165347,
|
9
|
+
"name": "hubot-2.1.0.tar.gz",
|
10
|
+
"size": 6144,
|
11
|
+
"url": "https://api.github.com/repos/github/hubot/downloads/165347"
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"content_type": "application/gzip",
|
15
|
+
"created_at": "2011-12-01T08:48:32Z",
|
16
|
+
"description": "Robawt",
|
17
|
+
"download_count": 3602,
|
18
|
+
"html_url": "https://github.com/downloads/github/hubot/hubot-2.0.5.tar.gz",
|
19
|
+
"id": 155291,
|
20
|
+
"name": "hubot-2.0.5.tar.gz",
|
21
|
+
"size": 6144,
|
22
|
+
"url": "https://api.github.com/repos/github/hubot/downloads/155291"
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"content_type": "application/gzip",
|
26
|
+
"created_at": "2011-11-25T20:07:31Z",
|
27
|
+
"description": "Robawt",
|
28
|
+
"download_count": 383,
|
29
|
+
"html_url": "https://github.com/downloads/github/hubot/hubot-2.0.4.tar.gz",
|
30
|
+
"id": 153174,
|
31
|
+
"name": "hubot-2.0.4.tar.gz",
|
32
|
+
"size": 6144,
|
33
|
+
"url": "https://api.github.com/repos/github/hubot/downloads/153174"
|
34
|
+
}
|
35
35
|
]
|
@@ -1,4 +1,4 @@
|
|
1
1
|
[
|
2
|
-
|
3
|
-
|
4
|
-
]
|
2
|
+
"sferik@gmail.com",
|
3
|
+
"sferik@example.com"
|
4
|
+
]
|
@@ -1,212 +1,212 @@
|
|
1
1
|
[
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
2
|
+
{
|
3
|
+
"avatar_url": "https://secure.gravatar.com/avatar/6d8ca4feec71d59cc926a9bfb8fd3869?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
4
|
+
"gravatar_id": "6d8ca4feec71d59cc926a9bfb8fd3869",
|
5
|
+
"id": 9763,
|
6
|
+
"login": "puls",
|
7
|
+
"url": "https://api.github.com/users/puls"
|
8
|
+
},
|
9
|
+
{
|
10
|
+
"avatar_url": "https://secure.gravatar.com/avatar/68f4393247277300e4fbb2cdde3f95aa?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
11
|
+
"gravatar_id": "68f4393247277300e4fbb2cdde3f95aa",
|
12
|
+
"id": 3767,
|
13
|
+
"login": "joearasin",
|
14
|
+
"url": "https://api.github.com/users/joearasin"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"avatar_url": "https://secure.gravatar.com/avatar/4151a046d8e438a1631a9dd91f33c803?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
18
|
+
"gravatar_id": "4151a046d8e438a1631a9dd91f33c803",
|
19
|
+
"id": 10476,
|
20
|
+
"login": "webiest",
|
21
|
+
"url": "https://api.github.com/users/webiest"
|
22
|
+
},
|
23
|
+
{
|
24
|
+
"avatar_url": "https://secure.gravatar.com/avatar/57b01ce246316b789dcc48eaa5a52c38?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
25
|
+
"gravatar_id": "57b01ce246316b789dcc48eaa5a52c38",
|
26
|
+
"id": 103470,
|
27
|
+
"login": "burritovoltron",
|
28
|
+
"url": "https://api.github.com/users/burritovoltron"
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"avatar_url": "https://secure.gravatar.com/avatar/f408a65f2087f77973910a2cadabbc6d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
32
|
+
"gravatar_id": "f408a65f2087f77973910a2cadabbc6d",
|
33
|
+
"id": 15676,
|
34
|
+
"login": "kevn",
|
35
|
+
"url": "https://api.github.com/users/kevn"
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"avatar_url": "https://secure.gravatar.com/avatar/074d18f816c0eef8468da7cde2d81dcd?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
39
|
+
"gravatar_id": "074d18f816c0eef8468da7cde2d81dcd",
|
40
|
+
"id": 59267,
|
41
|
+
"login": "kanevski",
|
42
|
+
"url": "https://api.github.com/users/kanevski"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"avatar_url": "https://secure.gravatar.com/avatar/b6ddac83c489cb2fe1d072a5e0ffa124?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
46
|
+
"gravatar_id": "b6ddac83c489cb2fe1d072a5e0ffa124",
|
47
|
+
"id": 14301,
|
48
|
+
"login": "pk",
|
49
|
+
"url": "https://api.github.com/users/pk"
|
50
|
+
},
|
51
|
+
{
|
52
|
+
"avatar_url": "https://secure.gravatar.com/avatar/3cd8add6bfd84c56eb92ab22a22a6de2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
53
|
+
"gravatar_id": "3cd8add6bfd84c56eb92ab22a22a6de2",
|
54
|
+
"id": 2432,
|
55
|
+
"login": "mmcgrana",
|
56
|
+
"url": "https://api.github.com/users/mmcgrana"
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"avatar_url": "https://secure.gravatar.com/avatar/b74e5610efa082944d3200c13a5d92e9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
60
|
+
"gravatar_id": "b74e5610efa082944d3200c13a5d92e9",
|
61
|
+
"id": 81505,
|
62
|
+
"login": "intelliot",
|
63
|
+
"url": "https://api.github.com/users/intelliot"
|
64
|
+
},
|
65
|
+
{
|
66
|
+
"avatar_url": "https://secure.gravatar.com/avatar/023ae16f906f11189baa874b0c36aca1?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
67
|
+
"gravatar_id": "023ae16f906f11189baa874b0c36aca1",
|
68
|
+
"id": 6732,
|
69
|
+
"login": "trafnar",
|
70
|
+
"url": "https://api.github.com/users/trafnar"
|
71
|
+
},
|
72
|
+
{
|
73
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1b0913ce73ee61d8305608037bcc4a0a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
74
|
+
"gravatar_id": "1b0913ce73ee61d8305608037bcc4a0a",
|
75
|
+
"id": 279,
|
76
|
+
"login": "hoverbird",
|
77
|
+
"url": "https://api.github.com/users/hoverbird"
|
78
|
+
},
|
79
|
+
{
|
80
|
+
"avatar_url": "https://secure.gravatar.com/avatar/ed64926147995b3fce2ed2bc04f94537?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
81
|
+
"gravatar_id": "ed64926147995b3fce2ed2bc04f94537",
|
82
|
+
"id": 7783,
|
83
|
+
"login": "collin",
|
84
|
+
"url": "https://api.github.com/users/collin"
|
85
|
+
},
|
86
|
+
{
|
87
|
+
"avatar_url": "https://secure.gravatar.com/avatar/29eeded35880f6999ea06ba788476b28?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
88
|
+
"gravatar_id": "29eeded35880f6999ea06ba788476b28",
|
89
|
+
"id": 100411,
|
90
|
+
"login": "ryanemmm",
|
91
|
+
"url": "https://api.github.com/users/ryanemmm"
|
92
|
+
},
|
93
|
+
{
|
94
|
+
"avatar_url": "https://secure.gravatar.com/avatar/c7e2ce5b40f683dfb6c1bdf5e6af0c72?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
95
|
+
"gravatar_id": "c7e2ce5b40f683dfb6c1bdf5e6af0c72",
|
96
|
+
"id": 8898,
|
97
|
+
"login": "joshbuddy",
|
98
|
+
"url": "https://api.github.com/users/joshbuddy"
|
99
|
+
},
|
100
|
+
{
|
101
|
+
"avatar_url": "https://secure.gravatar.com/avatar/33fa6a2d8baf81dfaec946b6a1e6aae5?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
102
|
+
"gravatar_id": "33fa6a2d8baf81dfaec946b6a1e6aae5",
|
103
|
+
"id": 6720,
|
104
|
+
"login": "jaigouk",
|
105
|
+
"url": "https://api.github.com/users/jaigouk"
|
106
|
+
},
|
107
|
+
{
|
108
|
+
"avatar_url": "https://secure.gravatar.com/avatar/974dfefd383e9a95d65da3400df373e6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
109
|
+
"gravatar_id": "974dfefd383e9a95d65da3400df373e6",
|
110
|
+
"id": 153317,
|
111
|
+
"login": "dianakimball",
|
112
|
+
"url": "https://api.github.com/users/dianakimball"
|
113
|
+
},
|
114
|
+
{
|
115
|
+
"avatar_url": "https://secure.gravatar.com/avatar/7f67a350859f0ab846c91afa1f66cc4f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
116
|
+
"gravatar_id": "7f67a350859f0ab846c91afa1f66cc4f",
|
117
|
+
"id": 1903,
|
118
|
+
"login": "jamiew",
|
119
|
+
"url": "https://api.github.com/users/jamiew"
|
120
|
+
},
|
121
|
+
{
|
122
|
+
"avatar_url": "https://secure.gravatar.com/avatar/bb108e4ccd3d3d79350b167b62e2db2a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
123
|
+
"gravatar_id": "bb108e4ccd3d3d79350b167b62e2db2a",
|
124
|
+
"id": 73400,
|
125
|
+
"login": "bry4n",
|
126
|
+
"url": "https://api.github.com/users/bry4n"
|
127
|
+
},
|
128
|
+
{
|
129
|
+
"avatar_url": "https://secure.gravatar.com/avatar/22c07ebd300e450d75e9e9ee9e974793?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
130
|
+
"gravatar_id": "22c07ebd300e450d75e9e9ee9e974793",
|
131
|
+
"id": 318,
|
132
|
+
"login": "bumi",
|
133
|
+
"url": "https://api.github.com/users/bumi"
|
134
|
+
},
|
135
|
+
{
|
136
|
+
"avatar_url": "https://secure.gravatar.com/avatar/258773b239789d2ac268d5d5fa23198a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
137
|
+
"gravatar_id": "258773b239789d2ac268d5d5fa23198a",
|
138
|
+
"id": 20725,
|
139
|
+
"login": "timtrueman",
|
140
|
+
"url": "https://api.github.com/users/timtrueman"
|
141
|
+
},
|
142
|
+
{
|
143
|
+
"avatar_url": "https://secure.gravatar.com/avatar/49e8a75b7e9c4c8b30c00bdc9eda0533?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
144
|
+
"gravatar_id": "49e8a75b7e9c4c8b30c00bdc9eda0533",
|
145
|
+
"id": 24455,
|
146
|
+
"login": "diegorv",
|
147
|
+
"url": "https://api.github.com/users/diegorv"
|
148
|
+
},
|
149
|
+
{
|
150
|
+
"avatar_url": "https://secure.gravatar.com/avatar/3f5d173a9cc051b60305646dbf5d2916?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
151
|
+
"gravatar_id": "3f5d173a9cc051b60305646dbf5d2916",
|
152
|
+
"id": 9039,
|
153
|
+
"login": "gleuch",
|
154
|
+
"url": "https://api.github.com/users/gleuch"
|
155
|
+
},
|
156
|
+
{
|
157
|
+
"avatar_url": "https://secure.gravatar.com/avatar/a5e507a14ed7b8f9a5d88b9fa86bed18?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
158
|
+
"gravatar_id": "a5e507a14ed7b8f9a5d88b9fa86bed18",
|
159
|
+
"id": 165866,
|
160
|
+
"login": "demet8",
|
161
|
+
"url": "https://api.github.com/users/demet8"
|
162
|
+
},
|
163
|
+
{
|
164
|
+
"avatar_url": "https://secure.gravatar.com/avatar/e34dfbb343e2913dd9e77a7d4e883e60?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
165
|
+
"gravatar_id": "e34dfbb343e2913dd9e77a7d4e883e60",
|
166
|
+
"id": 31030,
|
167
|
+
"login": "deepthawtz",
|
168
|
+
"url": "https://api.github.com/users/deepthawtz"
|
169
|
+
},
|
170
|
+
{
|
171
|
+
"avatar_url": "https://secure.gravatar.com/avatar/8ff2e3d23012979b285f97c33c8f43ba?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
172
|
+
"gravatar_id": "8ff2e3d23012979b285f97c33c8f43ba",
|
173
|
+
"id": 3002,
|
174
|
+
"login": "reddavis",
|
175
|
+
"url": "https://api.github.com/users/reddavis"
|
176
|
+
},
|
177
|
+
{
|
178
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1ccb5123d1af92e24b32cec62abcf9a8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
179
|
+
"gravatar_id": "1ccb5123d1af92e24b32cec62abcf9a8",
|
180
|
+
"id": 479,
|
181
|
+
"login": "jackdempsey",
|
182
|
+
"url": "https://api.github.com/users/jackdempsey"
|
183
|
+
},
|
184
|
+
{
|
185
|
+
"avatar_url": "https://secure.gravatar.com/avatar/e841415081a623b7f4d2cf02ae2320a2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
186
|
+
"gravatar_id": "e841415081a623b7f4d2cf02ae2320a2",
|
187
|
+
"id": 29454,
|
188
|
+
"login": "aaronblohowiak",
|
189
|
+
"url": "https://api.github.com/users/aaronblohowiak"
|
190
|
+
},
|
191
|
+
{
|
192
|
+
"avatar_url": "https://secure.gravatar.com/avatar/6e3d1578114e5d3951a7f90579fff74c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
193
|
+
"gravatar_id": "6e3d1578114e5d3951a7f90579fff74c",
|
194
|
+
"id": 26832,
|
195
|
+
"login": "hasimo",
|
196
|
+
"url": "https://api.github.com/users/hasimo"
|
197
|
+
},
|
198
|
+
{
|
199
|
+
"avatar_url": "https://secure.gravatar.com/avatar/777b569e52d0c3510308e314b220fd8e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
200
|
+
"gravatar_id": "777b569e52d0c3510308e314b220fd8e",
|
201
|
+
"id": 700,
|
202
|
+
"login": "heycarsten",
|
203
|
+
"url": "https://api.github.com/users/heycarsten"
|
204
|
+
},
|
205
|
+
{
|
206
|
+
"avatar_url": "https://secure.gravatar.com/avatar/33c797b50c0863be6dc6853bc84a0d2b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
207
|
+
"gravatar_id": "33c797b50c0863be6dc6853bc84a0d2b",
|
208
|
+
"id": 7128,
|
209
|
+
"login": "smallacts",
|
210
|
+
"url": "https://api.github.com/users/smallacts"
|
211
|
+
}
|
212
212
|
]
|