octonaut 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +12 -4
- data/lib/octonaut.rb +2 -0
- data/lib/octonaut/commands/activity.rb +126 -0
- data/lib/octonaut/commands/contents.rb +1 -1
- data/lib/octonaut/commands/users.rb +41 -13
- data/lib/octonaut/printers/repositories.rb +1 -1
- data/lib/octonaut/utils.rb +9 -0
- data/lib/octonaut/version.rb +1 -1
- data/spec/activity_spec.rb +141 -0
- data/spec/contents_spec.rb +1 -1
- data/spec/fixtures/repositories.ls +30 -30
- data/spec/fixtures/starred.json +2522 -0
- data/spec/fixtures/starred.ls +30 -0
- data/spec/fixtures/subscribers.json +416 -0
- data/spec/fixtures/subscribers.ls +23 -0
- data/spec/spec_helper.rb +11 -0
- data/spec/users_spec.rb +11 -0
- metadata +15 -2
@@ -0,0 +1,2522 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"id": 3298782,
|
4
|
+
"name": "vim-reveal-in-finder",
|
5
|
+
"full_name": "henrik/vim-reveal-in-finder",
|
6
|
+
"owner": {
|
7
|
+
"login": "henrik",
|
8
|
+
"id": 216,
|
9
|
+
"avatar_url": "https://secure.gravatar.com/avatar/4a551074ddba4460f95d011c47190d0e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
10
|
+
"gravatar_id": "4a551074ddba4460f95d011c47190d0e",
|
11
|
+
"url": "https://api.github.com/users/henrik",
|
12
|
+
"html_url": "https://github.com/henrik",
|
13
|
+
"followers_url": "https://api.github.com/users/henrik/followers",
|
14
|
+
"following_url": "https://api.github.com/users/henrik/following",
|
15
|
+
"gists_url": "https://api.github.com/users/henrik/gists{/gist_id}",
|
16
|
+
"starred_url": "https://api.github.com/users/henrik/starred{/owner}{/repo}",
|
17
|
+
"subscriptions_url": "https://api.github.com/users/henrik/subscriptions",
|
18
|
+
"organizations_url": "https://api.github.com/users/henrik/orgs",
|
19
|
+
"repos_url": "https://api.github.com/users/henrik/repos",
|
20
|
+
"events_url": "https://api.github.com/users/henrik/events{/privacy}",
|
21
|
+
"received_events_url": "https://api.github.com/users/henrik/received_events",
|
22
|
+
"type": "User"
|
23
|
+
},
|
24
|
+
"private": false,
|
25
|
+
"html_url": "https://github.com/henrik/vim-reveal-in-finder",
|
26
|
+
"description": "Reveal the current file in the OS X Finder.",
|
27
|
+
"fork": false,
|
28
|
+
"url": "https://api.github.com/repos/henrik/vim-reveal-in-finder",
|
29
|
+
"forks_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/forks",
|
30
|
+
"keys_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/keys{/key_id}",
|
31
|
+
"collaborators_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/collaborators{/collaborator}",
|
32
|
+
"teams_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/teams",
|
33
|
+
"hooks_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/hooks",
|
34
|
+
"issue_events_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/issues/events{/number}",
|
35
|
+
"events_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/events",
|
36
|
+
"assignees_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/assignees{/user}",
|
37
|
+
"branches_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/branches{/branch}",
|
38
|
+
"tags_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/tags{/tag}",
|
39
|
+
"blobs_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/git/blobs{/sha}",
|
40
|
+
"git_tags_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/git/tags{/sha}",
|
41
|
+
"git_refs_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/git/refs{/sha}",
|
42
|
+
"trees_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/git/trees{/sha}",
|
43
|
+
"statuses_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/statuses/{sha}",
|
44
|
+
"languages_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/languages",
|
45
|
+
"stargazers_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/stargazers",
|
46
|
+
"contributors_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/contributors",
|
47
|
+
"subscribers_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/subscribers",
|
48
|
+
"subscription_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/subscription",
|
49
|
+
"commits_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/commits{/sha}",
|
50
|
+
"git_commits_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/git/commits{/sha}",
|
51
|
+
"comments_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/comments{/number}",
|
52
|
+
"issue_comment_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/issues/comments/{number}",
|
53
|
+
"contents_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/contents/{+path}",
|
54
|
+
"compare_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/compare/{base}...{head}",
|
55
|
+
"merges_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/merges",
|
56
|
+
"archive_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/{archive_format}{/ref}",
|
57
|
+
"downloads_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/downloads",
|
58
|
+
"issues_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/issues{/number}",
|
59
|
+
"pulls_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/pulls{/number}",
|
60
|
+
"milestones_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/milestones{/number}",
|
61
|
+
"notifications_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/notifications{?since,all,participating}",
|
62
|
+
"labels_url": "https://api.github.com/repos/henrik/vim-reveal-in-finder/labels{/name}",
|
63
|
+
"created_at": "2012-01-29T18:24:11Z",
|
64
|
+
"updated_at": "2013-03-18T19:44:17Z",
|
65
|
+
"pushed_at": "2012-01-31T18:11:26Z",
|
66
|
+
"git_url": "git://github.com/henrik/vim-reveal-in-finder.git",
|
67
|
+
"ssh_url": "git@github.com:henrik/vim-reveal-in-finder.git",
|
68
|
+
"clone_url": "https://github.com/henrik/vim-reveal-in-finder.git",
|
69
|
+
"svn_url": "https://github.com/henrik/vim-reveal-in-finder",
|
70
|
+
"homepage": "",
|
71
|
+
"size": 136,
|
72
|
+
"watchers_count": 5,
|
73
|
+
"language": "VimL",
|
74
|
+
"has_issues": true,
|
75
|
+
"has_downloads": true,
|
76
|
+
"has_wiki": true,
|
77
|
+
"forks_count": 0,
|
78
|
+
"mirror_url": null,
|
79
|
+
"open_issues_count": 0,
|
80
|
+
"forks": 0,
|
81
|
+
"open_issues": 0,
|
82
|
+
"watchers": 5,
|
83
|
+
"master_branch": "master",
|
84
|
+
"default_branch": "master"
|
85
|
+
},
|
86
|
+
{
|
87
|
+
"id": 572375,
|
88
|
+
"name": "dotfiles",
|
89
|
+
"full_name": "henrik/dotfiles",
|
90
|
+
"owner": {
|
91
|
+
"login": "henrik",
|
92
|
+
"id": 216,
|
93
|
+
"avatar_url": "https://secure.gravatar.com/avatar/4a551074ddba4460f95d011c47190d0e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
94
|
+
"gravatar_id": "4a551074ddba4460f95d011c47190d0e",
|
95
|
+
"url": "https://api.github.com/users/henrik",
|
96
|
+
"html_url": "https://github.com/henrik",
|
97
|
+
"followers_url": "https://api.github.com/users/henrik/followers",
|
98
|
+
"following_url": "https://api.github.com/users/henrik/following",
|
99
|
+
"gists_url": "https://api.github.com/users/henrik/gists{/gist_id}",
|
100
|
+
"starred_url": "https://api.github.com/users/henrik/starred{/owner}{/repo}",
|
101
|
+
"subscriptions_url": "https://api.github.com/users/henrik/subscriptions",
|
102
|
+
"organizations_url": "https://api.github.com/users/henrik/orgs",
|
103
|
+
"repos_url": "https://api.github.com/users/henrik/repos",
|
104
|
+
"events_url": "https://api.github.com/users/henrik/events{/privacy}",
|
105
|
+
"received_events_url": "https://api.github.com/users/henrik/received_events",
|
106
|
+
"type": "User"
|
107
|
+
},
|
108
|
+
"private": false,
|
109
|
+
"html_url": "https://github.com/henrik/dotfiles",
|
110
|
+
"description": "Dotfiles.",
|
111
|
+
"fork": false,
|
112
|
+
"url": "https://api.github.com/repos/henrik/dotfiles",
|
113
|
+
"forks_url": "https://api.github.com/repos/henrik/dotfiles/forks",
|
114
|
+
"keys_url": "https://api.github.com/repos/henrik/dotfiles/keys{/key_id}",
|
115
|
+
"collaborators_url": "https://api.github.com/repos/henrik/dotfiles/collaborators{/collaborator}",
|
116
|
+
"teams_url": "https://api.github.com/repos/henrik/dotfiles/teams",
|
117
|
+
"hooks_url": "https://api.github.com/repos/henrik/dotfiles/hooks",
|
118
|
+
"issue_events_url": "https://api.github.com/repos/henrik/dotfiles/issues/events{/number}",
|
119
|
+
"events_url": "https://api.github.com/repos/henrik/dotfiles/events",
|
120
|
+
"assignees_url": "https://api.github.com/repos/henrik/dotfiles/assignees{/user}",
|
121
|
+
"branches_url": "https://api.github.com/repos/henrik/dotfiles/branches{/branch}",
|
122
|
+
"tags_url": "https://api.github.com/repos/henrik/dotfiles/tags{/tag}",
|
123
|
+
"blobs_url": "https://api.github.com/repos/henrik/dotfiles/git/blobs{/sha}",
|
124
|
+
"git_tags_url": "https://api.github.com/repos/henrik/dotfiles/git/tags{/sha}",
|
125
|
+
"git_refs_url": "https://api.github.com/repos/henrik/dotfiles/git/refs{/sha}",
|
126
|
+
"trees_url": "https://api.github.com/repos/henrik/dotfiles/git/trees{/sha}",
|
127
|
+
"statuses_url": "https://api.github.com/repos/henrik/dotfiles/statuses/{sha}",
|
128
|
+
"languages_url": "https://api.github.com/repos/henrik/dotfiles/languages",
|
129
|
+
"stargazers_url": "https://api.github.com/repos/henrik/dotfiles/stargazers",
|
130
|
+
"contributors_url": "https://api.github.com/repos/henrik/dotfiles/contributors",
|
131
|
+
"subscribers_url": "https://api.github.com/repos/henrik/dotfiles/subscribers",
|
132
|
+
"subscription_url": "https://api.github.com/repos/henrik/dotfiles/subscription",
|
133
|
+
"commits_url": "https://api.github.com/repos/henrik/dotfiles/commits{/sha}",
|
134
|
+
"git_commits_url": "https://api.github.com/repos/henrik/dotfiles/git/commits{/sha}",
|
135
|
+
"comments_url": "https://api.github.com/repos/henrik/dotfiles/comments{/number}",
|
136
|
+
"issue_comment_url": "https://api.github.com/repos/henrik/dotfiles/issues/comments/{number}",
|
137
|
+
"contents_url": "https://api.github.com/repos/henrik/dotfiles/contents/{+path}",
|
138
|
+
"compare_url": "https://api.github.com/repos/henrik/dotfiles/compare/{base}...{head}",
|
139
|
+
"merges_url": "https://api.github.com/repos/henrik/dotfiles/merges",
|
140
|
+
"archive_url": "https://api.github.com/repos/henrik/dotfiles/{archive_format}{/ref}",
|
141
|
+
"downloads_url": "https://api.github.com/repos/henrik/dotfiles/downloads",
|
142
|
+
"issues_url": "https://api.github.com/repos/henrik/dotfiles/issues{/number}",
|
143
|
+
"pulls_url": "https://api.github.com/repos/henrik/dotfiles/pulls{/number}",
|
144
|
+
"milestones_url": "https://api.github.com/repos/henrik/dotfiles/milestones{/number}",
|
145
|
+
"notifications_url": "https://api.github.com/repos/henrik/dotfiles/notifications{?since,all,participating}",
|
146
|
+
"labels_url": "https://api.github.com/repos/henrik/dotfiles/labels{/name}",
|
147
|
+
"created_at": "2010-03-21T09:25:17Z",
|
148
|
+
"updated_at": "2013-03-20T19:24:39Z",
|
149
|
+
"pushed_at": "2013-03-20T19:24:37Z",
|
150
|
+
"git_url": "git://github.com/henrik/dotfiles.git",
|
151
|
+
"ssh_url": "git@github.com:henrik/dotfiles.git",
|
152
|
+
"clone_url": "https://github.com/henrik/dotfiles.git",
|
153
|
+
"svn_url": "https://github.com/henrik/dotfiles",
|
154
|
+
"homepage": "",
|
155
|
+
"size": 284,
|
156
|
+
"watchers_count": 68,
|
157
|
+
"language": "Shell",
|
158
|
+
"has_issues": true,
|
159
|
+
"has_downloads": true,
|
160
|
+
"has_wiki": true,
|
161
|
+
"forks_count": 12,
|
162
|
+
"mirror_url": null,
|
163
|
+
"open_issues_count": 0,
|
164
|
+
"forks": 12,
|
165
|
+
"open_issues": 0,
|
166
|
+
"watchers": 68,
|
167
|
+
"master_branch": "master",
|
168
|
+
"default_branch": "master"
|
169
|
+
},
|
170
|
+
{
|
171
|
+
"id": 2021748,
|
172
|
+
"name": "nanoc-site",
|
173
|
+
"full_name": "nanoc/nanoc-site",
|
174
|
+
"owner": {
|
175
|
+
"login": "nanoc",
|
176
|
+
"id": 3260163,
|
177
|
+
"avatar_url": "https://secure.gravatar.com/avatar/ea3979cc52f02c7ec4fcea205eb328b6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
|
178
|
+
"gravatar_id": "ea3979cc52f02c7ec4fcea205eb328b6",
|
179
|
+
"url": "https://api.github.com/users/nanoc",
|
180
|
+
"html_url": "https://github.com/nanoc",
|
181
|
+
"followers_url": "https://api.github.com/users/nanoc/followers",
|
182
|
+
"following_url": "https://api.github.com/users/nanoc/following",
|
183
|
+
"gists_url": "https://api.github.com/users/nanoc/gists{/gist_id}",
|
184
|
+
"starred_url": "https://api.github.com/users/nanoc/starred{/owner}{/repo}",
|
185
|
+
"subscriptions_url": "https://api.github.com/users/nanoc/subscriptions",
|
186
|
+
"organizations_url": "https://api.github.com/users/nanoc/orgs",
|
187
|
+
"repos_url": "https://api.github.com/users/nanoc/repos",
|
188
|
+
"events_url": "https://api.github.com/users/nanoc/events{/privacy}",
|
189
|
+
"received_events_url": "https://api.github.com/users/nanoc/received_events",
|
190
|
+
"type": "Organization"
|
191
|
+
},
|
192
|
+
"private": false,
|
193
|
+
"html_url": "https://github.com/nanoc/nanoc-site",
|
194
|
+
"description": "The nanoc web site",
|
195
|
+
"fork": false,
|
196
|
+
"url": "https://api.github.com/repos/nanoc/nanoc-site",
|
197
|
+
"forks_url": "https://api.github.com/repos/nanoc/nanoc-site/forks",
|
198
|
+
"keys_url": "https://api.github.com/repos/nanoc/nanoc-site/keys{/key_id}",
|
199
|
+
"collaborators_url": "https://api.github.com/repos/nanoc/nanoc-site/collaborators{/collaborator}",
|
200
|
+
"teams_url": "https://api.github.com/repos/nanoc/nanoc-site/teams",
|
201
|
+
"hooks_url": "https://api.github.com/repos/nanoc/nanoc-site/hooks",
|
202
|
+
"issue_events_url": "https://api.github.com/repos/nanoc/nanoc-site/issues/events{/number}",
|
203
|
+
"events_url": "https://api.github.com/repos/nanoc/nanoc-site/events",
|
204
|
+
"assignees_url": "https://api.github.com/repos/nanoc/nanoc-site/assignees{/user}",
|
205
|
+
"branches_url": "https://api.github.com/repos/nanoc/nanoc-site/branches{/branch}",
|
206
|
+
"tags_url": "https://api.github.com/repos/nanoc/nanoc-site/tags{/tag}",
|
207
|
+
"blobs_url": "https://api.github.com/repos/nanoc/nanoc-site/git/blobs{/sha}",
|
208
|
+
"git_tags_url": "https://api.github.com/repos/nanoc/nanoc-site/git/tags{/sha}",
|
209
|
+
"git_refs_url": "https://api.github.com/repos/nanoc/nanoc-site/git/refs{/sha}",
|
210
|
+
"trees_url": "https://api.github.com/repos/nanoc/nanoc-site/git/trees{/sha}",
|
211
|
+
"statuses_url": "https://api.github.com/repos/nanoc/nanoc-site/statuses/{sha}",
|
212
|
+
"languages_url": "https://api.github.com/repos/nanoc/nanoc-site/languages",
|
213
|
+
"stargazers_url": "https://api.github.com/repos/nanoc/nanoc-site/stargazers",
|
214
|
+
"contributors_url": "https://api.github.com/repos/nanoc/nanoc-site/contributors",
|
215
|
+
"subscribers_url": "https://api.github.com/repos/nanoc/nanoc-site/subscribers",
|
216
|
+
"subscription_url": "https://api.github.com/repos/nanoc/nanoc-site/subscription",
|
217
|
+
"commits_url": "https://api.github.com/repos/nanoc/nanoc-site/commits{/sha}",
|
218
|
+
"git_commits_url": "https://api.github.com/repos/nanoc/nanoc-site/git/commits{/sha}",
|
219
|
+
"comments_url": "https://api.github.com/repos/nanoc/nanoc-site/comments{/number}",
|
220
|
+
"issue_comment_url": "https://api.github.com/repos/nanoc/nanoc-site/issues/comments/{number}",
|
221
|
+
"contents_url": "https://api.github.com/repos/nanoc/nanoc-site/contents/{+path}",
|
222
|
+
"compare_url": "https://api.github.com/repos/nanoc/nanoc-site/compare/{base}...{head}",
|
223
|
+
"merges_url": "https://api.github.com/repos/nanoc/nanoc-site/merges",
|
224
|
+
"archive_url": "https://api.github.com/repos/nanoc/nanoc-site/{archive_format}{/ref}",
|
225
|
+
"downloads_url": "https://api.github.com/repos/nanoc/nanoc-site/downloads",
|
226
|
+
"issues_url": "https://api.github.com/repos/nanoc/nanoc-site/issues{/number}",
|
227
|
+
"pulls_url": "https://api.github.com/repos/nanoc/nanoc-site/pulls{/number}",
|
228
|
+
"milestones_url": "https://api.github.com/repos/nanoc/nanoc-site/milestones{/number}",
|
229
|
+
"notifications_url": "https://api.github.com/repos/nanoc/nanoc-site/notifications{?since,all,participating}",
|
230
|
+
"labels_url": "https://api.github.com/repos/nanoc/nanoc-site/labels{/name}",
|
231
|
+
"created_at": "2011-07-09T09:26:43Z",
|
232
|
+
"updated_at": "2013-03-18T20:01:03Z",
|
233
|
+
"pushed_at": "2013-03-14T19:40:57Z",
|
234
|
+
"git_url": "git://github.com/nanoc/nanoc-site.git",
|
235
|
+
"ssh_url": "git@github.com:nanoc/nanoc-site.git",
|
236
|
+
"clone_url": "https://github.com/nanoc/nanoc-site.git",
|
237
|
+
"svn_url": "https://github.com/nanoc/nanoc-site",
|
238
|
+
"homepage": "http://nanoc.ws/",
|
239
|
+
"size": 352,
|
240
|
+
"watchers_count": 24,
|
241
|
+
"language": "JavaScript",
|
242
|
+
"has_issues": true,
|
243
|
+
"has_downloads": true,
|
244
|
+
"has_wiki": false,
|
245
|
+
"forks_count": 16,
|
246
|
+
"mirror_url": null,
|
247
|
+
"open_issues_count": 2,
|
248
|
+
"forks": 16,
|
249
|
+
"open_issues": 2,
|
250
|
+
"watchers": 24,
|
251
|
+
"master_branch": "master",
|
252
|
+
"default_branch": "master"
|
253
|
+
},
|
254
|
+
{
|
255
|
+
"id": 675558,
|
256
|
+
"name": "dotfiles",
|
257
|
+
"full_name": "blueyed/dotfiles",
|
258
|
+
"owner": {
|
259
|
+
"login": "blueyed",
|
260
|
+
"id": 9766,
|
261
|
+
"avatar_url": "https://secure.gravatar.com/avatar/abbc3c9698510a9c8af73f8b7bfacc1d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
262
|
+
"gravatar_id": "abbc3c9698510a9c8af73f8b7bfacc1d",
|
263
|
+
"url": "https://api.github.com/users/blueyed",
|
264
|
+
"html_url": "https://github.com/blueyed",
|
265
|
+
"followers_url": "https://api.github.com/users/blueyed/followers",
|
266
|
+
"following_url": "https://api.github.com/users/blueyed/following",
|
267
|
+
"gists_url": "https://api.github.com/users/blueyed/gists{/gist_id}",
|
268
|
+
"starred_url": "https://api.github.com/users/blueyed/starred{/owner}{/repo}",
|
269
|
+
"subscriptions_url": "https://api.github.com/users/blueyed/subscriptions",
|
270
|
+
"organizations_url": "https://api.github.com/users/blueyed/orgs",
|
271
|
+
"repos_url": "https://api.github.com/users/blueyed/repos",
|
272
|
+
"events_url": "https://api.github.com/users/blueyed/events{/privacy}",
|
273
|
+
"received_events_url": "https://api.github.com/users/blueyed/received_events",
|
274
|
+
"type": "User"
|
275
|
+
},
|
276
|
+
"private": false,
|
277
|
+
"html_url": "https://github.com/blueyed/dotfiles",
|
278
|
+
"description": "Config files for zsh, vim, pentadactyl, completions, git.",
|
279
|
+
"fork": true,
|
280
|
+
"url": "https://api.github.com/repos/blueyed/dotfiles",
|
281
|
+
"forks_url": "https://api.github.com/repos/blueyed/dotfiles/forks",
|
282
|
+
"keys_url": "https://api.github.com/repos/blueyed/dotfiles/keys{/key_id}",
|
283
|
+
"collaborators_url": "https://api.github.com/repos/blueyed/dotfiles/collaborators{/collaborator}",
|
284
|
+
"teams_url": "https://api.github.com/repos/blueyed/dotfiles/teams",
|
285
|
+
"hooks_url": "https://api.github.com/repos/blueyed/dotfiles/hooks",
|
286
|
+
"issue_events_url": "https://api.github.com/repos/blueyed/dotfiles/issues/events{/number}",
|
287
|
+
"events_url": "https://api.github.com/repos/blueyed/dotfiles/events",
|
288
|
+
"assignees_url": "https://api.github.com/repos/blueyed/dotfiles/assignees{/user}",
|
289
|
+
"branches_url": "https://api.github.com/repos/blueyed/dotfiles/branches{/branch}",
|
290
|
+
"tags_url": "https://api.github.com/repos/blueyed/dotfiles/tags{/tag}",
|
291
|
+
"blobs_url": "https://api.github.com/repos/blueyed/dotfiles/git/blobs{/sha}",
|
292
|
+
"git_tags_url": "https://api.github.com/repos/blueyed/dotfiles/git/tags{/sha}",
|
293
|
+
"git_refs_url": "https://api.github.com/repos/blueyed/dotfiles/git/refs{/sha}",
|
294
|
+
"trees_url": "https://api.github.com/repos/blueyed/dotfiles/git/trees{/sha}",
|
295
|
+
"statuses_url": "https://api.github.com/repos/blueyed/dotfiles/statuses/{sha}",
|
296
|
+
"languages_url": "https://api.github.com/repos/blueyed/dotfiles/languages",
|
297
|
+
"stargazers_url": "https://api.github.com/repos/blueyed/dotfiles/stargazers",
|
298
|
+
"contributors_url": "https://api.github.com/repos/blueyed/dotfiles/contributors",
|
299
|
+
"subscribers_url": "https://api.github.com/repos/blueyed/dotfiles/subscribers",
|
300
|
+
"subscription_url": "https://api.github.com/repos/blueyed/dotfiles/subscription",
|
301
|
+
"commits_url": "https://api.github.com/repos/blueyed/dotfiles/commits{/sha}",
|
302
|
+
"git_commits_url": "https://api.github.com/repos/blueyed/dotfiles/git/commits{/sha}",
|
303
|
+
"comments_url": "https://api.github.com/repos/blueyed/dotfiles/comments{/number}",
|
304
|
+
"issue_comment_url": "https://api.github.com/repos/blueyed/dotfiles/issues/comments/{number}",
|
305
|
+
"contents_url": "https://api.github.com/repos/blueyed/dotfiles/contents/{+path}",
|
306
|
+
"compare_url": "https://api.github.com/repos/blueyed/dotfiles/compare/{base}...{head}",
|
307
|
+
"merges_url": "https://api.github.com/repos/blueyed/dotfiles/merges",
|
308
|
+
"archive_url": "https://api.github.com/repos/blueyed/dotfiles/{archive_format}{/ref}",
|
309
|
+
"downloads_url": "https://api.github.com/repos/blueyed/dotfiles/downloads",
|
310
|
+
"issues_url": "https://api.github.com/repos/blueyed/dotfiles/issues{/number}",
|
311
|
+
"pulls_url": "https://api.github.com/repos/blueyed/dotfiles/pulls{/number}",
|
312
|
+
"milestones_url": "https://api.github.com/repos/blueyed/dotfiles/milestones{/number}",
|
313
|
+
"notifications_url": "https://api.github.com/repos/blueyed/dotfiles/notifications{?since,all,participating}",
|
314
|
+
"labels_url": "https://api.github.com/repos/blueyed/dotfiles/labels{/name}",
|
315
|
+
"created_at": "2010-05-19T18:09:14Z",
|
316
|
+
"updated_at": "2013-03-21T15:03:05Z",
|
317
|
+
"pushed_at": "2013-03-21T15:03:00Z",
|
318
|
+
"git_url": "git://github.com/blueyed/dotfiles.git",
|
319
|
+
"ssh_url": "git@github.com:blueyed/dotfiles.git",
|
320
|
+
"clone_url": "https://github.com/blueyed/dotfiles.git",
|
321
|
+
"svn_url": "https://github.com/blueyed/dotfiles",
|
322
|
+
"homepage": "",
|
323
|
+
"size": 288,
|
324
|
+
"watchers_count": 15,
|
325
|
+
"language": "VimL",
|
326
|
+
"has_issues": false,
|
327
|
+
"has_downloads": true,
|
328
|
+
"has_wiki": false,
|
329
|
+
"forks_count": 3,
|
330
|
+
"mirror_url": null,
|
331
|
+
"open_issues_count": 0,
|
332
|
+
"forks": 3,
|
333
|
+
"open_issues": 0,
|
334
|
+
"watchers": 15,
|
335
|
+
"master_branch": "master",
|
336
|
+
"default_branch": "master"
|
337
|
+
},
|
338
|
+
{
|
339
|
+
"id": 316230,
|
340
|
+
"name": "dotfiles",
|
341
|
+
"full_name": "jasoncodes/dotfiles",
|
342
|
+
"owner": {
|
343
|
+
"login": "jasoncodes",
|
344
|
+
"id": 83466,
|
345
|
+
"avatar_url": "https://secure.gravatar.com/avatar/319044b81ccfb393c05f3e5229bde522?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
346
|
+
"gravatar_id": "319044b81ccfb393c05f3e5229bde522",
|
347
|
+
"url": "https://api.github.com/users/jasoncodes",
|
348
|
+
"html_url": "https://github.com/jasoncodes",
|
349
|
+
"followers_url": "https://api.github.com/users/jasoncodes/followers",
|
350
|
+
"following_url": "https://api.github.com/users/jasoncodes/following",
|
351
|
+
"gists_url": "https://api.github.com/users/jasoncodes/gists{/gist_id}",
|
352
|
+
"starred_url": "https://api.github.com/users/jasoncodes/starred{/owner}{/repo}",
|
353
|
+
"subscriptions_url": "https://api.github.com/users/jasoncodes/subscriptions",
|
354
|
+
"organizations_url": "https://api.github.com/users/jasoncodes/orgs",
|
355
|
+
"repos_url": "https://api.github.com/users/jasoncodes/repos",
|
356
|
+
"events_url": "https://api.github.com/users/jasoncodes/events{/privacy}",
|
357
|
+
"received_events_url": "https://api.github.com/users/jasoncodes/received_events",
|
358
|
+
"type": "User"
|
359
|
+
},
|
360
|
+
"private": false,
|
361
|
+
"html_url": "https://github.com/jasoncodes/dotfiles",
|
362
|
+
"description": "Configuration files for my development environment",
|
363
|
+
"fork": false,
|
364
|
+
"url": "https://api.github.com/repos/jasoncodes/dotfiles",
|
365
|
+
"forks_url": "https://api.github.com/repos/jasoncodes/dotfiles/forks",
|
366
|
+
"keys_url": "https://api.github.com/repos/jasoncodes/dotfiles/keys{/key_id}",
|
367
|
+
"collaborators_url": "https://api.github.com/repos/jasoncodes/dotfiles/collaborators{/collaborator}",
|
368
|
+
"teams_url": "https://api.github.com/repos/jasoncodes/dotfiles/teams",
|
369
|
+
"hooks_url": "https://api.github.com/repos/jasoncodes/dotfiles/hooks",
|
370
|
+
"issue_events_url": "https://api.github.com/repos/jasoncodes/dotfiles/issues/events{/number}",
|
371
|
+
"events_url": "https://api.github.com/repos/jasoncodes/dotfiles/events",
|
372
|
+
"assignees_url": "https://api.github.com/repos/jasoncodes/dotfiles/assignees{/user}",
|
373
|
+
"branches_url": "https://api.github.com/repos/jasoncodes/dotfiles/branches{/branch}",
|
374
|
+
"tags_url": "https://api.github.com/repos/jasoncodes/dotfiles/tags{/tag}",
|
375
|
+
"blobs_url": "https://api.github.com/repos/jasoncodes/dotfiles/git/blobs{/sha}",
|
376
|
+
"git_tags_url": "https://api.github.com/repos/jasoncodes/dotfiles/git/tags{/sha}",
|
377
|
+
"git_refs_url": "https://api.github.com/repos/jasoncodes/dotfiles/git/refs{/sha}",
|
378
|
+
"trees_url": "https://api.github.com/repos/jasoncodes/dotfiles/git/trees{/sha}",
|
379
|
+
"statuses_url": "https://api.github.com/repos/jasoncodes/dotfiles/statuses/{sha}",
|
380
|
+
"languages_url": "https://api.github.com/repos/jasoncodes/dotfiles/languages",
|
381
|
+
"stargazers_url": "https://api.github.com/repos/jasoncodes/dotfiles/stargazers",
|
382
|
+
"contributors_url": "https://api.github.com/repos/jasoncodes/dotfiles/contributors",
|
383
|
+
"subscribers_url": "https://api.github.com/repos/jasoncodes/dotfiles/subscribers",
|
384
|
+
"subscription_url": "https://api.github.com/repos/jasoncodes/dotfiles/subscription",
|
385
|
+
"commits_url": "https://api.github.com/repos/jasoncodes/dotfiles/commits{/sha}",
|
386
|
+
"git_commits_url": "https://api.github.com/repos/jasoncodes/dotfiles/git/commits{/sha}",
|
387
|
+
"comments_url": "https://api.github.com/repos/jasoncodes/dotfiles/comments{/number}",
|
388
|
+
"issue_comment_url": "https://api.github.com/repos/jasoncodes/dotfiles/issues/comments/{number}",
|
389
|
+
"contents_url": "https://api.github.com/repos/jasoncodes/dotfiles/contents/{+path}",
|
390
|
+
"compare_url": "https://api.github.com/repos/jasoncodes/dotfiles/compare/{base}...{head}",
|
391
|
+
"merges_url": "https://api.github.com/repos/jasoncodes/dotfiles/merges",
|
392
|
+
"archive_url": "https://api.github.com/repos/jasoncodes/dotfiles/{archive_format}{/ref}",
|
393
|
+
"downloads_url": "https://api.github.com/repos/jasoncodes/dotfiles/downloads",
|
394
|
+
"issues_url": "https://api.github.com/repos/jasoncodes/dotfiles/issues{/number}",
|
395
|
+
"pulls_url": "https://api.github.com/repos/jasoncodes/dotfiles/pulls{/number}",
|
396
|
+
"milestones_url": "https://api.github.com/repos/jasoncodes/dotfiles/milestones{/number}",
|
397
|
+
"notifications_url": "https://api.github.com/repos/jasoncodes/dotfiles/notifications{?since,all,participating}",
|
398
|
+
"labels_url": "https://api.github.com/repos/jasoncodes/dotfiles/labels{/name}",
|
399
|
+
"created_at": "2009-09-24T09:21:32Z",
|
400
|
+
"updated_at": "2013-03-18T00:27:34Z",
|
401
|
+
"pushed_at": "2013-03-18T00:27:33Z",
|
402
|
+
"git_url": "git://github.com/jasoncodes/dotfiles.git",
|
403
|
+
"ssh_url": "git@github.com:jasoncodes/dotfiles.git",
|
404
|
+
"clone_url": "https://github.com/jasoncodes/dotfiles.git",
|
405
|
+
"svn_url": "https://github.com/jasoncodes/dotfiles",
|
406
|
+
"homepage": "",
|
407
|
+
"size": 332,
|
408
|
+
"watchers_count": 16,
|
409
|
+
"language": "Shell",
|
410
|
+
"has_issues": false,
|
411
|
+
"has_downloads": false,
|
412
|
+
"has_wiki": false,
|
413
|
+
"forks_count": 4,
|
414
|
+
"mirror_url": null,
|
415
|
+
"open_issues_count": 0,
|
416
|
+
"forks": 4,
|
417
|
+
"open_issues": 0,
|
418
|
+
"watchers": 16,
|
419
|
+
"master_branch": "master",
|
420
|
+
"default_branch": "master"
|
421
|
+
},
|
422
|
+
{
|
423
|
+
"id": 3084448,
|
424
|
+
"name": "dotfiles",
|
425
|
+
"full_name": "therealadam/dotfiles",
|
426
|
+
"owner": {
|
427
|
+
"login": "therealadam",
|
428
|
+
"id": 388,
|
429
|
+
"avatar_url": "https://secure.gravatar.com/avatar/cd2382441bbe2ec68e3bf36aea0ca2ea?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
430
|
+
"gravatar_id": "cd2382441bbe2ec68e3bf36aea0ca2ea",
|
431
|
+
"url": "https://api.github.com/users/therealadam",
|
432
|
+
"html_url": "https://github.com/therealadam",
|
433
|
+
"followers_url": "https://api.github.com/users/therealadam/followers",
|
434
|
+
"following_url": "https://api.github.com/users/therealadam/following",
|
435
|
+
"gists_url": "https://api.github.com/users/therealadam/gists{/gist_id}",
|
436
|
+
"starred_url": "https://api.github.com/users/therealadam/starred{/owner}{/repo}",
|
437
|
+
"subscriptions_url": "https://api.github.com/users/therealadam/subscriptions",
|
438
|
+
"organizations_url": "https://api.github.com/users/therealadam/orgs",
|
439
|
+
"repos_url": "https://api.github.com/users/therealadam/repos",
|
440
|
+
"events_url": "https://api.github.com/users/therealadam/events{/privacy}",
|
441
|
+
"received_events_url": "https://api.github.com/users/therealadam/received_events",
|
442
|
+
"type": "User"
|
443
|
+
},
|
444
|
+
"private": false,
|
445
|
+
"html_url": "https://github.com/therealadam/dotfiles",
|
446
|
+
"description": "An lightsaber",
|
447
|
+
"fork": false,
|
448
|
+
"url": "https://api.github.com/repos/therealadam/dotfiles",
|
449
|
+
"forks_url": "https://api.github.com/repos/therealadam/dotfiles/forks",
|
450
|
+
"keys_url": "https://api.github.com/repos/therealadam/dotfiles/keys{/key_id}",
|
451
|
+
"collaborators_url": "https://api.github.com/repos/therealadam/dotfiles/collaborators{/collaborator}",
|
452
|
+
"teams_url": "https://api.github.com/repos/therealadam/dotfiles/teams",
|
453
|
+
"hooks_url": "https://api.github.com/repos/therealadam/dotfiles/hooks",
|
454
|
+
"issue_events_url": "https://api.github.com/repos/therealadam/dotfiles/issues/events{/number}",
|
455
|
+
"events_url": "https://api.github.com/repos/therealadam/dotfiles/events",
|
456
|
+
"assignees_url": "https://api.github.com/repos/therealadam/dotfiles/assignees{/user}",
|
457
|
+
"branches_url": "https://api.github.com/repos/therealadam/dotfiles/branches{/branch}",
|
458
|
+
"tags_url": "https://api.github.com/repos/therealadam/dotfiles/tags{/tag}",
|
459
|
+
"blobs_url": "https://api.github.com/repos/therealadam/dotfiles/git/blobs{/sha}",
|
460
|
+
"git_tags_url": "https://api.github.com/repos/therealadam/dotfiles/git/tags{/sha}",
|
461
|
+
"git_refs_url": "https://api.github.com/repos/therealadam/dotfiles/git/refs{/sha}",
|
462
|
+
"trees_url": "https://api.github.com/repos/therealadam/dotfiles/git/trees{/sha}",
|
463
|
+
"statuses_url": "https://api.github.com/repos/therealadam/dotfiles/statuses/{sha}",
|
464
|
+
"languages_url": "https://api.github.com/repos/therealadam/dotfiles/languages",
|
465
|
+
"stargazers_url": "https://api.github.com/repos/therealadam/dotfiles/stargazers",
|
466
|
+
"contributors_url": "https://api.github.com/repos/therealadam/dotfiles/contributors",
|
467
|
+
"subscribers_url": "https://api.github.com/repos/therealadam/dotfiles/subscribers",
|
468
|
+
"subscription_url": "https://api.github.com/repos/therealadam/dotfiles/subscription",
|
469
|
+
"commits_url": "https://api.github.com/repos/therealadam/dotfiles/commits{/sha}",
|
470
|
+
"git_commits_url": "https://api.github.com/repos/therealadam/dotfiles/git/commits{/sha}",
|
471
|
+
"comments_url": "https://api.github.com/repos/therealadam/dotfiles/comments{/number}",
|
472
|
+
"issue_comment_url": "https://api.github.com/repos/therealadam/dotfiles/issues/comments/{number}",
|
473
|
+
"contents_url": "https://api.github.com/repos/therealadam/dotfiles/contents/{+path}",
|
474
|
+
"compare_url": "https://api.github.com/repos/therealadam/dotfiles/compare/{base}...{head}",
|
475
|
+
"merges_url": "https://api.github.com/repos/therealadam/dotfiles/merges",
|
476
|
+
"archive_url": "https://api.github.com/repos/therealadam/dotfiles/{archive_format}{/ref}",
|
477
|
+
"downloads_url": "https://api.github.com/repos/therealadam/dotfiles/downloads",
|
478
|
+
"issues_url": "https://api.github.com/repos/therealadam/dotfiles/issues{/number}",
|
479
|
+
"pulls_url": "https://api.github.com/repos/therealadam/dotfiles/pulls{/number}",
|
480
|
+
"milestones_url": "https://api.github.com/repos/therealadam/dotfiles/milestones{/number}",
|
481
|
+
"notifications_url": "https://api.github.com/repos/therealadam/dotfiles/notifications{?since,all,participating}",
|
482
|
+
"labels_url": "https://api.github.com/repos/therealadam/dotfiles/labels{/name}",
|
483
|
+
"created_at": "2012-01-01T22:26:50Z",
|
484
|
+
"updated_at": "2013-03-20T02:21:32Z",
|
485
|
+
"pushed_at": "2013-03-20T02:21:30Z",
|
486
|
+
"git_url": "git://github.com/therealadam/dotfiles.git",
|
487
|
+
"ssh_url": "git@github.com:therealadam/dotfiles.git",
|
488
|
+
"clone_url": "https://github.com/therealadam/dotfiles.git",
|
489
|
+
"svn_url": "https://github.com/therealadam/dotfiles",
|
490
|
+
"homepage": "http://www.devastatingexplosions.com/",
|
491
|
+
"size": 520,
|
492
|
+
"watchers_count": 5,
|
493
|
+
"language": "VimL",
|
494
|
+
"has_issues": true,
|
495
|
+
"has_downloads": true,
|
496
|
+
"has_wiki": true,
|
497
|
+
"forks_count": 0,
|
498
|
+
"mirror_url": null,
|
499
|
+
"open_issues_count": 0,
|
500
|
+
"forks": 0,
|
501
|
+
"open_issues": 0,
|
502
|
+
"watchers": 5,
|
503
|
+
"master_branch": "master",
|
504
|
+
"default_branch": "master"
|
505
|
+
},
|
506
|
+
{
|
507
|
+
"id": 231997,
|
508
|
+
"name": "osx_settings",
|
509
|
+
"full_name": "iain/osx_settings",
|
510
|
+
"owner": {
|
511
|
+
"login": "iain",
|
512
|
+
"id": 12692,
|
513
|
+
"avatar_url": "https://secure.gravatar.com/avatar/42ec9fd08c179b547dcb60d977e29941?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
514
|
+
"gravatar_id": "42ec9fd08c179b547dcb60d977e29941",
|
515
|
+
"url": "https://api.github.com/users/iain",
|
516
|
+
"html_url": "https://github.com/iain",
|
517
|
+
"followers_url": "https://api.github.com/users/iain/followers",
|
518
|
+
"following_url": "https://api.github.com/users/iain/following",
|
519
|
+
"gists_url": "https://api.github.com/users/iain/gists{/gist_id}",
|
520
|
+
"starred_url": "https://api.github.com/users/iain/starred{/owner}{/repo}",
|
521
|
+
"subscriptions_url": "https://api.github.com/users/iain/subscriptions",
|
522
|
+
"organizations_url": "https://api.github.com/users/iain/orgs",
|
523
|
+
"repos_url": "https://api.github.com/users/iain/repos",
|
524
|
+
"events_url": "https://api.github.com/users/iain/events{/privacy}",
|
525
|
+
"received_events_url": "https://api.github.com/users/iain/received_events",
|
526
|
+
"type": "User"
|
527
|
+
},
|
528
|
+
"private": false,
|
529
|
+
"html_url": "https://github.com/iain/osx_settings",
|
530
|
+
"description": "My bash / zsh / vim / irb settings",
|
531
|
+
"fork": false,
|
532
|
+
"url": "https://api.github.com/repos/iain/osx_settings",
|
533
|
+
"forks_url": "https://api.github.com/repos/iain/osx_settings/forks",
|
534
|
+
"keys_url": "https://api.github.com/repos/iain/osx_settings/keys{/key_id}",
|
535
|
+
"collaborators_url": "https://api.github.com/repos/iain/osx_settings/collaborators{/collaborator}",
|
536
|
+
"teams_url": "https://api.github.com/repos/iain/osx_settings/teams",
|
537
|
+
"hooks_url": "https://api.github.com/repos/iain/osx_settings/hooks",
|
538
|
+
"issue_events_url": "https://api.github.com/repos/iain/osx_settings/issues/events{/number}",
|
539
|
+
"events_url": "https://api.github.com/repos/iain/osx_settings/events",
|
540
|
+
"assignees_url": "https://api.github.com/repos/iain/osx_settings/assignees{/user}",
|
541
|
+
"branches_url": "https://api.github.com/repos/iain/osx_settings/branches{/branch}",
|
542
|
+
"tags_url": "https://api.github.com/repos/iain/osx_settings/tags{/tag}",
|
543
|
+
"blobs_url": "https://api.github.com/repos/iain/osx_settings/git/blobs{/sha}",
|
544
|
+
"git_tags_url": "https://api.github.com/repos/iain/osx_settings/git/tags{/sha}",
|
545
|
+
"git_refs_url": "https://api.github.com/repos/iain/osx_settings/git/refs{/sha}",
|
546
|
+
"trees_url": "https://api.github.com/repos/iain/osx_settings/git/trees{/sha}",
|
547
|
+
"statuses_url": "https://api.github.com/repos/iain/osx_settings/statuses/{sha}",
|
548
|
+
"languages_url": "https://api.github.com/repos/iain/osx_settings/languages",
|
549
|
+
"stargazers_url": "https://api.github.com/repos/iain/osx_settings/stargazers",
|
550
|
+
"contributors_url": "https://api.github.com/repos/iain/osx_settings/contributors",
|
551
|
+
"subscribers_url": "https://api.github.com/repos/iain/osx_settings/subscribers",
|
552
|
+
"subscription_url": "https://api.github.com/repos/iain/osx_settings/subscription",
|
553
|
+
"commits_url": "https://api.github.com/repos/iain/osx_settings/commits{/sha}",
|
554
|
+
"git_commits_url": "https://api.github.com/repos/iain/osx_settings/git/commits{/sha}",
|
555
|
+
"comments_url": "https://api.github.com/repos/iain/osx_settings/comments{/number}",
|
556
|
+
"issue_comment_url": "https://api.github.com/repos/iain/osx_settings/issues/comments/{number}",
|
557
|
+
"contents_url": "https://api.github.com/repos/iain/osx_settings/contents/{+path}",
|
558
|
+
"compare_url": "https://api.github.com/repos/iain/osx_settings/compare/{base}...{head}",
|
559
|
+
"merges_url": "https://api.github.com/repos/iain/osx_settings/merges",
|
560
|
+
"archive_url": "https://api.github.com/repos/iain/osx_settings/{archive_format}{/ref}",
|
561
|
+
"downloads_url": "https://api.github.com/repos/iain/osx_settings/downloads",
|
562
|
+
"issues_url": "https://api.github.com/repos/iain/osx_settings/issues{/number}",
|
563
|
+
"pulls_url": "https://api.github.com/repos/iain/osx_settings/pulls{/number}",
|
564
|
+
"milestones_url": "https://api.github.com/repos/iain/osx_settings/milestones{/number}",
|
565
|
+
"notifications_url": "https://api.github.com/repos/iain/osx_settings/notifications{?since,all,participating}",
|
566
|
+
"labels_url": "https://api.github.com/repos/iain/osx_settings/labels{/name}",
|
567
|
+
"created_at": "2009-06-20T11:29:11Z",
|
568
|
+
"updated_at": "2013-03-20T05:07:22Z",
|
569
|
+
"pushed_at": "2013-03-08T16:53:09Z",
|
570
|
+
"git_url": "git://github.com/iain/osx_settings.git",
|
571
|
+
"ssh_url": "git@github.com:iain/osx_settings.git",
|
572
|
+
"clone_url": "https://github.com/iain/osx_settings.git",
|
573
|
+
"svn_url": "https://github.com/iain/osx_settings",
|
574
|
+
"homepage": "http://iain.nl/",
|
575
|
+
"size": 148,
|
576
|
+
"watchers_count": 79,
|
577
|
+
"language": "Shell",
|
578
|
+
"has_issues": true,
|
579
|
+
"has_downloads": true,
|
580
|
+
"has_wiki": true,
|
581
|
+
"forks_count": 12,
|
582
|
+
"mirror_url": null,
|
583
|
+
"open_issues_count": 0,
|
584
|
+
"forks": 12,
|
585
|
+
"open_issues": 0,
|
586
|
+
"watchers": 79,
|
587
|
+
"master_branch": "master",
|
588
|
+
"default_branch": "master"
|
589
|
+
},
|
590
|
+
{
|
591
|
+
"id": 3878048,
|
592
|
+
"name": ".dotfiles",
|
593
|
+
"full_name": "robb/.dotfiles",
|
594
|
+
"owner": {
|
595
|
+
"login": "robb",
|
596
|
+
"id": 212465,
|
597
|
+
"avatar_url": "https://secure.gravatar.com/avatar/b00d4ed5d1e6cb9fc840167820247515?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
598
|
+
"gravatar_id": "b00d4ed5d1e6cb9fc840167820247515",
|
599
|
+
"url": "https://api.github.com/users/robb",
|
600
|
+
"html_url": "https://github.com/robb",
|
601
|
+
"followers_url": "https://api.github.com/users/robb/followers",
|
602
|
+
"following_url": "https://api.github.com/users/robb/following",
|
603
|
+
"gists_url": "https://api.github.com/users/robb/gists{/gist_id}",
|
604
|
+
"starred_url": "https://api.github.com/users/robb/starred{/owner}{/repo}",
|
605
|
+
"subscriptions_url": "https://api.github.com/users/robb/subscriptions",
|
606
|
+
"organizations_url": "https://api.github.com/users/robb/orgs",
|
607
|
+
"repos_url": "https://api.github.com/users/robb/repos",
|
608
|
+
"events_url": "https://api.github.com/users/robb/events{/privacy}",
|
609
|
+
"received_events_url": "https://api.github.com/users/robb/received_events",
|
610
|
+
"type": "User"
|
611
|
+
},
|
612
|
+
"private": false,
|
613
|
+
"html_url": "https://github.com/robb/.dotfiles",
|
614
|
+
"description": "These are my .dotfiles. There are many like them, but these ones are mine.",
|
615
|
+
"fork": false,
|
616
|
+
"url": "https://api.github.com/repos/robb/.dotfiles",
|
617
|
+
"forks_url": "https://api.github.com/repos/robb/.dotfiles/forks",
|
618
|
+
"keys_url": "https://api.github.com/repos/robb/.dotfiles/keys{/key_id}",
|
619
|
+
"collaborators_url": "https://api.github.com/repos/robb/.dotfiles/collaborators{/collaborator}",
|
620
|
+
"teams_url": "https://api.github.com/repos/robb/.dotfiles/teams",
|
621
|
+
"hooks_url": "https://api.github.com/repos/robb/.dotfiles/hooks",
|
622
|
+
"issue_events_url": "https://api.github.com/repos/robb/.dotfiles/issues/events{/number}",
|
623
|
+
"events_url": "https://api.github.com/repos/robb/.dotfiles/events",
|
624
|
+
"assignees_url": "https://api.github.com/repos/robb/.dotfiles/assignees{/user}",
|
625
|
+
"branches_url": "https://api.github.com/repos/robb/.dotfiles/branches{/branch}",
|
626
|
+
"tags_url": "https://api.github.com/repos/robb/.dotfiles/tags{/tag}",
|
627
|
+
"blobs_url": "https://api.github.com/repos/robb/.dotfiles/git/blobs{/sha}",
|
628
|
+
"git_tags_url": "https://api.github.com/repos/robb/.dotfiles/git/tags{/sha}",
|
629
|
+
"git_refs_url": "https://api.github.com/repos/robb/.dotfiles/git/refs{/sha}",
|
630
|
+
"trees_url": "https://api.github.com/repos/robb/.dotfiles/git/trees{/sha}",
|
631
|
+
"statuses_url": "https://api.github.com/repos/robb/.dotfiles/statuses/{sha}",
|
632
|
+
"languages_url": "https://api.github.com/repos/robb/.dotfiles/languages",
|
633
|
+
"stargazers_url": "https://api.github.com/repos/robb/.dotfiles/stargazers",
|
634
|
+
"contributors_url": "https://api.github.com/repos/robb/.dotfiles/contributors",
|
635
|
+
"subscribers_url": "https://api.github.com/repos/robb/.dotfiles/subscribers",
|
636
|
+
"subscription_url": "https://api.github.com/repos/robb/.dotfiles/subscription",
|
637
|
+
"commits_url": "https://api.github.com/repos/robb/.dotfiles/commits{/sha}",
|
638
|
+
"git_commits_url": "https://api.github.com/repos/robb/.dotfiles/git/commits{/sha}",
|
639
|
+
"comments_url": "https://api.github.com/repos/robb/.dotfiles/comments{/number}",
|
640
|
+
"issue_comment_url": "https://api.github.com/repos/robb/.dotfiles/issues/comments/{number}",
|
641
|
+
"contents_url": "https://api.github.com/repos/robb/.dotfiles/contents/{+path}",
|
642
|
+
"compare_url": "https://api.github.com/repos/robb/.dotfiles/compare/{base}...{head}",
|
643
|
+
"merges_url": "https://api.github.com/repos/robb/.dotfiles/merges",
|
644
|
+
"archive_url": "https://api.github.com/repos/robb/.dotfiles/{archive_format}{/ref}",
|
645
|
+
"downloads_url": "https://api.github.com/repos/robb/.dotfiles/downloads",
|
646
|
+
"issues_url": "https://api.github.com/repos/robb/.dotfiles/issues{/number}",
|
647
|
+
"pulls_url": "https://api.github.com/repos/robb/.dotfiles/pulls{/number}",
|
648
|
+
"milestones_url": "https://api.github.com/repos/robb/.dotfiles/milestones{/number}",
|
649
|
+
"notifications_url": "https://api.github.com/repos/robb/.dotfiles/notifications{?since,all,participating}",
|
650
|
+
"labels_url": "https://api.github.com/repos/robb/.dotfiles/labels{/name}",
|
651
|
+
"created_at": "2012-03-30T15:36:10Z",
|
652
|
+
"updated_at": "2013-03-20T06:50:11Z",
|
653
|
+
"pushed_at": "2013-02-21T10:45:05Z",
|
654
|
+
"git_url": "git://github.com/robb/.dotfiles.git",
|
655
|
+
"ssh_url": "git@github.com:robb/.dotfiles.git",
|
656
|
+
"clone_url": "https://github.com/robb/.dotfiles.git",
|
657
|
+
"svn_url": "https://github.com/robb/.dotfiles",
|
658
|
+
"homepage": "",
|
659
|
+
"size": 160,
|
660
|
+
"watchers_count": 14,
|
661
|
+
"language": "Shell",
|
662
|
+
"has_issues": true,
|
663
|
+
"has_downloads": true,
|
664
|
+
"has_wiki": false,
|
665
|
+
"forks_count": 7,
|
666
|
+
"mirror_url": null,
|
667
|
+
"open_issues_count": 3,
|
668
|
+
"forks": 7,
|
669
|
+
"open_issues": 3,
|
670
|
+
"watchers": 14,
|
671
|
+
"master_branch": "master",
|
672
|
+
"default_branch": "master"
|
673
|
+
},
|
674
|
+
{
|
675
|
+
"id": 1921317,
|
676
|
+
"name": "dotfiles",
|
677
|
+
"full_name": "paulmillr/dotfiles",
|
678
|
+
"owner": {
|
679
|
+
"login": "paulmillr",
|
680
|
+
"id": 574696,
|
681
|
+
"avatar_url": "https://secure.gravatar.com/avatar/d342e4ef045c54a6a6f41d070d8a0406?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
682
|
+
"gravatar_id": "d342e4ef045c54a6a6f41d070d8a0406",
|
683
|
+
"url": "https://api.github.com/users/paulmillr",
|
684
|
+
"html_url": "https://github.com/paulmillr",
|
685
|
+
"followers_url": "https://api.github.com/users/paulmillr/followers",
|
686
|
+
"following_url": "https://api.github.com/users/paulmillr/following",
|
687
|
+
"gists_url": "https://api.github.com/users/paulmillr/gists{/gist_id}",
|
688
|
+
"starred_url": "https://api.github.com/users/paulmillr/starred{/owner}{/repo}",
|
689
|
+
"subscriptions_url": "https://api.github.com/users/paulmillr/subscriptions",
|
690
|
+
"organizations_url": "https://api.github.com/users/paulmillr/orgs",
|
691
|
+
"repos_url": "https://api.github.com/users/paulmillr/repos",
|
692
|
+
"events_url": "https://api.github.com/users/paulmillr/events{/privacy}",
|
693
|
+
"received_events_url": "https://api.github.com/users/paulmillr/received_events",
|
694
|
+
"type": "User"
|
695
|
+
},
|
696
|
+
"private": false,
|
697
|
+
"html_url": "https://github.com/paulmillr/dotfiles",
|
698
|
+
"description": "Colourful & robust OS X configuration files and utilities. ",
|
699
|
+
"fork": false,
|
700
|
+
"url": "https://api.github.com/repos/paulmillr/dotfiles",
|
701
|
+
"forks_url": "https://api.github.com/repos/paulmillr/dotfiles/forks",
|
702
|
+
"keys_url": "https://api.github.com/repos/paulmillr/dotfiles/keys{/key_id}",
|
703
|
+
"collaborators_url": "https://api.github.com/repos/paulmillr/dotfiles/collaborators{/collaborator}",
|
704
|
+
"teams_url": "https://api.github.com/repos/paulmillr/dotfiles/teams",
|
705
|
+
"hooks_url": "https://api.github.com/repos/paulmillr/dotfiles/hooks",
|
706
|
+
"issue_events_url": "https://api.github.com/repos/paulmillr/dotfiles/issues/events{/number}",
|
707
|
+
"events_url": "https://api.github.com/repos/paulmillr/dotfiles/events",
|
708
|
+
"assignees_url": "https://api.github.com/repos/paulmillr/dotfiles/assignees{/user}",
|
709
|
+
"branches_url": "https://api.github.com/repos/paulmillr/dotfiles/branches{/branch}",
|
710
|
+
"tags_url": "https://api.github.com/repos/paulmillr/dotfiles/tags{/tag}",
|
711
|
+
"blobs_url": "https://api.github.com/repos/paulmillr/dotfiles/git/blobs{/sha}",
|
712
|
+
"git_tags_url": "https://api.github.com/repos/paulmillr/dotfiles/git/tags{/sha}",
|
713
|
+
"git_refs_url": "https://api.github.com/repos/paulmillr/dotfiles/git/refs{/sha}",
|
714
|
+
"trees_url": "https://api.github.com/repos/paulmillr/dotfiles/git/trees{/sha}",
|
715
|
+
"statuses_url": "https://api.github.com/repos/paulmillr/dotfiles/statuses/{sha}",
|
716
|
+
"languages_url": "https://api.github.com/repos/paulmillr/dotfiles/languages",
|
717
|
+
"stargazers_url": "https://api.github.com/repos/paulmillr/dotfiles/stargazers",
|
718
|
+
"contributors_url": "https://api.github.com/repos/paulmillr/dotfiles/contributors",
|
719
|
+
"subscribers_url": "https://api.github.com/repos/paulmillr/dotfiles/subscribers",
|
720
|
+
"subscription_url": "https://api.github.com/repos/paulmillr/dotfiles/subscription",
|
721
|
+
"commits_url": "https://api.github.com/repos/paulmillr/dotfiles/commits{/sha}",
|
722
|
+
"git_commits_url": "https://api.github.com/repos/paulmillr/dotfiles/git/commits{/sha}",
|
723
|
+
"comments_url": "https://api.github.com/repos/paulmillr/dotfiles/comments{/number}",
|
724
|
+
"issue_comment_url": "https://api.github.com/repos/paulmillr/dotfiles/issues/comments/{number}",
|
725
|
+
"contents_url": "https://api.github.com/repos/paulmillr/dotfiles/contents/{+path}",
|
726
|
+
"compare_url": "https://api.github.com/repos/paulmillr/dotfiles/compare/{base}...{head}",
|
727
|
+
"merges_url": "https://api.github.com/repos/paulmillr/dotfiles/merges",
|
728
|
+
"archive_url": "https://api.github.com/repos/paulmillr/dotfiles/{archive_format}{/ref}",
|
729
|
+
"downloads_url": "https://api.github.com/repos/paulmillr/dotfiles/downloads",
|
730
|
+
"issues_url": "https://api.github.com/repos/paulmillr/dotfiles/issues{/number}",
|
731
|
+
"pulls_url": "https://api.github.com/repos/paulmillr/dotfiles/pulls{/number}",
|
732
|
+
"milestones_url": "https://api.github.com/repos/paulmillr/dotfiles/milestones{/number}",
|
733
|
+
"notifications_url": "https://api.github.com/repos/paulmillr/dotfiles/notifications{?since,all,participating}",
|
734
|
+
"labels_url": "https://api.github.com/repos/paulmillr/dotfiles/labels{/name}",
|
735
|
+
"created_at": "2011-06-20T00:44:44Z",
|
736
|
+
"updated_at": "2013-03-11T21:21:16Z",
|
737
|
+
"pushed_at": "2013-03-11T21:21:16Z",
|
738
|
+
"git_url": "git://github.com/paulmillr/dotfiles.git",
|
739
|
+
"ssh_url": "git@github.com:paulmillr/dotfiles.git",
|
740
|
+
"clone_url": "https://github.com/paulmillr/dotfiles.git",
|
741
|
+
"svn_url": "https://github.com/paulmillr/dotfiles",
|
742
|
+
"homepage": "http://dotfiles.github.com/",
|
743
|
+
"size": 212,
|
744
|
+
"watchers_count": 25,
|
745
|
+
"language": "Shell",
|
746
|
+
"has_issues": true,
|
747
|
+
"has_downloads": true,
|
748
|
+
"has_wiki": true,
|
749
|
+
"forks_count": 1,
|
750
|
+
"mirror_url": null,
|
751
|
+
"open_issues_count": 0,
|
752
|
+
"forks": 1,
|
753
|
+
"open_issues": 0,
|
754
|
+
"watchers": 25,
|
755
|
+
"master_branch": "master",
|
756
|
+
"default_branch": "master"
|
757
|
+
},
|
758
|
+
{
|
759
|
+
"id": 8666568,
|
760
|
+
"name": "glimpse",
|
761
|
+
"full_name": "dewski/glimpse",
|
762
|
+
"owner": {
|
763
|
+
"login": "dewski",
|
764
|
+
"id": 79995,
|
765
|
+
"avatar_url": "https://secure.gravatar.com/avatar/f5a0f0acef57d61304ed7c5da7cd5007?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
766
|
+
"gravatar_id": "f5a0f0acef57d61304ed7c5da7cd5007",
|
767
|
+
"url": "https://api.github.com/users/dewski",
|
768
|
+
"html_url": "https://github.com/dewski",
|
769
|
+
"followers_url": "https://api.github.com/users/dewski/followers",
|
770
|
+
"following_url": "https://api.github.com/users/dewski/following",
|
771
|
+
"gists_url": "https://api.github.com/users/dewski/gists{/gist_id}",
|
772
|
+
"starred_url": "https://api.github.com/users/dewski/starred{/owner}{/repo}",
|
773
|
+
"subscriptions_url": "https://api.github.com/users/dewski/subscriptions",
|
774
|
+
"organizations_url": "https://api.github.com/users/dewski/orgs",
|
775
|
+
"repos_url": "https://api.github.com/users/dewski/repos",
|
776
|
+
"events_url": "https://api.github.com/users/dewski/events{/privacy}",
|
777
|
+
"received_events_url": "https://api.github.com/users/dewski/received_events",
|
778
|
+
"type": "User"
|
779
|
+
},
|
780
|
+
"private": false,
|
781
|
+
"html_url": "https://github.com/dewski/glimpse",
|
782
|
+
"description": "Provide a glimpse into your Rails applications.",
|
783
|
+
"fork": false,
|
784
|
+
"url": "https://api.github.com/repos/dewski/glimpse",
|
785
|
+
"forks_url": "https://api.github.com/repos/dewski/glimpse/forks",
|
786
|
+
"keys_url": "https://api.github.com/repos/dewski/glimpse/keys{/key_id}",
|
787
|
+
"collaborators_url": "https://api.github.com/repos/dewski/glimpse/collaborators{/collaborator}",
|
788
|
+
"teams_url": "https://api.github.com/repos/dewski/glimpse/teams",
|
789
|
+
"hooks_url": "https://api.github.com/repos/dewski/glimpse/hooks",
|
790
|
+
"issue_events_url": "https://api.github.com/repos/dewski/glimpse/issues/events{/number}",
|
791
|
+
"events_url": "https://api.github.com/repos/dewski/glimpse/events",
|
792
|
+
"assignees_url": "https://api.github.com/repos/dewski/glimpse/assignees{/user}",
|
793
|
+
"branches_url": "https://api.github.com/repos/dewski/glimpse/branches{/branch}",
|
794
|
+
"tags_url": "https://api.github.com/repos/dewski/glimpse/tags{/tag}",
|
795
|
+
"blobs_url": "https://api.github.com/repos/dewski/glimpse/git/blobs{/sha}",
|
796
|
+
"git_tags_url": "https://api.github.com/repos/dewski/glimpse/git/tags{/sha}",
|
797
|
+
"git_refs_url": "https://api.github.com/repos/dewski/glimpse/git/refs{/sha}",
|
798
|
+
"trees_url": "https://api.github.com/repos/dewski/glimpse/git/trees{/sha}",
|
799
|
+
"statuses_url": "https://api.github.com/repos/dewski/glimpse/statuses/{sha}",
|
800
|
+
"languages_url": "https://api.github.com/repos/dewski/glimpse/languages",
|
801
|
+
"stargazers_url": "https://api.github.com/repos/dewski/glimpse/stargazers",
|
802
|
+
"contributors_url": "https://api.github.com/repos/dewski/glimpse/contributors",
|
803
|
+
"subscribers_url": "https://api.github.com/repos/dewski/glimpse/subscribers",
|
804
|
+
"subscription_url": "https://api.github.com/repos/dewski/glimpse/subscription",
|
805
|
+
"commits_url": "https://api.github.com/repos/dewski/glimpse/commits{/sha}",
|
806
|
+
"git_commits_url": "https://api.github.com/repos/dewski/glimpse/git/commits{/sha}",
|
807
|
+
"comments_url": "https://api.github.com/repos/dewski/glimpse/comments{/number}",
|
808
|
+
"issue_comment_url": "https://api.github.com/repos/dewski/glimpse/issues/comments/{number}",
|
809
|
+
"contents_url": "https://api.github.com/repos/dewski/glimpse/contents/{+path}",
|
810
|
+
"compare_url": "https://api.github.com/repos/dewski/glimpse/compare/{base}...{head}",
|
811
|
+
"merges_url": "https://api.github.com/repos/dewski/glimpse/merges",
|
812
|
+
"archive_url": "https://api.github.com/repos/dewski/glimpse/{archive_format}{/ref}",
|
813
|
+
"downloads_url": "https://api.github.com/repos/dewski/glimpse/downloads",
|
814
|
+
"issues_url": "https://api.github.com/repos/dewski/glimpse/issues{/number}",
|
815
|
+
"pulls_url": "https://api.github.com/repos/dewski/glimpse/pulls{/number}",
|
816
|
+
"milestones_url": "https://api.github.com/repos/dewski/glimpse/milestones{/number}",
|
817
|
+
"notifications_url": "https://api.github.com/repos/dewski/glimpse/notifications{?since,all,participating}",
|
818
|
+
"labels_url": "https://api.github.com/repos/dewski/glimpse/labels{/name}",
|
819
|
+
"created_at": "2013-03-09T07:22:46Z",
|
820
|
+
"updated_at": "2013-03-21T13:00:18Z",
|
821
|
+
"pushed_at": "2013-03-20T05:56:34Z",
|
822
|
+
"git_url": "git://github.com/dewski/glimpse.git",
|
823
|
+
"ssh_url": "git@github.com:dewski/glimpse.git",
|
824
|
+
"clone_url": "https://github.com/dewski/glimpse.git",
|
825
|
+
"svn_url": "https://github.com/dewski/glimpse",
|
826
|
+
"homepage": null,
|
827
|
+
"size": 320,
|
828
|
+
"watchers_count": 379,
|
829
|
+
"language": "Ruby",
|
830
|
+
"has_issues": true,
|
831
|
+
"has_downloads": true,
|
832
|
+
"has_wiki": true,
|
833
|
+
"forks_count": 16,
|
834
|
+
"mirror_url": null,
|
835
|
+
"open_issues_count": 3,
|
836
|
+
"forks": 16,
|
837
|
+
"open_issues": 3,
|
838
|
+
"watchers": 379,
|
839
|
+
"master_branch": "master",
|
840
|
+
"default_branch": "master"
|
841
|
+
},
|
842
|
+
{
|
843
|
+
"id": 8629550,
|
844
|
+
"name": "clik",
|
845
|
+
"full_name": "rubyworks/clik",
|
846
|
+
"owner": {
|
847
|
+
"login": "rubyworks",
|
848
|
+
"id": 123975,
|
849
|
+
"avatar_url": "https://secure.gravatar.com/avatar/43b56511d3a5ced3a19a04995baa634b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
|
850
|
+
"gravatar_id": "43b56511d3a5ced3a19a04995baa634b",
|
851
|
+
"url": "https://api.github.com/users/rubyworks",
|
852
|
+
"html_url": "https://github.com/rubyworks",
|
853
|
+
"followers_url": "https://api.github.com/users/rubyworks/followers",
|
854
|
+
"following_url": "https://api.github.com/users/rubyworks/following",
|
855
|
+
"gists_url": "https://api.github.com/users/rubyworks/gists{/gist_id}",
|
856
|
+
"starred_url": "https://api.github.com/users/rubyworks/starred{/owner}{/repo}",
|
857
|
+
"subscriptions_url": "https://api.github.com/users/rubyworks/subscriptions",
|
858
|
+
"organizations_url": "https://api.github.com/users/rubyworks/orgs",
|
859
|
+
"repos_url": "https://api.github.com/users/rubyworks/repos",
|
860
|
+
"events_url": "https://api.github.com/users/rubyworks/events{/privacy}",
|
861
|
+
"received_events_url": "https://api.github.com/users/rubyworks/received_events",
|
862
|
+
"type": "Organization"
|
863
|
+
},
|
864
|
+
"private": false,
|
865
|
+
"html_url": "https://github.com/rubyworks/clik",
|
866
|
+
"description": "Kernel#cli",
|
867
|
+
"fork": false,
|
868
|
+
"url": "https://api.github.com/repos/rubyworks/clik",
|
869
|
+
"forks_url": "https://api.github.com/repos/rubyworks/clik/forks",
|
870
|
+
"keys_url": "https://api.github.com/repos/rubyworks/clik/keys{/key_id}",
|
871
|
+
"collaborators_url": "https://api.github.com/repos/rubyworks/clik/collaborators{/collaborator}",
|
872
|
+
"teams_url": "https://api.github.com/repos/rubyworks/clik/teams",
|
873
|
+
"hooks_url": "https://api.github.com/repos/rubyworks/clik/hooks",
|
874
|
+
"issue_events_url": "https://api.github.com/repos/rubyworks/clik/issues/events{/number}",
|
875
|
+
"events_url": "https://api.github.com/repos/rubyworks/clik/events",
|
876
|
+
"assignees_url": "https://api.github.com/repos/rubyworks/clik/assignees{/user}",
|
877
|
+
"branches_url": "https://api.github.com/repos/rubyworks/clik/branches{/branch}",
|
878
|
+
"tags_url": "https://api.github.com/repos/rubyworks/clik/tags{/tag}",
|
879
|
+
"blobs_url": "https://api.github.com/repos/rubyworks/clik/git/blobs{/sha}",
|
880
|
+
"git_tags_url": "https://api.github.com/repos/rubyworks/clik/git/tags{/sha}",
|
881
|
+
"git_refs_url": "https://api.github.com/repos/rubyworks/clik/git/refs{/sha}",
|
882
|
+
"trees_url": "https://api.github.com/repos/rubyworks/clik/git/trees{/sha}",
|
883
|
+
"statuses_url": "https://api.github.com/repos/rubyworks/clik/statuses/{sha}",
|
884
|
+
"languages_url": "https://api.github.com/repos/rubyworks/clik/languages",
|
885
|
+
"stargazers_url": "https://api.github.com/repos/rubyworks/clik/stargazers",
|
886
|
+
"contributors_url": "https://api.github.com/repos/rubyworks/clik/contributors",
|
887
|
+
"subscribers_url": "https://api.github.com/repos/rubyworks/clik/subscribers",
|
888
|
+
"subscription_url": "https://api.github.com/repos/rubyworks/clik/subscription",
|
889
|
+
"commits_url": "https://api.github.com/repos/rubyworks/clik/commits{/sha}",
|
890
|
+
"git_commits_url": "https://api.github.com/repos/rubyworks/clik/git/commits{/sha}",
|
891
|
+
"comments_url": "https://api.github.com/repos/rubyworks/clik/comments{/number}",
|
892
|
+
"issue_comment_url": "https://api.github.com/repos/rubyworks/clik/issues/comments/{number}",
|
893
|
+
"contents_url": "https://api.github.com/repos/rubyworks/clik/contents/{+path}",
|
894
|
+
"compare_url": "https://api.github.com/repos/rubyworks/clik/compare/{base}...{head}",
|
895
|
+
"merges_url": "https://api.github.com/repos/rubyworks/clik/merges",
|
896
|
+
"archive_url": "https://api.github.com/repos/rubyworks/clik/{archive_format}{/ref}",
|
897
|
+
"downloads_url": "https://api.github.com/repos/rubyworks/clik/downloads",
|
898
|
+
"issues_url": "https://api.github.com/repos/rubyworks/clik/issues{/number}",
|
899
|
+
"pulls_url": "https://api.github.com/repos/rubyworks/clik/pulls{/number}",
|
900
|
+
"milestones_url": "https://api.github.com/repos/rubyworks/clik/milestones{/number}",
|
901
|
+
"notifications_url": "https://api.github.com/repos/rubyworks/clik/notifications{?since,all,participating}",
|
902
|
+
"labels_url": "https://api.github.com/repos/rubyworks/clik/labels{/name}",
|
903
|
+
"created_at": "2013-03-07T14:51:35Z",
|
904
|
+
"updated_at": "2013-03-21T04:27:11Z",
|
905
|
+
"pushed_at": "2013-03-10T23:16:42Z",
|
906
|
+
"git_url": "git://github.com/rubyworks/clik.git",
|
907
|
+
"ssh_url": "git@github.com:rubyworks/clik.git",
|
908
|
+
"clone_url": "https://github.com/rubyworks/clik.git",
|
909
|
+
"svn_url": "https://github.com/rubyworks/clik",
|
910
|
+
"homepage": null,
|
911
|
+
"size": 308,
|
912
|
+
"watchers_count": 90,
|
913
|
+
"language": "Ruby",
|
914
|
+
"has_issues": true,
|
915
|
+
"has_downloads": true,
|
916
|
+
"has_wiki": false,
|
917
|
+
"forks_count": 1,
|
918
|
+
"mirror_url": null,
|
919
|
+
"open_issues_count": 0,
|
920
|
+
"forks": 1,
|
921
|
+
"open_issues": 0,
|
922
|
+
"watchers": 90,
|
923
|
+
"master_branch": "master",
|
924
|
+
"default_branch": "master"
|
925
|
+
},
|
926
|
+
{
|
927
|
+
"id": 8445877,
|
928
|
+
"name": "platform-samples",
|
929
|
+
"full_name": "github/platform-samples",
|
930
|
+
"owner": {
|
931
|
+
"login": "github",
|
932
|
+
"id": 9919,
|
933
|
+
"avatar_url": "https://secure.gravatar.com/avatar/61024896f291303615bcd4f7a0dcfb74?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
|
934
|
+
"gravatar_id": "61024896f291303615bcd4f7a0dcfb74",
|
935
|
+
"url": "https://api.github.com/users/github",
|
936
|
+
"html_url": "https://github.com/github",
|
937
|
+
"followers_url": "https://api.github.com/users/github/followers",
|
938
|
+
"following_url": "https://api.github.com/users/github/following",
|
939
|
+
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
|
940
|
+
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
|
941
|
+
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
|
942
|
+
"organizations_url": "https://api.github.com/users/github/orgs",
|
943
|
+
"repos_url": "https://api.github.com/users/github/repos",
|
944
|
+
"events_url": "https://api.github.com/users/github/events{/privacy}",
|
945
|
+
"received_events_url": "https://api.github.com/users/github/received_events",
|
946
|
+
"type": "Organization"
|
947
|
+
},
|
948
|
+
"private": false,
|
949
|
+
"html_url": "https://github.com/github/platform-samples",
|
950
|
+
"description": "A public place for all platform sample projects.",
|
951
|
+
"fork": false,
|
952
|
+
"url": "https://api.github.com/repos/github/platform-samples",
|
953
|
+
"forks_url": "https://api.github.com/repos/github/platform-samples/forks",
|
954
|
+
"keys_url": "https://api.github.com/repos/github/platform-samples/keys{/key_id}",
|
955
|
+
"collaborators_url": "https://api.github.com/repos/github/platform-samples/collaborators{/collaborator}",
|
956
|
+
"teams_url": "https://api.github.com/repos/github/platform-samples/teams",
|
957
|
+
"hooks_url": "https://api.github.com/repos/github/platform-samples/hooks",
|
958
|
+
"issue_events_url": "https://api.github.com/repos/github/platform-samples/issues/events{/number}",
|
959
|
+
"events_url": "https://api.github.com/repos/github/platform-samples/events",
|
960
|
+
"assignees_url": "https://api.github.com/repos/github/platform-samples/assignees{/user}",
|
961
|
+
"branches_url": "https://api.github.com/repos/github/platform-samples/branches{/branch}",
|
962
|
+
"tags_url": "https://api.github.com/repos/github/platform-samples/tags{/tag}",
|
963
|
+
"blobs_url": "https://api.github.com/repos/github/platform-samples/git/blobs{/sha}",
|
964
|
+
"git_tags_url": "https://api.github.com/repos/github/platform-samples/git/tags{/sha}",
|
965
|
+
"git_refs_url": "https://api.github.com/repos/github/platform-samples/git/refs{/sha}",
|
966
|
+
"trees_url": "https://api.github.com/repos/github/platform-samples/git/trees{/sha}",
|
967
|
+
"statuses_url": "https://api.github.com/repos/github/platform-samples/statuses/{sha}",
|
968
|
+
"languages_url": "https://api.github.com/repos/github/platform-samples/languages",
|
969
|
+
"stargazers_url": "https://api.github.com/repos/github/platform-samples/stargazers",
|
970
|
+
"contributors_url": "https://api.github.com/repos/github/platform-samples/contributors",
|
971
|
+
"subscribers_url": "https://api.github.com/repos/github/platform-samples/subscribers",
|
972
|
+
"subscription_url": "https://api.github.com/repos/github/platform-samples/subscription",
|
973
|
+
"commits_url": "https://api.github.com/repos/github/platform-samples/commits{/sha}",
|
974
|
+
"git_commits_url": "https://api.github.com/repos/github/platform-samples/git/commits{/sha}",
|
975
|
+
"comments_url": "https://api.github.com/repos/github/platform-samples/comments{/number}",
|
976
|
+
"issue_comment_url": "https://api.github.com/repos/github/platform-samples/issues/comments/{number}",
|
977
|
+
"contents_url": "https://api.github.com/repos/github/platform-samples/contents/{+path}",
|
978
|
+
"compare_url": "https://api.github.com/repos/github/platform-samples/compare/{base}...{head}",
|
979
|
+
"merges_url": "https://api.github.com/repos/github/platform-samples/merges",
|
980
|
+
"archive_url": "https://api.github.com/repos/github/platform-samples/{archive_format}{/ref}",
|
981
|
+
"downloads_url": "https://api.github.com/repos/github/platform-samples/downloads",
|
982
|
+
"issues_url": "https://api.github.com/repos/github/platform-samples/issues{/number}",
|
983
|
+
"pulls_url": "https://api.github.com/repos/github/platform-samples/pulls{/number}",
|
984
|
+
"milestones_url": "https://api.github.com/repos/github/platform-samples/milestones{/number}",
|
985
|
+
"notifications_url": "https://api.github.com/repos/github/platform-samples/notifications{?since,all,participating}",
|
986
|
+
"labels_url": "https://api.github.com/repos/github/platform-samples/labels{/name}",
|
987
|
+
"created_at": "2013-02-27T01:04:54Z",
|
988
|
+
"updated_at": "2013-03-14T01:26:18Z",
|
989
|
+
"pushed_at": "2013-03-07T23:00:16Z",
|
990
|
+
"git_url": "git://github.com/github/platform-samples.git",
|
991
|
+
"ssh_url": "git@github.com:github/platform-samples.git",
|
992
|
+
"clone_url": "https://github.com/github/platform-samples.git",
|
993
|
+
"svn_url": "https://github.com/github/platform-samples",
|
994
|
+
"homepage": null,
|
995
|
+
"size": 196,
|
996
|
+
"watchers_count": 3,
|
997
|
+
"language": "Ruby",
|
998
|
+
"has_issues": true,
|
999
|
+
"has_downloads": true,
|
1000
|
+
"has_wiki": true,
|
1001
|
+
"forks_count": 0,
|
1002
|
+
"mirror_url": null,
|
1003
|
+
"open_issues_count": 0,
|
1004
|
+
"forks": 0,
|
1005
|
+
"open_issues": 0,
|
1006
|
+
"watchers": 3,
|
1007
|
+
"master_branch": "master",
|
1008
|
+
"default_branch": "master"
|
1009
|
+
},
|
1010
|
+
{
|
1011
|
+
"id": 1605820,
|
1012
|
+
"name": "cucumber-api-steps",
|
1013
|
+
"full_name": "jayzes/cucumber-api-steps",
|
1014
|
+
"owner": {
|
1015
|
+
"login": "jayzes",
|
1016
|
+
"id": 22783,
|
1017
|
+
"avatar_url": "https://secure.gravatar.com/avatar/773a137d6fc051556c6a8df81fbfa315?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
1018
|
+
"gravatar_id": "773a137d6fc051556c6a8df81fbfa315",
|
1019
|
+
"url": "https://api.github.com/users/jayzes",
|
1020
|
+
"html_url": "https://github.com/jayzes",
|
1021
|
+
"followers_url": "https://api.github.com/users/jayzes/followers",
|
1022
|
+
"following_url": "https://api.github.com/users/jayzes/following",
|
1023
|
+
"gists_url": "https://api.github.com/users/jayzes/gists{/gist_id}",
|
1024
|
+
"starred_url": "https://api.github.com/users/jayzes/starred{/owner}{/repo}",
|
1025
|
+
"subscriptions_url": "https://api.github.com/users/jayzes/subscriptions",
|
1026
|
+
"organizations_url": "https://api.github.com/users/jayzes/orgs",
|
1027
|
+
"repos_url": "https://api.github.com/users/jayzes/repos",
|
1028
|
+
"events_url": "https://api.github.com/users/jayzes/events{/privacy}",
|
1029
|
+
"received_events_url": "https://api.github.com/users/jayzes/received_events",
|
1030
|
+
"type": "User"
|
1031
|
+
},
|
1032
|
+
"private": false,
|
1033
|
+
"html_url": "https://github.com/jayzes/cucumber-api-steps",
|
1034
|
+
"description": "Cucumber steps to easily test REST-based XML and JSON APIs",
|
1035
|
+
"fork": false,
|
1036
|
+
"url": "https://api.github.com/repos/jayzes/cucumber-api-steps",
|
1037
|
+
"forks_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/forks",
|
1038
|
+
"keys_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/keys{/key_id}",
|
1039
|
+
"collaborators_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/collaborators{/collaborator}",
|
1040
|
+
"teams_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/teams",
|
1041
|
+
"hooks_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/hooks",
|
1042
|
+
"issue_events_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/issues/events{/number}",
|
1043
|
+
"events_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/events",
|
1044
|
+
"assignees_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/assignees{/user}",
|
1045
|
+
"branches_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/branches{/branch}",
|
1046
|
+
"tags_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/tags{/tag}",
|
1047
|
+
"blobs_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/git/blobs{/sha}",
|
1048
|
+
"git_tags_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/git/tags{/sha}",
|
1049
|
+
"git_refs_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/git/refs{/sha}",
|
1050
|
+
"trees_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/git/trees{/sha}",
|
1051
|
+
"statuses_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/statuses/{sha}",
|
1052
|
+
"languages_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/languages",
|
1053
|
+
"stargazers_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/stargazers",
|
1054
|
+
"contributors_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/contributors",
|
1055
|
+
"subscribers_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/subscribers",
|
1056
|
+
"subscription_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/subscription",
|
1057
|
+
"commits_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/commits{/sha}",
|
1058
|
+
"git_commits_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/git/commits{/sha}",
|
1059
|
+
"comments_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/comments{/number}",
|
1060
|
+
"issue_comment_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/issues/comments/{number}",
|
1061
|
+
"contents_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/contents/{+path}",
|
1062
|
+
"compare_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/compare/{base}...{head}",
|
1063
|
+
"merges_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/merges",
|
1064
|
+
"archive_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/{archive_format}{/ref}",
|
1065
|
+
"downloads_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/downloads",
|
1066
|
+
"issues_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/issues{/number}",
|
1067
|
+
"pulls_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/pulls{/number}",
|
1068
|
+
"milestones_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/milestones{/number}",
|
1069
|
+
"notifications_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/notifications{?since,all,participating}",
|
1070
|
+
"labels_url": "https://api.github.com/repos/jayzes/cucumber-api-steps/labels{/name}",
|
1071
|
+
"created_at": "2011-04-12T19:30:27Z",
|
1072
|
+
"updated_at": "2013-03-21T06:33:57Z",
|
1073
|
+
"pushed_at": "2013-03-21T06:33:57Z",
|
1074
|
+
"git_url": "git://github.com/jayzes/cucumber-api-steps.git",
|
1075
|
+
"ssh_url": "git@github.com:jayzes/cucumber-api-steps.git",
|
1076
|
+
"clone_url": "https://github.com/jayzes/cucumber-api-steps.git",
|
1077
|
+
"svn_url": "https://github.com/jayzes/cucumber-api-steps",
|
1078
|
+
"homepage": "",
|
1079
|
+
"size": 212,
|
1080
|
+
"watchers_count": 66,
|
1081
|
+
"language": "Ruby",
|
1082
|
+
"has_issues": true,
|
1083
|
+
"has_downloads": true,
|
1084
|
+
"has_wiki": true,
|
1085
|
+
"forks_count": 20,
|
1086
|
+
"mirror_url": null,
|
1087
|
+
"open_issues_count": 3,
|
1088
|
+
"forks": 20,
|
1089
|
+
"open_issues": 3,
|
1090
|
+
"watchers": 66,
|
1091
|
+
"master_branch": "master",
|
1092
|
+
"default_branch": "master"
|
1093
|
+
},
|
1094
|
+
{
|
1095
|
+
"id": 1656500,
|
1096
|
+
"name": "dotfiles",
|
1097
|
+
"full_name": "davesims/dotfiles",
|
1098
|
+
"owner": {
|
1099
|
+
"login": "davesims",
|
1100
|
+
"id": 122950,
|
1101
|
+
"avatar_url": "https://secure.gravatar.com/avatar/5756f9ea3fa0d1df985d7e2d4b83fa8a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
1102
|
+
"gravatar_id": "5756f9ea3fa0d1df985d7e2d4b83fa8a",
|
1103
|
+
"url": "https://api.github.com/users/davesims",
|
1104
|
+
"html_url": "https://github.com/davesims",
|
1105
|
+
"followers_url": "https://api.github.com/users/davesims/followers",
|
1106
|
+
"following_url": "https://api.github.com/users/davesims/following",
|
1107
|
+
"gists_url": "https://api.github.com/users/davesims/gists{/gist_id}",
|
1108
|
+
"starred_url": "https://api.github.com/users/davesims/starred{/owner}{/repo}",
|
1109
|
+
"subscriptions_url": "https://api.github.com/users/davesims/subscriptions",
|
1110
|
+
"organizations_url": "https://api.github.com/users/davesims/orgs",
|
1111
|
+
"repos_url": "https://api.github.com/users/davesims/repos",
|
1112
|
+
"events_url": "https://api.github.com/users/davesims/events{/privacy}",
|
1113
|
+
"received_events_url": "https://api.github.com/users/davesims/received_events",
|
1114
|
+
"type": "User"
|
1115
|
+
},
|
1116
|
+
"private": false,
|
1117
|
+
"html_url": "https://github.com/davesims/dotfiles",
|
1118
|
+
"description": "You know -- for kids!",
|
1119
|
+
"fork": false,
|
1120
|
+
"url": "https://api.github.com/repos/davesims/dotfiles",
|
1121
|
+
"forks_url": "https://api.github.com/repos/davesims/dotfiles/forks",
|
1122
|
+
"keys_url": "https://api.github.com/repos/davesims/dotfiles/keys{/key_id}",
|
1123
|
+
"collaborators_url": "https://api.github.com/repos/davesims/dotfiles/collaborators{/collaborator}",
|
1124
|
+
"teams_url": "https://api.github.com/repos/davesims/dotfiles/teams",
|
1125
|
+
"hooks_url": "https://api.github.com/repos/davesims/dotfiles/hooks",
|
1126
|
+
"issue_events_url": "https://api.github.com/repos/davesims/dotfiles/issues/events{/number}",
|
1127
|
+
"events_url": "https://api.github.com/repos/davesims/dotfiles/events",
|
1128
|
+
"assignees_url": "https://api.github.com/repos/davesims/dotfiles/assignees{/user}",
|
1129
|
+
"branches_url": "https://api.github.com/repos/davesims/dotfiles/branches{/branch}",
|
1130
|
+
"tags_url": "https://api.github.com/repos/davesims/dotfiles/tags{/tag}",
|
1131
|
+
"blobs_url": "https://api.github.com/repos/davesims/dotfiles/git/blobs{/sha}",
|
1132
|
+
"git_tags_url": "https://api.github.com/repos/davesims/dotfiles/git/tags{/sha}",
|
1133
|
+
"git_refs_url": "https://api.github.com/repos/davesims/dotfiles/git/refs{/sha}",
|
1134
|
+
"trees_url": "https://api.github.com/repos/davesims/dotfiles/git/trees{/sha}",
|
1135
|
+
"statuses_url": "https://api.github.com/repos/davesims/dotfiles/statuses/{sha}",
|
1136
|
+
"languages_url": "https://api.github.com/repos/davesims/dotfiles/languages",
|
1137
|
+
"stargazers_url": "https://api.github.com/repos/davesims/dotfiles/stargazers",
|
1138
|
+
"contributors_url": "https://api.github.com/repos/davesims/dotfiles/contributors",
|
1139
|
+
"subscribers_url": "https://api.github.com/repos/davesims/dotfiles/subscribers",
|
1140
|
+
"subscription_url": "https://api.github.com/repos/davesims/dotfiles/subscription",
|
1141
|
+
"commits_url": "https://api.github.com/repos/davesims/dotfiles/commits{/sha}",
|
1142
|
+
"git_commits_url": "https://api.github.com/repos/davesims/dotfiles/git/commits{/sha}",
|
1143
|
+
"comments_url": "https://api.github.com/repos/davesims/dotfiles/comments{/number}",
|
1144
|
+
"issue_comment_url": "https://api.github.com/repos/davesims/dotfiles/issues/comments/{number}",
|
1145
|
+
"contents_url": "https://api.github.com/repos/davesims/dotfiles/contents/{+path}",
|
1146
|
+
"compare_url": "https://api.github.com/repos/davesims/dotfiles/compare/{base}...{head}",
|
1147
|
+
"merges_url": "https://api.github.com/repos/davesims/dotfiles/merges",
|
1148
|
+
"archive_url": "https://api.github.com/repos/davesims/dotfiles/{archive_format}{/ref}",
|
1149
|
+
"downloads_url": "https://api.github.com/repos/davesims/dotfiles/downloads",
|
1150
|
+
"issues_url": "https://api.github.com/repos/davesims/dotfiles/issues{/number}",
|
1151
|
+
"pulls_url": "https://api.github.com/repos/davesims/dotfiles/pulls{/number}",
|
1152
|
+
"milestones_url": "https://api.github.com/repos/davesims/dotfiles/milestones{/number}",
|
1153
|
+
"notifications_url": "https://api.github.com/repos/davesims/dotfiles/notifications{?since,all,participating}",
|
1154
|
+
"labels_url": "https://api.github.com/repos/davesims/dotfiles/labels{/name}",
|
1155
|
+
"created_at": "2011-04-24T12:38:02Z",
|
1156
|
+
"updated_at": "2013-03-11T16:28:04Z",
|
1157
|
+
"pushed_at": "2013-03-05T23:21:48Z",
|
1158
|
+
"git_url": "git://github.com/davesims/dotfiles.git",
|
1159
|
+
"ssh_url": "git@github.com:davesims/dotfiles.git",
|
1160
|
+
"clone_url": "https://github.com/davesims/dotfiles.git",
|
1161
|
+
"svn_url": "https://github.com/davesims/dotfiles",
|
1162
|
+
"homepage": "",
|
1163
|
+
"size": 1068,
|
1164
|
+
"watchers_count": 3,
|
1165
|
+
"language": "VimL",
|
1166
|
+
"has_issues": true,
|
1167
|
+
"has_downloads": true,
|
1168
|
+
"has_wiki": true,
|
1169
|
+
"forks_count": 0,
|
1170
|
+
"mirror_url": null,
|
1171
|
+
"open_issues_count": 0,
|
1172
|
+
"forks": 0,
|
1173
|
+
"open_issues": 0,
|
1174
|
+
"watchers": 3,
|
1175
|
+
"master_branch": "master",
|
1176
|
+
"default_branch": "master"
|
1177
|
+
},
|
1178
|
+
{
|
1179
|
+
"id": 7194880,
|
1180
|
+
"name": "bin",
|
1181
|
+
"full_name": "mrtazz/bin",
|
1182
|
+
"owner": {
|
1183
|
+
"login": "mrtazz",
|
1184
|
+
"id": 68183,
|
1185
|
+
"avatar_url": "https://secure.gravatar.com/avatar/89e0ad1229121f46047977ac547bd7b4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
1186
|
+
"gravatar_id": "89e0ad1229121f46047977ac547bd7b4",
|
1187
|
+
"url": "https://api.github.com/users/mrtazz",
|
1188
|
+
"html_url": "https://github.com/mrtazz",
|
1189
|
+
"followers_url": "https://api.github.com/users/mrtazz/followers",
|
1190
|
+
"following_url": "https://api.github.com/users/mrtazz/following",
|
1191
|
+
"gists_url": "https://api.github.com/users/mrtazz/gists{/gist_id}",
|
1192
|
+
"starred_url": "https://api.github.com/users/mrtazz/starred{/owner}{/repo}",
|
1193
|
+
"subscriptions_url": "https://api.github.com/users/mrtazz/subscriptions",
|
1194
|
+
"organizations_url": "https://api.github.com/users/mrtazz/orgs",
|
1195
|
+
"repos_url": "https://api.github.com/users/mrtazz/repos",
|
1196
|
+
"events_url": "https://api.github.com/users/mrtazz/events{/privacy}",
|
1197
|
+
"received_events_url": "https://api.github.com/users/mrtazz/received_events",
|
1198
|
+
"type": "User"
|
1199
|
+
},
|
1200
|
+
"private": false,
|
1201
|
+
"html_url": "https://github.com/mrtazz/bin",
|
1202
|
+
"description": "my ~/bin folder",
|
1203
|
+
"fork": false,
|
1204
|
+
"url": "https://api.github.com/repos/mrtazz/bin",
|
1205
|
+
"forks_url": "https://api.github.com/repos/mrtazz/bin/forks",
|
1206
|
+
"keys_url": "https://api.github.com/repos/mrtazz/bin/keys{/key_id}",
|
1207
|
+
"collaborators_url": "https://api.github.com/repos/mrtazz/bin/collaborators{/collaborator}",
|
1208
|
+
"teams_url": "https://api.github.com/repos/mrtazz/bin/teams",
|
1209
|
+
"hooks_url": "https://api.github.com/repos/mrtazz/bin/hooks",
|
1210
|
+
"issue_events_url": "https://api.github.com/repos/mrtazz/bin/issues/events{/number}",
|
1211
|
+
"events_url": "https://api.github.com/repos/mrtazz/bin/events",
|
1212
|
+
"assignees_url": "https://api.github.com/repos/mrtazz/bin/assignees{/user}",
|
1213
|
+
"branches_url": "https://api.github.com/repos/mrtazz/bin/branches{/branch}",
|
1214
|
+
"tags_url": "https://api.github.com/repos/mrtazz/bin/tags{/tag}",
|
1215
|
+
"blobs_url": "https://api.github.com/repos/mrtazz/bin/git/blobs{/sha}",
|
1216
|
+
"git_tags_url": "https://api.github.com/repos/mrtazz/bin/git/tags{/sha}",
|
1217
|
+
"git_refs_url": "https://api.github.com/repos/mrtazz/bin/git/refs{/sha}",
|
1218
|
+
"trees_url": "https://api.github.com/repos/mrtazz/bin/git/trees{/sha}",
|
1219
|
+
"statuses_url": "https://api.github.com/repos/mrtazz/bin/statuses/{sha}",
|
1220
|
+
"languages_url": "https://api.github.com/repos/mrtazz/bin/languages",
|
1221
|
+
"stargazers_url": "https://api.github.com/repos/mrtazz/bin/stargazers",
|
1222
|
+
"contributors_url": "https://api.github.com/repos/mrtazz/bin/contributors",
|
1223
|
+
"subscribers_url": "https://api.github.com/repos/mrtazz/bin/subscribers",
|
1224
|
+
"subscription_url": "https://api.github.com/repos/mrtazz/bin/subscription",
|
1225
|
+
"commits_url": "https://api.github.com/repos/mrtazz/bin/commits{/sha}",
|
1226
|
+
"git_commits_url": "https://api.github.com/repos/mrtazz/bin/git/commits{/sha}",
|
1227
|
+
"comments_url": "https://api.github.com/repos/mrtazz/bin/comments{/number}",
|
1228
|
+
"issue_comment_url": "https://api.github.com/repos/mrtazz/bin/issues/comments/{number}",
|
1229
|
+
"contents_url": "https://api.github.com/repos/mrtazz/bin/contents/{+path}",
|
1230
|
+
"compare_url": "https://api.github.com/repos/mrtazz/bin/compare/{base}...{head}",
|
1231
|
+
"merges_url": "https://api.github.com/repos/mrtazz/bin/merges",
|
1232
|
+
"archive_url": "https://api.github.com/repos/mrtazz/bin/{archive_format}{/ref}",
|
1233
|
+
"downloads_url": "https://api.github.com/repos/mrtazz/bin/downloads",
|
1234
|
+
"issues_url": "https://api.github.com/repos/mrtazz/bin/issues{/number}",
|
1235
|
+
"pulls_url": "https://api.github.com/repos/mrtazz/bin/pulls{/number}",
|
1236
|
+
"milestones_url": "https://api.github.com/repos/mrtazz/bin/milestones{/number}",
|
1237
|
+
"notifications_url": "https://api.github.com/repos/mrtazz/bin/notifications{?since,all,participating}",
|
1238
|
+
"labels_url": "https://api.github.com/repos/mrtazz/bin/labels{/name}",
|
1239
|
+
"created_at": "2012-12-16T20:22:31Z",
|
1240
|
+
"updated_at": "2013-03-06T23:07:35Z",
|
1241
|
+
"pushed_at": "2013-02-18T17:42:26Z",
|
1242
|
+
"git_url": "git://github.com/mrtazz/bin.git",
|
1243
|
+
"ssh_url": "git@github.com:mrtazz/bin.git",
|
1244
|
+
"clone_url": "https://github.com/mrtazz/bin.git",
|
1245
|
+
"svn_url": "https://github.com/mrtazz/bin",
|
1246
|
+
"homepage": "",
|
1247
|
+
"size": 212,
|
1248
|
+
"watchers_count": 3,
|
1249
|
+
"language": "Ruby",
|
1250
|
+
"has_issues": true,
|
1251
|
+
"has_downloads": true,
|
1252
|
+
"has_wiki": true,
|
1253
|
+
"forks_count": 0,
|
1254
|
+
"mirror_url": null,
|
1255
|
+
"open_issues_count": 0,
|
1256
|
+
"forks": 0,
|
1257
|
+
"open_issues": 0,
|
1258
|
+
"watchers": 3,
|
1259
|
+
"master_branch": "master",
|
1260
|
+
"default_branch": "master"
|
1261
|
+
},
|
1262
|
+
{
|
1263
|
+
"id": 2810455,
|
1264
|
+
"name": "the_silver_searcher",
|
1265
|
+
"full_name": "ggreer/the_silver_searcher",
|
1266
|
+
"owner": {
|
1267
|
+
"login": "ggreer",
|
1268
|
+
"id": 200121,
|
1269
|
+
"avatar_url": "https://secure.gravatar.com/avatar/293bdb3d59889fb65474fe6f37fd5c8d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
1270
|
+
"gravatar_id": "293bdb3d59889fb65474fe6f37fd5c8d",
|
1271
|
+
"url": "https://api.github.com/users/ggreer",
|
1272
|
+
"html_url": "https://github.com/ggreer",
|
1273
|
+
"followers_url": "https://api.github.com/users/ggreer/followers",
|
1274
|
+
"following_url": "https://api.github.com/users/ggreer/following",
|
1275
|
+
"gists_url": "https://api.github.com/users/ggreer/gists{/gist_id}",
|
1276
|
+
"starred_url": "https://api.github.com/users/ggreer/starred{/owner}{/repo}",
|
1277
|
+
"subscriptions_url": "https://api.github.com/users/ggreer/subscriptions",
|
1278
|
+
"organizations_url": "https://api.github.com/users/ggreer/orgs",
|
1279
|
+
"repos_url": "https://api.github.com/users/ggreer/repos",
|
1280
|
+
"events_url": "https://api.github.com/users/ggreer/events{/privacy}",
|
1281
|
+
"received_events_url": "https://api.github.com/users/ggreer/received_events",
|
1282
|
+
"type": "User"
|
1283
|
+
},
|
1284
|
+
"private": false,
|
1285
|
+
"html_url": "https://github.com/ggreer/the_silver_searcher",
|
1286
|
+
"description": "A code-searching tool similar to ack, but faster.",
|
1287
|
+
"fork": false,
|
1288
|
+
"url": "https://api.github.com/repos/ggreer/the_silver_searcher",
|
1289
|
+
"forks_url": "https://api.github.com/repos/ggreer/the_silver_searcher/forks",
|
1290
|
+
"keys_url": "https://api.github.com/repos/ggreer/the_silver_searcher/keys{/key_id}",
|
1291
|
+
"collaborators_url": "https://api.github.com/repos/ggreer/the_silver_searcher/collaborators{/collaborator}",
|
1292
|
+
"teams_url": "https://api.github.com/repos/ggreer/the_silver_searcher/teams",
|
1293
|
+
"hooks_url": "https://api.github.com/repos/ggreer/the_silver_searcher/hooks",
|
1294
|
+
"issue_events_url": "https://api.github.com/repos/ggreer/the_silver_searcher/issues/events{/number}",
|
1295
|
+
"events_url": "https://api.github.com/repos/ggreer/the_silver_searcher/events",
|
1296
|
+
"assignees_url": "https://api.github.com/repos/ggreer/the_silver_searcher/assignees{/user}",
|
1297
|
+
"branches_url": "https://api.github.com/repos/ggreer/the_silver_searcher/branches{/branch}",
|
1298
|
+
"tags_url": "https://api.github.com/repos/ggreer/the_silver_searcher/tags{/tag}",
|
1299
|
+
"blobs_url": "https://api.github.com/repos/ggreer/the_silver_searcher/git/blobs{/sha}",
|
1300
|
+
"git_tags_url": "https://api.github.com/repos/ggreer/the_silver_searcher/git/tags{/sha}",
|
1301
|
+
"git_refs_url": "https://api.github.com/repos/ggreer/the_silver_searcher/git/refs{/sha}",
|
1302
|
+
"trees_url": "https://api.github.com/repos/ggreer/the_silver_searcher/git/trees{/sha}",
|
1303
|
+
"statuses_url": "https://api.github.com/repos/ggreer/the_silver_searcher/statuses/{sha}",
|
1304
|
+
"languages_url": "https://api.github.com/repos/ggreer/the_silver_searcher/languages",
|
1305
|
+
"stargazers_url": "https://api.github.com/repos/ggreer/the_silver_searcher/stargazers",
|
1306
|
+
"contributors_url": "https://api.github.com/repos/ggreer/the_silver_searcher/contributors",
|
1307
|
+
"subscribers_url": "https://api.github.com/repos/ggreer/the_silver_searcher/subscribers",
|
1308
|
+
"subscription_url": "https://api.github.com/repos/ggreer/the_silver_searcher/subscription",
|
1309
|
+
"commits_url": "https://api.github.com/repos/ggreer/the_silver_searcher/commits{/sha}",
|
1310
|
+
"git_commits_url": "https://api.github.com/repos/ggreer/the_silver_searcher/git/commits{/sha}",
|
1311
|
+
"comments_url": "https://api.github.com/repos/ggreer/the_silver_searcher/comments{/number}",
|
1312
|
+
"issue_comment_url": "https://api.github.com/repos/ggreer/the_silver_searcher/issues/comments/{number}",
|
1313
|
+
"contents_url": "https://api.github.com/repos/ggreer/the_silver_searcher/contents/{+path}",
|
1314
|
+
"compare_url": "https://api.github.com/repos/ggreer/the_silver_searcher/compare/{base}...{head}",
|
1315
|
+
"merges_url": "https://api.github.com/repos/ggreer/the_silver_searcher/merges",
|
1316
|
+
"archive_url": "https://api.github.com/repos/ggreer/the_silver_searcher/{archive_format}{/ref}",
|
1317
|
+
"downloads_url": "https://api.github.com/repos/ggreer/the_silver_searcher/downloads",
|
1318
|
+
"issues_url": "https://api.github.com/repos/ggreer/the_silver_searcher/issues{/number}",
|
1319
|
+
"pulls_url": "https://api.github.com/repos/ggreer/the_silver_searcher/pulls{/number}",
|
1320
|
+
"milestones_url": "https://api.github.com/repos/ggreer/the_silver_searcher/milestones{/number}",
|
1321
|
+
"notifications_url": "https://api.github.com/repos/ggreer/the_silver_searcher/notifications{?since,all,participating}",
|
1322
|
+
"labels_url": "https://api.github.com/repos/ggreer/the_silver_searcher/labels{/name}",
|
1323
|
+
"created_at": "2011-11-19T19:50:47Z",
|
1324
|
+
"updated_at": "2013-03-21T10:03:43Z",
|
1325
|
+
"pushed_at": "2013-03-17T06:54:11Z",
|
1326
|
+
"git_url": "git://github.com/ggreer/the_silver_searcher.git",
|
1327
|
+
"ssh_url": "git@github.com:ggreer/the_silver_searcher.git",
|
1328
|
+
"clone_url": "https://github.com/ggreer/the_silver_searcher.git",
|
1329
|
+
"svn_url": "https://github.com/ggreer/the_silver_searcher",
|
1330
|
+
"homepage": "http://geoff.greer.fm/2011/12/27/the-silver-searcher-better-than-ack/",
|
1331
|
+
"size": 826,
|
1332
|
+
"watchers_count": 1300,
|
1333
|
+
"language": "C",
|
1334
|
+
"has_issues": true,
|
1335
|
+
"has_downloads": true,
|
1336
|
+
"has_wiki": true,
|
1337
|
+
"forks_count": 72,
|
1338
|
+
"mirror_url": null,
|
1339
|
+
"open_issues_count": 21,
|
1340
|
+
"forks": 72,
|
1341
|
+
"open_issues": 21,
|
1342
|
+
"watchers": 1300,
|
1343
|
+
"master_branch": "master",
|
1344
|
+
"default_branch": "master"
|
1345
|
+
},
|
1346
|
+
{
|
1347
|
+
"id": 8069107,
|
1348
|
+
"name": "Redacted-Font",
|
1349
|
+
"full_name": "christiannaths/Redacted-Font",
|
1350
|
+
"owner": {
|
1351
|
+
"login": "christiannaths",
|
1352
|
+
"id": 11584,
|
1353
|
+
"avatar_url": "https://secure.gravatar.com/avatar/ad8504d349e1d6cdbfbef12291b2bfe8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
1354
|
+
"gravatar_id": "ad8504d349e1d6cdbfbef12291b2bfe8",
|
1355
|
+
"url": "https://api.github.com/users/christiannaths",
|
1356
|
+
"html_url": "https://github.com/christiannaths",
|
1357
|
+
"followers_url": "https://api.github.com/users/christiannaths/followers",
|
1358
|
+
"following_url": "https://api.github.com/users/christiannaths/following",
|
1359
|
+
"gists_url": "https://api.github.com/users/christiannaths/gists{/gist_id}",
|
1360
|
+
"starred_url": "https://api.github.com/users/christiannaths/starred{/owner}{/repo}",
|
1361
|
+
"subscriptions_url": "https://api.github.com/users/christiannaths/subscriptions",
|
1362
|
+
"organizations_url": "https://api.github.com/users/christiannaths/orgs",
|
1363
|
+
"repos_url": "https://api.github.com/users/christiannaths/repos",
|
1364
|
+
"events_url": "https://api.github.com/users/christiannaths/events{/privacy}",
|
1365
|
+
"received_events_url": "https://api.github.com/users/christiannaths/received_events",
|
1366
|
+
"type": "User"
|
1367
|
+
},
|
1368
|
+
"private": false,
|
1369
|
+
"html_url": "https://github.com/christiannaths/Redacted-Font",
|
1370
|
+
"description": "Keep your wireframes free of distracting Lorem Ipsum.",
|
1371
|
+
"fork": false,
|
1372
|
+
"url": "https://api.github.com/repos/christiannaths/Redacted-Font",
|
1373
|
+
"forks_url": "https://api.github.com/repos/christiannaths/Redacted-Font/forks",
|
1374
|
+
"keys_url": "https://api.github.com/repos/christiannaths/Redacted-Font/keys{/key_id}",
|
1375
|
+
"collaborators_url": "https://api.github.com/repos/christiannaths/Redacted-Font/collaborators{/collaborator}",
|
1376
|
+
"teams_url": "https://api.github.com/repos/christiannaths/Redacted-Font/teams",
|
1377
|
+
"hooks_url": "https://api.github.com/repos/christiannaths/Redacted-Font/hooks",
|
1378
|
+
"issue_events_url": "https://api.github.com/repos/christiannaths/Redacted-Font/issues/events{/number}",
|
1379
|
+
"events_url": "https://api.github.com/repos/christiannaths/Redacted-Font/events",
|
1380
|
+
"assignees_url": "https://api.github.com/repos/christiannaths/Redacted-Font/assignees{/user}",
|
1381
|
+
"branches_url": "https://api.github.com/repos/christiannaths/Redacted-Font/branches{/branch}",
|
1382
|
+
"tags_url": "https://api.github.com/repos/christiannaths/Redacted-Font/tags{/tag}",
|
1383
|
+
"blobs_url": "https://api.github.com/repos/christiannaths/Redacted-Font/git/blobs{/sha}",
|
1384
|
+
"git_tags_url": "https://api.github.com/repos/christiannaths/Redacted-Font/git/tags{/sha}",
|
1385
|
+
"git_refs_url": "https://api.github.com/repos/christiannaths/Redacted-Font/git/refs{/sha}",
|
1386
|
+
"trees_url": "https://api.github.com/repos/christiannaths/Redacted-Font/git/trees{/sha}",
|
1387
|
+
"statuses_url": "https://api.github.com/repos/christiannaths/Redacted-Font/statuses/{sha}",
|
1388
|
+
"languages_url": "https://api.github.com/repos/christiannaths/Redacted-Font/languages",
|
1389
|
+
"stargazers_url": "https://api.github.com/repos/christiannaths/Redacted-Font/stargazers",
|
1390
|
+
"contributors_url": "https://api.github.com/repos/christiannaths/Redacted-Font/contributors",
|
1391
|
+
"subscribers_url": "https://api.github.com/repos/christiannaths/Redacted-Font/subscribers",
|
1392
|
+
"subscription_url": "https://api.github.com/repos/christiannaths/Redacted-Font/subscription",
|
1393
|
+
"commits_url": "https://api.github.com/repos/christiannaths/Redacted-Font/commits{/sha}",
|
1394
|
+
"git_commits_url": "https://api.github.com/repos/christiannaths/Redacted-Font/git/commits{/sha}",
|
1395
|
+
"comments_url": "https://api.github.com/repos/christiannaths/Redacted-Font/comments{/number}",
|
1396
|
+
"issue_comment_url": "https://api.github.com/repos/christiannaths/Redacted-Font/issues/comments/{number}",
|
1397
|
+
"contents_url": "https://api.github.com/repos/christiannaths/Redacted-Font/contents/{+path}",
|
1398
|
+
"compare_url": "https://api.github.com/repos/christiannaths/Redacted-Font/compare/{base}...{head}",
|
1399
|
+
"merges_url": "https://api.github.com/repos/christiannaths/Redacted-Font/merges",
|
1400
|
+
"archive_url": "https://api.github.com/repos/christiannaths/Redacted-Font/{archive_format}{/ref}",
|
1401
|
+
"downloads_url": "https://api.github.com/repos/christiannaths/Redacted-Font/downloads",
|
1402
|
+
"issues_url": "https://api.github.com/repos/christiannaths/Redacted-Font/issues{/number}",
|
1403
|
+
"pulls_url": "https://api.github.com/repos/christiannaths/Redacted-Font/pulls{/number}",
|
1404
|
+
"milestones_url": "https://api.github.com/repos/christiannaths/Redacted-Font/milestones{/number}",
|
1405
|
+
"notifications_url": "https://api.github.com/repos/christiannaths/Redacted-Font/notifications{?since,all,participating}",
|
1406
|
+
"labels_url": "https://api.github.com/repos/christiannaths/Redacted-Font/labels{/name}",
|
1407
|
+
"created_at": "2013-02-07T08:26:31Z",
|
1408
|
+
"updated_at": "2013-03-21T10:59:56Z",
|
1409
|
+
"pushed_at": "2013-03-03T02:54:48Z",
|
1410
|
+
"git_url": "git://github.com/christiannaths/Redacted-Font.git",
|
1411
|
+
"ssh_url": "git@github.com:christiannaths/Redacted-Font.git",
|
1412
|
+
"clone_url": "https://github.com/christiannaths/Redacted-Font.git",
|
1413
|
+
"svn_url": "https://github.com/christiannaths/Redacted-Font",
|
1414
|
+
"homepage": null,
|
1415
|
+
"size": 212,
|
1416
|
+
"watchers_count": 1730,
|
1417
|
+
"language": null,
|
1418
|
+
"has_issues": true,
|
1419
|
+
"has_downloads": true,
|
1420
|
+
"has_wiki": true,
|
1421
|
+
"forks_count": 71,
|
1422
|
+
"mirror_url": null,
|
1423
|
+
"open_issues_count": 2,
|
1424
|
+
"forks": 71,
|
1425
|
+
"open_issues": 2,
|
1426
|
+
"watchers": 1730,
|
1427
|
+
"master_branch": "master",
|
1428
|
+
"default_branch": "master"
|
1429
|
+
},
|
1430
|
+
{
|
1431
|
+
"id": 3461409,
|
1432
|
+
"name": "dotfiles",
|
1433
|
+
"full_name": "dreadatour/dotfiles",
|
1434
|
+
"owner": {
|
1435
|
+
"login": "dreadatour",
|
1436
|
+
"id": 214897,
|
1437
|
+
"avatar_url": "https://secure.gravatar.com/avatar/30afb88cd35dae15132e58fbd324fd61?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
1438
|
+
"gravatar_id": "30afb88cd35dae15132e58fbd324fd61",
|
1439
|
+
"url": "https://api.github.com/users/dreadatour",
|
1440
|
+
"html_url": "https://github.com/dreadatour",
|
1441
|
+
"followers_url": "https://api.github.com/users/dreadatour/followers",
|
1442
|
+
"following_url": "https://api.github.com/users/dreadatour/following",
|
1443
|
+
"gists_url": "https://api.github.com/users/dreadatour/gists{/gist_id}",
|
1444
|
+
"starred_url": "https://api.github.com/users/dreadatour/starred{/owner}{/repo}",
|
1445
|
+
"subscriptions_url": "https://api.github.com/users/dreadatour/subscriptions",
|
1446
|
+
"organizations_url": "https://api.github.com/users/dreadatour/orgs",
|
1447
|
+
"repos_url": "https://api.github.com/users/dreadatour/repos",
|
1448
|
+
"events_url": "https://api.github.com/users/dreadatour/events{/privacy}",
|
1449
|
+
"received_events_url": "https://api.github.com/users/dreadatour/received_events",
|
1450
|
+
"type": "User"
|
1451
|
+
},
|
1452
|
+
"private": false,
|
1453
|
+
"html_url": "https://github.com/dreadatour/dotfiles",
|
1454
|
+
"description": "dotfiles",
|
1455
|
+
"fork": false,
|
1456
|
+
"url": "https://api.github.com/repos/dreadatour/dotfiles",
|
1457
|
+
"forks_url": "https://api.github.com/repos/dreadatour/dotfiles/forks",
|
1458
|
+
"keys_url": "https://api.github.com/repos/dreadatour/dotfiles/keys{/key_id}",
|
1459
|
+
"collaborators_url": "https://api.github.com/repos/dreadatour/dotfiles/collaborators{/collaborator}",
|
1460
|
+
"teams_url": "https://api.github.com/repos/dreadatour/dotfiles/teams",
|
1461
|
+
"hooks_url": "https://api.github.com/repos/dreadatour/dotfiles/hooks",
|
1462
|
+
"issue_events_url": "https://api.github.com/repos/dreadatour/dotfiles/issues/events{/number}",
|
1463
|
+
"events_url": "https://api.github.com/repos/dreadatour/dotfiles/events",
|
1464
|
+
"assignees_url": "https://api.github.com/repos/dreadatour/dotfiles/assignees{/user}",
|
1465
|
+
"branches_url": "https://api.github.com/repos/dreadatour/dotfiles/branches{/branch}",
|
1466
|
+
"tags_url": "https://api.github.com/repos/dreadatour/dotfiles/tags{/tag}",
|
1467
|
+
"blobs_url": "https://api.github.com/repos/dreadatour/dotfiles/git/blobs{/sha}",
|
1468
|
+
"git_tags_url": "https://api.github.com/repos/dreadatour/dotfiles/git/tags{/sha}",
|
1469
|
+
"git_refs_url": "https://api.github.com/repos/dreadatour/dotfiles/git/refs{/sha}",
|
1470
|
+
"trees_url": "https://api.github.com/repos/dreadatour/dotfiles/git/trees{/sha}",
|
1471
|
+
"statuses_url": "https://api.github.com/repos/dreadatour/dotfiles/statuses/{sha}",
|
1472
|
+
"languages_url": "https://api.github.com/repos/dreadatour/dotfiles/languages",
|
1473
|
+
"stargazers_url": "https://api.github.com/repos/dreadatour/dotfiles/stargazers",
|
1474
|
+
"contributors_url": "https://api.github.com/repos/dreadatour/dotfiles/contributors",
|
1475
|
+
"subscribers_url": "https://api.github.com/repos/dreadatour/dotfiles/subscribers",
|
1476
|
+
"subscription_url": "https://api.github.com/repos/dreadatour/dotfiles/subscription",
|
1477
|
+
"commits_url": "https://api.github.com/repos/dreadatour/dotfiles/commits{/sha}",
|
1478
|
+
"git_commits_url": "https://api.github.com/repos/dreadatour/dotfiles/git/commits{/sha}",
|
1479
|
+
"comments_url": "https://api.github.com/repos/dreadatour/dotfiles/comments{/number}",
|
1480
|
+
"issue_comment_url": "https://api.github.com/repos/dreadatour/dotfiles/issues/comments/{number}",
|
1481
|
+
"contents_url": "https://api.github.com/repos/dreadatour/dotfiles/contents/{+path}",
|
1482
|
+
"compare_url": "https://api.github.com/repos/dreadatour/dotfiles/compare/{base}...{head}",
|
1483
|
+
"merges_url": "https://api.github.com/repos/dreadatour/dotfiles/merges",
|
1484
|
+
"archive_url": "https://api.github.com/repos/dreadatour/dotfiles/{archive_format}{/ref}",
|
1485
|
+
"downloads_url": "https://api.github.com/repos/dreadatour/dotfiles/downloads",
|
1486
|
+
"issues_url": "https://api.github.com/repos/dreadatour/dotfiles/issues{/number}",
|
1487
|
+
"pulls_url": "https://api.github.com/repos/dreadatour/dotfiles/pulls{/number}",
|
1488
|
+
"milestones_url": "https://api.github.com/repos/dreadatour/dotfiles/milestones{/number}",
|
1489
|
+
"notifications_url": "https://api.github.com/repos/dreadatour/dotfiles/notifications{?since,all,participating}",
|
1490
|
+
"labels_url": "https://api.github.com/repos/dreadatour/dotfiles/labels{/name}",
|
1491
|
+
"created_at": "2012-02-16T16:11:06Z",
|
1492
|
+
"updated_at": "2013-03-12T01:34:13Z",
|
1493
|
+
"pushed_at": "2013-03-06T23:34:44Z",
|
1494
|
+
"git_url": "git://github.com/dreadatour/dotfiles.git",
|
1495
|
+
"ssh_url": "git@github.com:dreadatour/dotfiles.git",
|
1496
|
+
"clone_url": "https://github.com/dreadatour/dotfiles.git",
|
1497
|
+
"svn_url": "https://github.com/dreadatour/dotfiles",
|
1498
|
+
"homepage": "",
|
1499
|
+
"size": 168,
|
1500
|
+
"watchers_count": 43,
|
1501
|
+
"language": "VimL",
|
1502
|
+
"has_issues": true,
|
1503
|
+
"has_downloads": true,
|
1504
|
+
"has_wiki": true,
|
1505
|
+
"forks_count": 7,
|
1506
|
+
"mirror_url": null,
|
1507
|
+
"open_issues_count": 0,
|
1508
|
+
"forks": 7,
|
1509
|
+
"open_issues": 0,
|
1510
|
+
"watchers": 43,
|
1511
|
+
"master_branch": "master",
|
1512
|
+
"default_branch": "master"
|
1513
|
+
},
|
1514
|
+
{
|
1515
|
+
"id": 4224195,
|
1516
|
+
"name": "dotfiles",
|
1517
|
+
"full_name": "andrewpthorp/dotfiles",
|
1518
|
+
"owner": {
|
1519
|
+
"login": "andrewpthorp",
|
1520
|
+
"id": 139962,
|
1521
|
+
"avatar_url": "https://secure.gravatar.com/avatar/4be855416e3bfe3abad7f46222192908?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
1522
|
+
"gravatar_id": "4be855416e3bfe3abad7f46222192908",
|
1523
|
+
"url": "https://api.github.com/users/andrewpthorp",
|
1524
|
+
"html_url": "https://github.com/andrewpthorp",
|
1525
|
+
"followers_url": "https://api.github.com/users/andrewpthorp/followers",
|
1526
|
+
"following_url": "https://api.github.com/users/andrewpthorp/following",
|
1527
|
+
"gists_url": "https://api.github.com/users/andrewpthorp/gists{/gist_id}",
|
1528
|
+
"starred_url": "https://api.github.com/users/andrewpthorp/starred{/owner}{/repo}",
|
1529
|
+
"subscriptions_url": "https://api.github.com/users/andrewpthorp/subscriptions",
|
1530
|
+
"organizations_url": "https://api.github.com/users/andrewpthorp/orgs",
|
1531
|
+
"repos_url": "https://api.github.com/users/andrewpthorp/repos",
|
1532
|
+
"events_url": "https://api.github.com/users/andrewpthorp/events{/privacy}",
|
1533
|
+
"received_events_url": "https://api.github.com/users/andrewpthorp/received_events",
|
1534
|
+
"type": "User"
|
1535
|
+
},
|
1536
|
+
"private": false,
|
1537
|
+
"html_url": "https://github.com/andrewpthorp/dotfiles",
|
1538
|
+
"description": "My personal dotfiles",
|
1539
|
+
"fork": false,
|
1540
|
+
"url": "https://api.github.com/repos/andrewpthorp/dotfiles",
|
1541
|
+
"forks_url": "https://api.github.com/repos/andrewpthorp/dotfiles/forks",
|
1542
|
+
"keys_url": "https://api.github.com/repos/andrewpthorp/dotfiles/keys{/key_id}",
|
1543
|
+
"collaborators_url": "https://api.github.com/repos/andrewpthorp/dotfiles/collaborators{/collaborator}",
|
1544
|
+
"teams_url": "https://api.github.com/repos/andrewpthorp/dotfiles/teams",
|
1545
|
+
"hooks_url": "https://api.github.com/repos/andrewpthorp/dotfiles/hooks",
|
1546
|
+
"issue_events_url": "https://api.github.com/repos/andrewpthorp/dotfiles/issues/events{/number}",
|
1547
|
+
"events_url": "https://api.github.com/repos/andrewpthorp/dotfiles/events",
|
1548
|
+
"assignees_url": "https://api.github.com/repos/andrewpthorp/dotfiles/assignees{/user}",
|
1549
|
+
"branches_url": "https://api.github.com/repos/andrewpthorp/dotfiles/branches{/branch}",
|
1550
|
+
"tags_url": "https://api.github.com/repos/andrewpthorp/dotfiles/tags{/tag}",
|
1551
|
+
"blobs_url": "https://api.github.com/repos/andrewpthorp/dotfiles/git/blobs{/sha}",
|
1552
|
+
"git_tags_url": "https://api.github.com/repos/andrewpthorp/dotfiles/git/tags{/sha}",
|
1553
|
+
"git_refs_url": "https://api.github.com/repos/andrewpthorp/dotfiles/git/refs{/sha}",
|
1554
|
+
"trees_url": "https://api.github.com/repos/andrewpthorp/dotfiles/git/trees{/sha}",
|
1555
|
+
"statuses_url": "https://api.github.com/repos/andrewpthorp/dotfiles/statuses/{sha}",
|
1556
|
+
"languages_url": "https://api.github.com/repos/andrewpthorp/dotfiles/languages",
|
1557
|
+
"stargazers_url": "https://api.github.com/repos/andrewpthorp/dotfiles/stargazers",
|
1558
|
+
"contributors_url": "https://api.github.com/repos/andrewpthorp/dotfiles/contributors",
|
1559
|
+
"subscribers_url": "https://api.github.com/repos/andrewpthorp/dotfiles/subscribers",
|
1560
|
+
"subscription_url": "https://api.github.com/repos/andrewpthorp/dotfiles/subscription",
|
1561
|
+
"commits_url": "https://api.github.com/repos/andrewpthorp/dotfiles/commits{/sha}",
|
1562
|
+
"git_commits_url": "https://api.github.com/repos/andrewpthorp/dotfiles/git/commits{/sha}",
|
1563
|
+
"comments_url": "https://api.github.com/repos/andrewpthorp/dotfiles/comments{/number}",
|
1564
|
+
"issue_comment_url": "https://api.github.com/repos/andrewpthorp/dotfiles/issues/comments/{number}",
|
1565
|
+
"contents_url": "https://api.github.com/repos/andrewpthorp/dotfiles/contents/{+path}",
|
1566
|
+
"compare_url": "https://api.github.com/repos/andrewpthorp/dotfiles/compare/{base}...{head}",
|
1567
|
+
"merges_url": "https://api.github.com/repos/andrewpthorp/dotfiles/merges",
|
1568
|
+
"archive_url": "https://api.github.com/repos/andrewpthorp/dotfiles/{archive_format}{/ref}",
|
1569
|
+
"downloads_url": "https://api.github.com/repos/andrewpthorp/dotfiles/downloads",
|
1570
|
+
"issues_url": "https://api.github.com/repos/andrewpthorp/dotfiles/issues{/number}",
|
1571
|
+
"pulls_url": "https://api.github.com/repos/andrewpthorp/dotfiles/pulls{/number}",
|
1572
|
+
"milestones_url": "https://api.github.com/repos/andrewpthorp/dotfiles/milestones{/number}",
|
1573
|
+
"notifications_url": "https://api.github.com/repos/andrewpthorp/dotfiles/notifications{?since,all,participating}",
|
1574
|
+
"labels_url": "https://api.github.com/repos/andrewpthorp/dotfiles/labels{/name}",
|
1575
|
+
"created_at": "2012-05-04T11:40:07Z",
|
1576
|
+
"updated_at": "2013-03-21T00:34:54Z",
|
1577
|
+
"pushed_at": "2013-03-21T00:34:52Z",
|
1578
|
+
"git_url": "git://github.com/andrewpthorp/dotfiles.git",
|
1579
|
+
"ssh_url": "git@github.com:andrewpthorp/dotfiles.git",
|
1580
|
+
"clone_url": "https://github.com/andrewpthorp/dotfiles.git",
|
1581
|
+
"svn_url": "https://github.com/andrewpthorp/dotfiles",
|
1582
|
+
"homepage": null,
|
1583
|
+
"size": 892,
|
1584
|
+
"watchers_count": 2,
|
1585
|
+
"language": "Shell",
|
1586
|
+
"has_issues": true,
|
1587
|
+
"has_downloads": true,
|
1588
|
+
"has_wiki": true,
|
1589
|
+
"forks_count": 0,
|
1590
|
+
"mirror_url": null,
|
1591
|
+
"open_issues_count": 0,
|
1592
|
+
"forks": 0,
|
1593
|
+
"open_issues": 0,
|
1594
|
+
"watchers": 2,
|
1595
|
+
"master_branch": "master",
|
1596
|
+
"default_branch": "master"
|
1597
|
+
},
|
1598
|
+
{
|
1599
|
+
"id": 1123228,
|
1600
|
+
"name": "pre-commit",
|
1601
|
+
"full_name": "jish/pre-commit",
|
1602
|
+
"owner": {
|
1603
|
+
"login": "jish",
|
1604
|
+
"id": 1817,
|
1605
|
+
"avatar_url": "https://secure.gravatar.com/avatar/5632e68f9ba2d7fbeb7c11042ab57aab?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
1606
|
+
"gravatar_id": "5632e68f9ba2d7fbeb7c11042ab57aab",
|
1607
|
+
"url": "https://api.github.com/users/jish",
|
1608
|
+
"html_url": "https://github.com/jish",
|
1609
|
+
"followers_url": "https://api.github.com/users/jish/followers",
|
1610
|
+
"following_url": "https://api.github.com/users/jish/following",
|
1611
|
+
"gists_url": "https://api.github.com/users/jish/gists{/gist_id}",
|
1612
|
+
"starred_url": "https://api.github.com/users/jish/starred{/owner}{/repo}",
|
1613
|
+
"subscriptions_url": "https://api.github.com/users/jish/subscriptions",
|
1614
|
+
"organizations_url": "https://api.github.com/users/jish/orgs",
|
1615
|
+
"repos_url": "https://api.github.com/users/jish/repos",
|
1616
|
+
"events_url": "https://api.github.com/users/jish/events{/privacy}",
|
1617
|
+
"received_events_url": "https://api.github.com/users/jish/received_events",
|
1618
|
+
"type": "User"
|
1619
|
+
},
|
1620
|
+
"private": false,
|
1621
|
+
"html_url": "https://github.com/jish/pre-commit",
|
1622
|
+
"description": "A slightly improved pre-commit hook for git",
|
1623
|
+
"fork": false,
|
1624
|
+
"url": "https://api.github.com/repos/jish/pre-commit",
|
1625
|
+
"forks_url": "https://api.github.com/repos/jish/pre-commit/forks",
|
1626
|
+
"keys_url": "https://api.github.com/repos/jish/pre-commit/keys{/key_id}",
|
1627
|
+
"collaborators_url": "https://api.github.com/repos/jish/pre-commit/collaborators{/collaborator}",
|
1628
|
+
"teams_url": "https://api.github.com/repos/jish/pre-commit/teams",
|
1629
|
+
"hooks_url": "https://api.github.com/repos/jish/pre-commit/hooks",
|
1630
|
+
"issue_events_url": "https://api.github.com/repos/jish/pre-commit/issues/events{/number}",
|
1631
|
+
"events_url": "https://api.github.com/repos/jish/pre-commit/events",
|
1632
|
+
"assignees_url": "https://api.github.com/repos/jish/pre-commit/assignees{/user}",
|
1633
|
+
"branches_url": "https://api.github.com/repos/jish/pre-commit/branches{/branch}",
|
1634
|
+
"tags_url": "https://api.github.com/repos/jish/pre-commit/tags{/tag}",
|
1635
|
+
"blobs_url": "https://api.github.com/repos/jish/pre-commit/git/blobs{/sha}",
|
1636
|
+
"git_tags_url": "https://api.github.com/repos/jish/pre-commit/git/tags{/sha}",
|
1637
|
+
"git_refs_url": "https://api.github.com/repos/jish/pre-commit/git/refs{/sha}",
|
1638
|
+
"trees_url": "https://api.github.com/repos/jish/pre-commit/git/trees{/sha}",
|
1639
|
+
"statuses_url": "https://api.github.com/repos/jish/pre-commit/statuses/{sha}",
|
1640
|
+
"languages_url": "https://api.github.com/repos/jish/pre-commit/languages",
|
1641
|
+
"stargazers_url": "https://api.github.com/repos/jish/pre-commit/stargazers",
|
1642
|
+
"contributors_url": "https://api.github.com/repos/jish/pre-commit/contributors",
|
1643
|
+
"subscribers_url": "https://api.github.com/repos/jish/pre-commit/subscribers",
|
1644
|
+
"subscription_url": "https://api.github.com/repos/jish/pre-commit/subscription",
|
1645
|
+
"commits_url": "https://api.github.com/repos/jish/pre-commit/commits{/sha}",
|
1646
|
+
"git_commits_url": "https://api.github.com/repos/jish/pre-commit/git/commits{/sha}",
|
1647
|
+
"comments_url": "https://api.github.com/repos/jish/pre-commit/comments{/number}",
|
1648
|
+
"issue_comment_url": "https://api.github.com/repos/jish/pre-commit/issues/comments/{number}",
|
1649
|
+
"contents_url": "https://api.github.com/repos/jish/pre-commit/contents/{+path}",
|
1650
|
+
"compare_url": "https://api.github.com/repos/jish/pre-commit/compare/{base}...{head}",
|
1651
|
+
"merges_url": "https://api.github.com/repos/jish/pre-commit/merges",
|
1652
|
+
"archive_url": "https://api.github.com/repos/jish/pre-commit/{archive_format}{/ref}",
|
1653
|
+
"downloads_url": "https://api.github.com/repos/jish/pre-commit/downloads",
|
1654
|
+
"issues_url": "https://api.github.com/repos/jish/pre-commit/issues{/number}",
|
1655
|
+
"pulls_url": "https://api.github.com/repos/jish/pre-commit/pulls{/number}",
|
1656
|
+
"milestones_url": "https://api.github.com/repos/jish/pre-commit/milestones{/number}",
|
1657
|
+
"notifications_url": "https://api.github.com/repos/jish/pre-commit/notifications{?since,all,participating}",
|
1658
|
+
"labels_url": "https://api.github.com/repos/jish/pre-commit/labels{/name}",
|
1659
|
+
"created_at": "2010-11-29T20:02:17Z",
|
1660
|
+
"updated_at": "2013-03-20T03:34:29Z",
|
1661
|
+
"pushed_at": "2013-03-06T16:24:11Z",
|
1662
|
+
"git_url": "git://github.com/jish/pre-commit.git",
|
1663
|
+
"ssh_url": "git@github.com:jish/pre-commit.git",
|
1664
|
+
"clone_url": "https://github.com/jish/pre-commit.git",
|
1665
|
+
"svn_url": "https://github.com/jish/pre-commit",
|
1666
|
+
"homepage": "http://jish.github.com/pre-commit/",
|
1667
|
+
"size": 228,
|
1668
|
+
"watchers_count": 148,
|
1669
|
+
"language": "JavaScript",
|
1670
|
+
"has_issues": true,
|
1671
|
+
"has_downloads": true,
|
1672
|
+
"has_wiki": true,
|
1673
|
+
"forks_count": 19,
|
1674
|
+
"mirror_url": null,
|
1675
|
+
"open_issues_count": 10,
|
1676
|
+
"forks": 19,
|
1677
|
+
"open_issues": 10,
|
1678
|
+
"watchers": 148,
|
1679
|
+
"master_branch": "master",
|
1680
|
+
"default_branch": "master"
|
1681
|
+
},
|
1682
|
+
{
|
1683
|
+
"id": 5619458,
|
1684
|
+
"name": "base16-vim",
|
1685
|
+
"full_name": "chriskempson/base16-vim",
|
1686
|
+
"owner": {
|
1687
|
+
"login": "chriskempson",
|
1688
|
+
"id": 473831,
|
1689
|
+
"avatar_url": "https://secure.gravatar.com/avatar/3766d46672c70b3987f9b78e9efea6b2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
1690
|
+
"gravatar_id": "3766d46672c70b3987f9b78e9efea6b2",
|
1691
|
+
"url": "https://api.github.com/users/chriskempson",
|
1692
|
+
"html_url": "https://github.com/chriskempson",
|
1693
|
+
"followers_url": "https://api.github.com/users/chriskempson/followers",
|
1694
|
+
"following_url": "https://api.github.com/users/chriskempson/following",
|
1695
|
+
"gists_url": "https://api.github.com/users/chriskempson/gists{/gist_id}",
|
1696
|
+
"starred_url": "https://api.github.com/users/chriskempson/starred{/owner}{/repo}",
|
1697
|
+
"subscriptions_url": "https://api.github.com/users/chriskempson/subscriptions",
|
1698
|
+
"organizations_url": "https://api.github.com/users/chriskempson/orgs",
|
1699
|
+
"repos_url": "https://api.github.com/users/chriskempson/repos",
|
1700
|
+
"events_url": "https://api.github.com/users/chriskempson/events{/privacy}",
|
1701
|
+
"received_events_url": "https://api.github.com/users/chriskempson/received_events",
|
1702
|
+
"type": "User"
|
1703
|
+
},
|
1704
|
+
"private": false,
|
1705
|
+
"html_url": "https://github.com/chriskempson/base16-vim",
|
1706
|
+
"description": "Base16 for Vim",
|
1707
|
+
"fork": false,
|
1708
|
+
"url": "https://api.github.com/repos/chriskempson/base16-vim",
|
1709
|
+
"forks_url": "https://api.github.com/repos/chriskempson/base16-vim/forks",
|
1710
|
+
"keys_url": "https://api.github.com/repos/chriskempson/base16-vim/keys{/key_id}",
|
1711
|
+
"collaborators_url": "https://api.github.com/repos/chriskempson/base16-vim/collaborators{/collaborator}",
|
1712
|
+
"teams_url": "https://api.github.com/repos/chriskempson/base16-vim/teams",
|
1713
|
+
"hooks_url": "https://api.github.com/repos/chriskempson/base16-vim/hooks",
|
1714
|
+
"issue_events_url": "https://api.github.com/repos/chriskempson/base16-vim/issues/events{/number}",
|
1715
|
+
"events_url": "https://api.github.com/repos/chriskempson/base16-vim/events",
|
1716
|
+
"assignees_url": "https://api.github.com/repos/chriskempson/base16-vim/assignees{/user}",
|
1717
|
+
"branches_url": "https://api.github.com/repos/chriskempson/base16-vim/branches{/branch}",
|
1718
|
+
"tags_url": "https://api.github.com/repos/chriskempson/base16-vim/tags{/tag}",
|
1719
|
+
"blobs_url": "https://api.github.com/repos/chriskempson/base16-vim/git/blobs{/sha}",
|
1720
|
+
"git_tags_url": "https://api.github.com/repos/chriskempson/base16-vim/git/tags{/sha}",
|
1721
|
+
"git_refs_url": "https://api.github.com/repos/chriskempson/base16-vim/git/refs{/sha}",
|
1722
|
+
"trees_url": "https://api.github.com/repos/chriskempson/base16-vim/git/trees{/sha}",
|
1723
|
+
"statuses_url": "https://api.github.com/repos/chriskempson/base16-vim/statuses/{sha}",
|
1724
|
+
"languages_url": "https://api.github.com/repos/chriskempson/base16-vim/languages",
|
1725
|
+
"stargazers_url": "https://api.github.com/repos/chriskempson/base16-vim/stargazers",
|
1726
|
+
"contributors_url": "https://api.github.com/repos/chriskempson/base16-vim/contributors",
|
1727
|
+
"subscribers_url": "https://api.github.com/repos/chriskempson/base16-vim/subscribers",
|
1728
|
+
"subscription_url": "https://api.github.com/repos/chriskempson/base16-vim/subscription",
|
1729
|
+
"commits_url": "https://api.github.com/repos/chriskempson/base16-vim/commits{/sha}",
|
1730
|
+
"git_commits_url": "https://api.github.com/repos/chriskempson/base16-vim/git/commits{/sha}",
|
1731
|
+
"comments_url": "https://api.github.com/repos/chriskempson/base16-vim/comments{/number}",
|
1732
|
+
"issue_comment_url": "https://api.github.com/repos/chriskempson/base16-vim/issues/comments/{number}",
|
1733
|
+
"contents_url": "https://api.github.com/repos/chriskempson/base16-vim/contents/{+path}",
|
1734
|
+
"compare_url": "https://api.github.com/repos/chriskempson/base16-vim/compare/{base}...{head}",
|
1735
|
+
"merges_url": "https://api.github.com/repos/chriskempson/base16-vim/merges",
|
1736
|
+
"archive_url": "https://api.github.com/repos/chriskempson/base16-vim/{archive_format}{/ref}",
|
1737
|
+
"downloads_url": "https://api.github.com/repos/chriskempson/base16-vim/downloads",
|
1738
|
+
"issues_url": "https://api.github.com/repos/chriskempson/base16-vim/issues{/number}",
|
1739
|
+
"pulls_url": "https://api.github.com/repos/chriskempson/base16-vim/pulls{/number}",
|
1740
|
+
"milestones_url": "https://api.github.com/repos/chriskempson/base16-vim/milestones{/number}",
|
1741
|
+
"notifications_url": "https://api.github.com/repos/chriskempson/base16-vim/notifications{?since,all,participating}",
|
1742
|
+
"labels_url": "https://api.github.com/repos/chriskempson/base16-vim/labels{/name}",
|
1743
|
+
"created_at": "2012-08-30T19:01:55Z",
|
1744
|
+
"updated_at": "2013-03-19T22:14:40Z",
|
1745
|
+
"pushed_at": "2013-03-19T22:14:38Z",
|
1746
|
+
"git_url": "git://github.com/chriskempson/base16-vim.git",
|
1747
|
+
"ssh_url": "git@github.com:chriskempson/base16-vim.git",
|
1748
|
+
"clone_url": "https://github.com/chriskempson/base16-vim.git",
|
1749
|
+
"svn_url": "https://github.com/chriskempson/base16-vim",
|
1750
|
+
"homepage": "https://github.com/chriskempson/base16",
|
1751
|
+
"size": 276,
|
1752
|
+
"watchers_count": 71,
|
1753
|
+
"language": "VimL",
|
1754
|
+
"has_issues": true,
|
1755
|
+
"has_downloads": true,
|
1756
|
+
"has_wiki": true,
|
1757
|
+
"forks_count": 9,
|
1758
|
+
"mirror_url": null,
|
1759
|
+
"open_issues_count": 2,
|
1760
|
+
"forks": 9,
|
1761
|
+
"open_issues": 2,
|
1762
|
+
"watchers": 71,
|
1763
|
+
"master_branch": "master",
|
1764
|
+
"default_branch": "master"
|
1765
|
+
},
|
1766
|
+
{
|
1767
|
+
"id": 901662,
|
1768
|
+
"name": "libgit2",
|
1769
|
+
"full_name": "libgit2/libgit2",
|
1770
|
+
"owner": {
|
1771
|
+
"login": "libgit2",
|
1772
|
+
"id": 394745,
|
1773
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1c56acccc41c591705dc92da5f6ab603?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
|
1774
|
+
"gravatar_id": "1c56acccc41c591705dc92da5f6ab603",
|
1775
|
+
"url": "https://api.github.com/users/libgit2",
|
1776
|
+
"html_url": "https://github.com/libgit2",
|
1777
|
+
"followers_url": "https://api.github.com/users/libgit2/followers",
|
1778
|
+
"following_url": "https://api.github.com/users/libgit2/following",
|
1779
|
+
"gists_url": "https://api.github.com/users/libgit2/gists{/gist_id}",
|
1780
|
+
"starred_url": "https://api.github.com/users/libgit2/starred{/owner}{/repo}",
|
1781
|
+
"subscriptions_url": "https://api.github.com/users/libgit2/subscriptions",
|
1782
|
+
"organizations_url": "https://api.github.com/users/libgit2/orgs",
|
1783
|
+
"repos_url": "https://api.github.com/users/libgit2/repos",
|
1784
|
+
"events_url": "https://api.github.com/users/libgit2/events{/privacy}",
|
1785
|
+
"received_events_url": "https://api.github.com/users/libgit2/received_events",
|
1786
|
+
"type": "Organization"
|
1787
|
+
},
|
1788
|
+
"private": false,
|
1789
|
+
"html_url": "https://github.com/libgit2/libgit2",
|
1790
|
+
"description": "The Library",
|
1791
|
+
"fork": false,
|
1792
|
+
"url": "https://api.github.com/repos/libgit2/libgit2",
|
1793
|
+
"forks_url": "https://api.github.com/repos/libgit2/libgit2/forks",
|
1794
|
+
"keys_url": "https://api.github.com/repos/libgit2/libgit2/keys{/key_id}",
|
1795
|
+
"collaborators_url": "https://api.github.com/repos/libgit2/libgit2/collaborators{/collaborator}",
|
1796
|
+
"teams_url": "https://api.github.com/repos/libgit2/libgit2/teams",
|
1797
|
+
"hooks_url": "https://api.github.com/repos/libgit2/libgit2/hooks",
|
1798
|
+
"issue_events_url": "https://api.github.com/repos/libgit2/libgit2/issues/events{/number}",
|
1799
|
+
"events_url": "https://api.github.com/repos/libgit2/libgit2/events",
|
1800
|
+
"assignees_url": "https://api.github.com/repos/libgit2/libgit2/assignees{/user}",
|
1801
|
+
"branches_url": "https://api.github.com/repos/libgit2/libgit2/branches{/branch}",
|
1802
|
+
"tags_url": "https://api.github.com/repos/libgit2/libgit2/tags{/tag}",
|
1803
|
+
"blobs_url": "https://api.github.com/repos/libgit2/libgit2/git/blobs{/sha}",
|
1804
|
+
"git_tags_url": "https://api.github.com/repos/libgit2/libgit2/git/tags{/sha}",
|
1805
|
+
"git_refs_url": "https://api.github.com/repos/libgit2/libgit2/git/refs{/sha}",
|
1806
|
+
"trees_url": "https://api.github.com/repos/libgit2/libgit2/git/trees{/sha}",
|
1807
|
+
"statuses_url": "https://api.github.com/repos/libgit2/libgit2/statuses/{sha}",
|
1808
|
+
"languages_url": "https://api.github.com/repos/libgit2/libgit2/languages",
|
1809
|
+
"stargazers_url": "https://api.github.com/repos/libgit2/libgit2/stargazers",
|
1810
|
+
"contributors_url": "https://api.github.com/repos/libgit2/libgit2/contributors",
|
1811
|
+
"subscribers_url": "https://api.github.com/repos/libgit2/libgit2/subscribers",
|
1812
|
+
"subscription_url": "https://api.github.com/repos/libgit2/libgit2/subscription",
|
1813
|
+
"commits_url": "https://api.github.com/repos/libgit2/libgit2/commits{/sha}",
|
1814
|
+
"git_commits_url": "https://api.github.com/repos/libgit2/libgit2/git/commits{/sha}",
|
1815
|
+
"comments_url": "https://api.github.com/repos/libgit2/libgit2/comments{/number}",
|
1816
|
+
"issue_comment_url": "https://api.github.com/repos/libgit2/libgit2/issues/comments/{number}",
|
1817
|
+
"contents_url": "https://api.github.com/repos/libgit2/libgit2/contents/{+path}",
|
1818
|
+
"compare_url": "https://api.github.com/repos/libgit2/libgit2/compare/{base}...{head}",
|
1819
|
+
"merges_url": "https://api.github.com/repos/libgit2/libgit2/merges",
|
1820
|
+
"archive_url": "https://api.github.com/repos/libgit2/libgit2/{archive_format}{/ref}",
|
1821
|
+
"downloads_url": "https://api.github.com/repos/libgit2/libgit2/downloads",
|
1822
|
+
"issues_url": "https://api.github.com/repos/libgit2/libgit2/issues{/number}",
|
1823
|
+
"pulls_url": "https://api.github.com/repos/libgit2/libgit2/pulls{/number}",
|
1824
|
+
"milestones_url": "https://api.github.com/repos/libgit2/libgit2/milestones{/number}",
|
1825
|
+
"notifications_url": "https://api.github.com/repos/libgit2/libgit2/notifications{?since,all,participating}",
|
1826
|
+
"labels_url": "https://api.github.com/repos/libgit2/libgit2/labels{/name}",
|
1827
|
+
"created_at": "2010-09-10T16:17:48Z",
|
1828
|
+
"updated_at": "2013-03-21T14:35:17Z",
|
1829
|
+
"pushed_at": "2013-03-19T18:47:24Z",
|
1830
|
+
"git_url": "git://github.com/libgit2/libgit2.git",
|
1831
|
+
"ssh_url": "git@github.com:libgit2/libgit2.git",
|
1832
|
+
"clone_url": "https://github.com/libgit2/libgit2.git",
|
1833
|
+
"svn_url": "https://github.com/libgit2/libgit2",
|
1834
|
+
"homepage": "http://libgit2.github.com",
|
1835
|
+
"size": 9507,
|
1836
|
+
"watchers_count": 1373,
|
1837
|
+
"language": "C",
|
1838
|
+
"has_issues": true,
|
1839
|
+
"has_downloads": true,
|
1840
|
+
"has_wiki": true,
|
1841
|
+
"forks_count": 318,
|
1842
|
+
"mirror_url": null,
|
1843
|
+
"open_issues_count": 100,
|
1844
|
+
"forks": 318,
|
1845
|
+
"open_issues": 100,
|
1846
|
+
"watchers": 1373,
|
1847
|
+
"master_branch": "development",
|
1848
|
+
"default_branch": "development"
|
1849
|
+
},
|
1850
|
+
{
|
1851
|
+
"id": 61032,
|
1852
|
+
"name": "vim-rails",
|
1853
|
+
"full_name": "tpope/vim-rails",
|
1854
|
+
"owner": {
|
1855
|
+
"login": "tpope",
|
1856
|
+
"id": 378,
|
1857
|
+
"avatar_url": "https://secure.gravatar.com/avatar/67259dd09c53aef920fe2aca18c7a8e0?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
1858
|
+
"gravatar_id": "67259dd09c53aef920fe2aca18c7a8e0",
|
1859
|
+
"url": "https://api.github.com/users/tpope",
|
1860
|
+
"html_url": "https://github.com/tpope",
|
1861
|
+
"followers_url": "https://api.github.com/users/tpope/followers",
|
1862
|
+
"following_url": "https://api.github.com/users/tpope/following",
|
1863
|
+
"gists_url": "https://api.github.com/users/tpope/gists{/gist_id}",
|
1864
|
+
"starred_url": "https://api.github.com/users/tpope/starred{/owner}{/repo}",
|
1865
|
+
"subscriptions_url": "https://api.github.com/users/tpope/subscriptions",
|
1866
|
+
"organizations_url": "https://api.github.com/users/tpope/orgs",
|
1867
|
+
"repos_url": "https://api.github.com/users/tpope/repos",
|
1868
|
+
"events_url": "https://api.github.com/users/tpope/events{/privacy}",
|
1869
|
+
"received_events_url": "https://api.github.com/users/tpope/received_events",
|
1870
|
+
"type": "User"
|
1871
|
+
},
|
1872
|
+
"private": false,
|
1873
|
+
"html_url": "https://github.com/tpope/vim-rails",
|
1874
|
+
"description": "rails.vim: Ruby on Rails power tools",
|
1875
|
+
"fork": false,
|
1876
|
+
"url": "https://api.github.com/repos/tpope/vim-rails",
|
1877
|
+
"forks_url": "https://api.github.com/repos/tpope/vim-rails/forks",
|
1878
|
+
"keys_url": "https://api.github.com/repos/tpope/vim-rails/keys{/key_id}",
|
1879
|
+
"collaborators_url": "https://api.github.com/repos/tpope/vim-rails/collaborators{/collaborator}",
|
1880
|
+
"teams_url": "https://api.github.com/repos/tpope/vim-rails/teams",
|
1881
|
+
"hooks_url": "https://api.github.com/repos/tpope/vim-rails/hooks",
|
1882
|
+
"issue_events_url": "https://api.github.com/repos/tpope/vim-rails/issues/events{/number}",
|
1883
|
+
"events_url": "https://api.github.com/repos/tpope/vim-rails/events",
|
1884
|
+
"assignees_url": "https://api.github.com/repos/tpope/vim-rails/assignees{/user}",
|
1885
|
+
"branches_url": "https://api.github.com/repos/tpope/vim-rails/branches{/branch}",
|
1886
|
+
"tags_url": "https://api.github.com/repos/tpope/vim-rails/tags{/tag}",
|
1887
|
+
"blobs_url": "https://api.github.com/repos/tpope/vim-rails/git/blobs{/sha}",
|
1888
|
+
"git_tags_url": "https://api.github.com/repos/tpope/vim-rails/git/tags{/sha}",
|
1889
|
+
"git_refs_url": "https://api.github.com/repos/tpope/vim-rails/git/refs{/sha}",
|
1890
|
+
"trees_url": "https://api.github.com/repos/tpope/vim-rails/git/trees{/sha}",
|
1891
|
+
"statuses_url": "https://api.github.com/repos/tpope/vim-rails/statuses/{sha}",
|
1892
|
+
"languages_url": "https://api.github.com/repos/tpope/vim-rails/languages",
|
1893
|
+
"stargazers_url": "https://api.github.com/repos/tpope/vim-rails/stargazers",
|
1894
|
+
"contributors_url": "https://api.github.com/repos/tpope/vim-rails/contributors",
|
1895
|
+
"subscribers_url": "https://api.github.com/repos/tpope/vim-rails/subscribers",
|
1896
|
+
"subscription_url": "https://api.github.com/repos/tpope/vim-rails/subscription",
|
1897
|
+
"commits_url": "https://api.github.com/repos/tpope/vim-rails/commits{/sha}",
|
1898
|
+
"git_commits_url": "https://api.github.com/repos/tpope/vim-rails/git/commits{/sha}",
|
1899
|
+
"comments_url": "https://api.github.com/repos/tpope/vim-rails/comments{/number}",
|
1900
|
+
"issue_comment_url": "https://api.github.com/repos/tpope/vim-rails/issues/comments/{number}",
|
1901
|
+
"contents_url": "https://api.github.com/repos/tpope/vim-rails/contents/{+path}",
|
1902
|
+
"compare_url": "https://api.github.com/repos/tpope/vim-rails/compare/{base}...{head}",
|
1903
|
+
"merges_url": "https://api.github.com/repos/tpope/vim-rails/merges",
|
1904
|
+
"archive_url": "https://api.github.com/repos/tpope/vim-rails/{archive_format}{/ref}",
|
1905
|
+
"downloads_url": "https://api.github.com/repos/tpope/vim-rails/downloads",
|
1906
|
+
"issues_url": "https://api.github.com/repos/tpope/vim-rails/issues{/number}",
|
1907
|
+
"pulls_url": "https://api.github.com/repos/tpope/vim-rails/pulls{/number}",
|
1908
|
+
"milestones_url": "https://api.github.com/repos/tpope/vim-rails/milestones{/number}",
|
1909
|
+
"notifications_url": "https://api.github.com/repos/tpope/vim-rails/notifications{?since,all,participating}",
|
1910
|
+
"labels_url": "https://api.github.com/repos/tpope/vim-rails/labels{/name}",
|
1911
|
+
"created_at": "2008-10-09T03:16:22Z",
|
1912
|
+
"updated_at": "2013-03-21T14:04:34Z",
|
1913
|
+
"pushed_at": "2013-03-20T22:37:46Z",
|
1914
|
+
"git_url": "git://github.com/tpope/vim-rails.git",
|
1915
|
+
"ssh_url": "git@github.com:tpope/vim-rails.git",
|
1916
|
+
"clone_url": "https://github.com/tpope/vim-rails.git",
|
1917
|
+
"svn_url": "https://github.com/tpope/vim-rails",
|
1918
|
+
"homepage": "http://www.vim.org/scripts/script.php?script_id=1567",
|
1919
|
+
"size": 716,
|
1920
|
+
"watchers_count": 1881,
|
1921
|
+
"language": "VimL",
|
1922
|
+
"has_issues": true,
|
1923
|
+
"has_downloads": false,
|
1924
|
+
"has_wiki": false,
|
1925
|
+
"forks_count": 181,
|
1926
|
+
"mirror_url": null,
|
1927
|
+
"open_issues_count": 21,
|
1928
|
+
"forks": 181,
|
1929
|
+
"open_issues": 21,
|
1930
|
+
"watchers": 1881,
|
1931
|
+
"master_branch": "master",
|
1932
|
+
"default_branch": "master"
|
1933
|
+
},
|
1934
|
+
{
|
1935
|
+
"id": 331603,
|
1936
|
+
"name": "vim-fugitive",
|
1937
|
+
"full_name": "tpope/vim-fugitive",
|
1938
|
+
"owner": {
|
1939
|
+
"login": "tpope",
|
1940
|
+
"id": 378,
|
1941
|
+
"avatar_url": "https://secure.gravatar.com/avatar/67259dd09c53aef920fe2aca18c7a8e0?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
1942
|
+
"gravatar_id": "67259dd09c53aef920fe2aca18c7a8e0",
|
1943
|
+
"url": "https://api.github.com/users/tpope",
|
1944
|
+
"html_url": "https://github.com/tpope",
|
1945
|
+
"followers_url": "https://api.github.com/users/tpope/followers",
|
1946
|
+
"following_url": "https://api.github.com/users/tpope/following",
|
1947
|
+
"gists_url": "https://api.github.com/users/tpope/gists{/gist_id}",
|
1948
|
+
"starred_url": "https://api.github.com/users/tpope/starred{/owner}{/repo}",
|
1949
|
+
"subscriptions_url": "https://api.github.com/users/tpope/subscriptions",
|
1950
|
+
"organizations_url": "https://api.github.com/users/tpope/orgs",
|
1951
|
+
"repos_url": "https://api.github.com/users/tpope/repos",
|
1952
|
+
"events_url": "https://api.github.com/users/tpope/events{/privacy}",
|
1953
|
+
"received_events_url": "https://api.github.com/users/tpope/received_events",
|
1954
|
+
"type": "User"
|
1955
|
+
},
|
1956
|
+
"private": false,
|
1957
|
+
"html_url": "https://github.com/tpope/vim-fugitive",
|
1958
|
+
"description": "fugitive.vim: a Git wrapper so awesome, it should be illegal",
|
1959
|
+
"fork": false,
|
1960
|
+
"url": "https://api.github.com/repos/tpope/vim-fugitive",
|
1961
|
+
"forks_url": "https://api.github.com/repos/tpope/vim-fugitive/forks",
|
1962
|
+
"keys_url": "https://api.github.com/repos/tpope/vim-fugitive/keys{/key_id}",
|
1963
|
+
"collaborators_url": "https://api.github.com/repos/tpope/vim-fugitive/collaborators{/collaborator}",
|
1964
|
+
"teams_url": "https://api.github.com/repos/tpope/vim-fugitive/teams",
|
1965
|
+
"hooks_url": "https://api.github.com/repos/tpope/vim-fugitive/hooks",
|
1966
|
+
"issue_events_url": "https://api.github.com/repos/tpope/vim-fugitive/issues/events{/number}",
|
1967
|
+
"events_url": "https://api.github.com/repos/tpope/vim-fugitive/events",
|
1968
|
+
"assignees_url": "https://api.github.com/repos/tpope/vim-fugitive/assignees{/user}",
|
1969
|
+
"branches_url": "https://api.github.com/repos/tpope/vim-fugitive/branches{/branch}",
|
1970
|
+
"tags_url": "https://api.github.com/repos/tpope/vim-fugitive/tags{/tag}",
|
1971
|
+
"blobs_url": "https://api.github.com/repos/tpope/vim-fugitive/git/blobs{/sha}",
|
1972
|
+
"git_tags_url": "https://api.github.com/repos/tpope/vim-fugitive/git/tags{/sha}",
|
1973
|
+
"git_refs_url": "https://api.github.com/repos/tpope/vim-fugitive/git/refs{/sha}",
|
1974
|
+
"trees_url": "https://api.github.com/repos/tpope/vim-fugitive/git/trees{/sha}",
|
1975
|
+
"statuses_url": "https://api.github.com/repos/tpope/vim-fugitive/statuses/{sha}",
|
1976
|
+
"languages_url": "https://api.github.com/repos/tpope/vim-fugitive/languages",
|
1977
|
+
"stargazers_url": "https://api.github.com/repos/tpope/vim-fugitive/stargazers",
|
1978
|
+
"contributors_url": "https://api.github.com/repos/tpope/vim-fugitive/contributors",
|
1979
|
+
"subscribers_url": "https://api.github.com/repos/tpope/vim-fugitive/subscribers",
|
1980
|
+
"subscription_url": "https://api.github.com/repos/tpope/vim-fugitive/subscription",
|
1981
|
+
"commits_url": "https://api.github.com/repos/tpope/vim-fugitive/commits{/sha}",
|
1982
|
+
"git_commits_url": "https://api.github.com/repos/tpope/vim-fugitive/git/commits{/sha}",
|
1983
|
+
"comments_url": "https://api.github.com/repos/tpope/vim-fugitive/comments{/number}",
|
1984
|
+
"issue_comment_url": "https://api.github.com/repos/tpope/vim-fugitive/issues/comments/{number}",
|
1985
|
+
"contents_url": "https://api.github.com/repos/tpope/vim-fugitive/contents/{+path}",
|
1986
|
+
"compare_url": "https://api.github.com/repos/tpope/vim-fugitive/compare/{base}...{head}",
|
1987
|
+
"merges_url": "https://api.github.com/repos/tpope/vim-fugitive/merges",
|
1988
|
+
"archive_url": "https://api.github.com/repos/tpope/vim-fugitive/{archive_format}{/ref}",
|
1989
|
+
"downloads_url": "https://api.github.com/repos/tpope/vim-fugitive/downloads",
|
1990
|
+
"issues_url": "https://api.github.com/repos/tpope/vim-fugitive/issues{/number}",
|
1991
|
+
"pulls_url": "https://api.github.com/repos/tpope/vim-fugitive/pulls{/number}",
|
1992
|
+
"milestones_url": "https://api.github.com/repos/tpope/vim-fugitive/milestones{/number}",
|
1993
|
+
"notifications_url": "https://api.github.com/repos/tpope/vim-fugitive/notifications{?since,all,participating}",
|
1994
|
+
"labels_url": "https://api.github.com/repos/tpope/vim-fugitive/labels{/name}",
|
1995
|
+
"created_at": "2009-10-09T01:09:49Z",
|
1996
|
+
"updated_at": "2013-03-21T09:24:00Z",
|
1997
|
+
"pushed_at": "2013-03-19T02:03:34Z",
|
1998
|
+
"git_url": "git://github.com/tpope/vim-fugitive.git",
|
1999
|
+
"ssh_url": "git@github.com:tpope/vim-fugitive.git",
|
2000
|
+
"clone_url": "https://github.com/tpope/vim-fugitive.git",
|
2001
|
+
"svn_url": "https://github.com/tpope/vim-fugitive",
|
2002
|
+
"homepage": "http://www.vim.org/scripts/script.php?script_id=2975",
|
2003
|
+
"size": 320,
|
2004
|
+
"watchers_count": 2758,
|
2005
|
+
"language": "VimL",
|
2006
|
+
"has_issues": true,
|
2007
|
+
"has_downloads": false,
|
2008
|
+
"has_wiki": false,
|
2009
|
+
"forks_count": 150,
|
2010
|
+
"mirror_url": null,
|
2011
|
+
"open_issues_count": 67,
|
2012
|
+
"forks": 150,
|
2013
|
+
"open_issues": 67,
|
2014
|
+
"watchers": 2758,
|
2015
|
+
"master_branch": "master",
|
2016
|
+
"default_branch": "master"
|
2017
|
+
},
|
2018
|
+
{
|
2019
|
+
"id": 7600015,
|
2020
|
+
"name": "shapeshifter",
|
2021
|
+
"full_name": "cobyism/shapeshifter",
|
2022
|
+
"owner": {
|
2023
|
+
"login": "cobyism",
|
2024
|
+
"id": 296432,
|
2025
|
+
"avatar_url": "https://secure.gravatar.com/avatar/ee5bae7fa46b3195869c285ecbb4619e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
2026
|
+
"gravatar_id": "ee5bae7fa46b3195869c285ecbb4619e",
|
2027
|
+
"url": "https://api.github.com/users/cobyism",
|
2028
|
+
"html_url": "https://github.com/cobyism",
|
2029
|
+
"followers_url": "https://api.github.com/users/cobyism/followers",
|
2030
|
+
"following_url": "https://api.github.com/users/cobyism/following",
|
2031
|
+
"gists_url": "https://api.github.com/users/cobyism/gists{/gist_id}",
|
2032
|
+
"starred_url": "https://api.github.com/users/cobyism/starred{/owner}{/repo}",
|
2033
|
+
"subscriptions_url": "https://api.github.com/users/cobyism/subscriptions",
|
2034
|
+
"organizations_url": "https://api.github.com/users/cobyism/orgs",
|
2035
|
+
"repos_url": "https://api.github.com/users/cobyism/repos",
|
2036
|
+
"events_url": "https://api.github.com/users/cobyism/events{/privacy}",
|
2037
|
+
"received_events_url": "https://api.github.com/users/cobyism/received_events",
|
2038
|
+
"type": "User"
|
2039
|
+
},
|
2040
|
+
"private": false,
|
2041
|
+
"html_url": "https://github.com/cobyism/shapeshifter",
|
2042
|
+
"description": "An always-on, in-browser, responsive design testing environment.",
|
2043
|
+
"fork": false,
|
2044
|
+
"url": "https://api.github.com/repos/cobyism/shapeshifter",
|
2045
|
+
"forks_url": "https://api.github.com/repos/cobyism/shapeshifter/forks",
|
2046
|
+
"keys_url": "https://api.github.com/repos/cobyism/shapeshifter/keys{/key_id}",
|
2047
|
+
"collaborators_url": "https://api.github.com/repos/cobyism/shapeshifter/collaborators{/collaborator}",
|
2048
|
+
"teams_url": "https://api.github.com/repos/cobyism/shapeshifter/teams",
|
2049
|
+
"hooks_url": "https://api.github.com/repos/cobyism/shapeshifter/hooks",
|
2050
|
+
"issue_events_url": "https://api.github.com/repos/cobyism/shapeshifter/issues/events{/number}",
|
2051
|
+
"events_url": "https://api.github.com/repos/cobyism/shapeshifter/events",
|
2052
|
+
"assignees_url": "https://api.github.com/repos/cobyism/shapeshifter/assignees{/user}",
|
2053
|
+
"branches_url": "https://api.github.com/repos/cobyism/shapeshifter/branches{/branch}",
|
2054
|
+
"tags_url": "https://api.github.com/repos/cobyism/shapeshifter/tags{/tag}",
|
2055
|
+
"blobs_url": "https://api.github.com/repos/cobyism/shapeshifter/git/blobs{/sha}",
|
2056
|
+
"git_tags_url": "https://api.github.com/repos/cobyism/shapeshifter/git/tags{/sha}",
|
2057
|
+
"git_refs_url": "https://api.github.com/repos/cobyism/shapeshifter/git/refs{/sha}",
|
2058
|
+
"trees_url": "https://api.github.com/repos/cobyism/shapeshifter/git/trees{/sha}",
|
2059
|
+
"statuses_url": "https://api.github.com/repos/cobyism/shapeshifter/statuses/{sha}",
|
2060
|
+
"languages_url": "https://api.github.com/repos/cobyism/shapeshifter/languages",
|
2061
|
+
"stargazers_url": "https://api.github.com/repos/cobyism/shapeshifter/stargazers",
|
2062
|
+
"contributors_url": "https://api.github.com/repos/cobyism/shapeshifter/contributors",
|
2063
|
+
"subscribers_url": "https://api.github.com/repos/cobyism/shapeshifter/subscribers",
|
2064
|
+
"subscription_url": "https://api.github.com/repos/cobyism/shapeshifter/subscription",
|
2065
|
+
"commits_url": "https://api.github.com/repos/cobyism/shapeshifter/commits{/sha}",
|
2066
|
+
"git_commits_url": "https://api.github.com/repos/cobyism/shapeshifter/git/commits{/sha}",
|
2067
|
+
"comments_url": "https://api.github.com/repos/cobyism/shapeshifter/comments{/number}",
|
2068
|
+
"issue_comment_url": "https://api.github.com/repos/cobyism/shapeshifter/issues/comments/{number}",
|
2069
|
+
"contents_url": "https://api.github.com/repos/cobyism/shapeshifter/contents/{+path}",
|
2070
|
+
"compare_url": "https://api.github.com/repos/cobyism/shapeshifter/compare/{base}...{head}",
|
2071
|
+
"merges_url": "https://api.github.com/repos/cobyism/shapeshifter/merges",
|
2072
|
+
"archive_url": "https://api.github.com/repos/cobyism/shapeshifter/{archive_format}{/ref}",
|
2073
|
+
"downloads_url": "https://api.github.com/repos/cobyism/shapeshifter/downloads",
|
2074
|
+
"issues_url": "https://api.github.com/repos/cobyism/shapeshifter/issues{/number}",
|
2075
|
+
"pulls_url": "https://api.github.com/repos/cobyism/shapeshifter/pulls{/number}",
|
2076
|
+
"milestones_url": "https://api.github.com/repos/cobyism/shapeshifter/milestones{/number}",
|
2077
|
+
"notifications_url": "https://api.github.com/repos/cobyism/shapeshifter/notifications{?since,all,participating}",
|
2078
|
+
"labels_url": "https://api.github.com/repos/cobyism/shapeshifter/labels{/name}",
|
2079
|
+
"created_at": "2013-01-14T07:13:17Z",
|
2080
|
+
"updated_at": "2013-02-26T14:32:47Z",
|
2081
|
+
"pushed_at": "2013-02-16T13:45:12Z",
|
2082
|
+
"git_url": "git://github.com/cobyism/shapeshifter.git",
|
2083
|
+
"ssh_url": "git@github.com:cobyism/shapeshifter.git",
|
2084
|
+
"clone_url": "https://github.com/cobyism/shapeshifter.git",
|
2085
|
+
"svn_url": "https://github.com/cobyism/shapeshifter",
|
2086
|
+
"homepage": "http://cobyism.com/shapeshifter",
|
2087
|
+
"size": 212,
|
2088
|
+
"watchers_count": 15,
|
2089
|
+
"language": "JavaScript",
|
2090
|
+
"has_issues": true,
|
2091
|
+
"has_downloads": true,
|
2092
|
+
"has_wiki": false,
|
2093
|
+
"forks_count": 1,
|
2094
|
+
"mirror_url": null,
|
2095
|
+
"open_issues_count": 1,
|
2096
|
+
"forks": 1,
|
2097
|
+
"open_issues": 1,
|
2098
|
+
"watchers": 15,
|
2099
|
+
"master_branch": "gh-pages",
|
2100
|
+
"default_branch": "gh-pages"
|
2101
|
+
},
|
2102
|
+
{
|
2103
|
+
"id": 7969484,
|
2104
|
+
"name": "ssh-import-id",
|
2105
|
+
"full_name": "cmars/ssh-import-id",
|
2106
|
+
"owner": {
|
2107
|
+
"login": "cmars",
|
2108
|
+
"id": 23741,
|
2109
|
+
"avatar_url": "https://secure.gravatar.com/avatar/092e7cde817d8892bdc30e45a2a82f55?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
2110
|
+
"gravatar_id": "092e7cde817d8892bdc30e45a2a82f55",
|
2111
|
+
"url": "https://api.github.com/users/cmars",
|
2112
|
+
"html_url": "https://github.com/cmars",
|
2113
|
+
"followers_url": "https://api.github.com/users/cmars/followers",
|
2114
|
+
"following_url": "https://api.github.com/users/cmars/following",
|
2115
|
+
"gists_url": "https://api.github.com/users/cmars/gists{/gist_id}",
|
2116
|
+
"starred_url": "https://api.github.com/users/cmars/starred{/owner}{/repo}",
|
2117
|
+
"subscriptions_url": "https://api.github.com/users/cmars/subscriptions",
|
2118
|
+
"organizations_url": "https://api.github.com/users/cmars/orgs",
|
2119
|
+
"repos_url": "https://api.github.com/users/cmars/repos",
|
2120
|
+
"events_url": "https://api.github.com/users/cmars/events{/privacy}",
|
2121
|
+
"received_events_url": "https://api.github.com/users/cmars/received_events",
|
2122
|
+
"type": "User"
|
2123
|
+
},
|
2124
|
+
"private": false,
|
2125
|
+
"html_url": "https://github.com/cmars/ssh-import-id",
|
2126
|
+
"description": "Authorize SSH public keys from trusted online identities.",
|
2127
|
+
"fork": false,
|
2128
|
+
"url": "https://api.github.com/repos/cmars/ssh-import-id",
|
2129
|
+
"forks_url": "https://api.github.com/repos/cmars/ssh-import-id/forks",
|
2130
|
+
"keys_url": "https://api.github.com/repos/cmars/ssh-import-id/keys{/key_id}",
|
2131
|
+
"collaborators_url": "https://api.github.com/repos/cmars/ssh-import-id/collaborators{/collaborator}",
|
2132
|
+
"teams_url": "https://api.github.com/repos/cmars/ssh-import-id/teams",
|
2133
|
+
"hooks_url": "https://api.github.com/repos/cmars/ssh-import-id/hooks",
|
2134
|
+
"issue_events_url": "https://api.github.com/repos/cmars/ssh-import-id/issues/events{/number}",
|
2135
|
+
"events_url": "https://api.github.com/repos/cmars/ssh-import-id/events",
|
2136
|
+
"assignees_url": "https://api.github.com/repos/cmars/ssh-import-id/assignees{/user}",
|
2137
|
+
"branches_url": "https://api.github.com/repos/cmars/ssh-import-id/branches{/branch}",
|
2138
|
+
"tags_url": "https://api.github.com/repos/cmars/ssh-import-id/tags{/tag}",
|
2139
|
+
"blobs_url": "https://api.github.com/repos/cmars/ssh-import-id/git/blobs{/sha}",
|
2140
|
+
"git_tags_url": "https://api.github.com/repos/cmars/ssh-import-id/git/tags{/sha}",
|
2141
|
+
"git_refs_url": "https://api.github.com/repos/cmars/ssh-import-id/git/refs{/sha}",
|
2142
|
+
"trees_url": "https://api.github.com/repos/cmars/ssh-import-id/git/trees{/sha}",
|
2143
|
+
"statuses_url": "https://api.github.com/repos/cmars/ssh-import-id/statuses/{sha}",
|
2144
|
+
"languages_url": "https://api.github.com/repos/cmars/ssh-import-id/languages",
|
2145
|
+
"stargazers_url": "https://api.github.com/repos/cmars/ssh-import-id/stargazers",
|
2146
|
+
"contributors_url": "https://api.github.com/repos/cmars/ssh-import-id/contributors",
|
2147
|
+
"subscribers_url": "https://api.github.com/repos/cmars/ssh-import-id/subscribers",
|
2148
|
+
"subscription_url": "https://api.github.com/repos/cmars/ssh-import-id/subscription",
|
2149
|
+
"commits_url": "https://api.github.com/repos/cmars/ssh-import-id/commits{/sha}",
|
2150
|
+
"git_commits_url": "https://api.github.com/repos/cmars/ssh-import-id/git/commits{/sha}",
|
2151
|
+
"comments_url": "https://api.github.com/repos/cmars/ssh-import-id/comments{/number}",
|
2152
|
+
"issue_comment_url": "https://api.github.com/repos/cmars/ssh-import-id/issues/comments/{number}",
|
2153
|
+
"contents_url": "https://api.github.com/repos/cmars/ssh-import-id/contents/{+path}",
|
2154
|
+
"compare_url": "https://api.github.com/repos/cmars/ssh-import-id/compare/{base}...{head}",
|
2155
|
+
"merges_url": "https://api.github.com/repos/cmars/ssh-import-id/merges",
|
2156
|
+
"archive_url": "https://api.github.com/repos/cmars/ssh-import-id/{archive_format}{/ref}",
|
2157
|
+
"downloads_url": "https://api.github.com/repos/cmars/ssh-import-id/downloads",
|
2158
|
+
"issues_url": "https://api.github.com/repos/cmars/ssh-import-id/issues{/number}",
|
2159
|
+
"pulls_url": "https://api.github.com/repos/cmars/ssh-import-id/pulls{/number}",
|
2160
|
+
"milestones_url": "https://api.github.com/repos/cmars/ssh-import-id/milestones{/number}",
|
2161
|
+
"notifications_url": "https://api.github.com/repos/cmars/ssh-import-id/notifications{?since,all,participating}",
|
2162
|
+
"labels_url": "https://api.github.com/repos/cmars/ssh-import-id/labels{/name}",
|
2163
|
+
"created_at": "2013-02-02T00:43:23Z",
|
2164
|
+
"updated_at": "2013-02-28T07:19:00Z",
|
2165
|
+
"pushed_at": "2013-02-06T17:25:11Z",
|
2166
|
+
"git_url": "git://github.com/cmars/ssh-import-id.git",
|
2167
|
+
"ssh_url": "git@github.com:cmars/ssh-import-id.git",
|
2168
|
+
"clone_url": "https://github.com/cmars/ssh-import-id.git",
|
2169
|
+
"svn_url": "https://github.com/cmars/ssh-import-id",
|
2170
|
+
"homepage": null,
|
2171
|
+
"size": 764,
|
2172
|
+
"watchers_count": 34,
|
2173
|
+
"language": "Python",
|
2174
|
+
"has_issues": true,
|
2175
|
+
"has_downloads": true,
|
2176
|
+
"has_wiki": true,
|
2177
|
+
"forks_count": 0,
|
2178
|
+
"mirror_url": null,
|
2179
|
+
"open_issues_count": 1,
|
2180
|
+
"forks": 0,
|
2181
|
+
"open_issues": 1,
|
2182
|
+
"watchers": 34,
|
2183
|
+
"master_branch": "master",
|
2184
|
+
"default_branch": "master"
|
2185
|
+
},
|
2186
|
+
{
|
2187
|
+
"id": 7914164,
|
2188
|
+
"name": "rainbarf",
|
2189
|
+
"full_name": "creaktive/rainbarf",
|
2190
|
+
"owner": {
|
2191
|
+
"login": "creaktive",
|
2192
|
+
"id": 231995,
|
2193
|
+
"avatar_url": "https://secure.gravatar.com/avatar/f93e90d4db9dc0eb3b5681c6fccfa0e2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
2194
|
+
"gravatar_id": "f93e90d4db9dc0eb3b5681c6fccfa0e2",
|
2195
|
+
"url": "https://api.github.com/users/creaktive",
|
2196
|
+
"html_url": "https://github.com/creaktive",
|
2197
|
+
"followers_url": "https://api.github.com/users/creaktive/followers",
|
2198
|
+
"following_url": "https://api.github.com/users/creaktive/following",
|
2199
|
+
"gists_url": "https://api.github.com/users/creaktive/gists{/gist_id}",
|
2200
|
+
"starred_url": "https://api.github.com/users/creaktive/starred{/owner}{/repo}",
|
2201
|
+
"subscriptions_url": "https://api.github.com/users/creaktive/subscriptions",
|
2202
|
+
"organizations_url": "https://api.github.com/users/creaktive/orgs",
|
2203
|
+
"repos_url": "https://api.github.com/users/creaktive/repos",
|
2204
|
+
"events_url": "https://api.github.com/users/creaktive/events{/privacy}",
|
2205
|
+
"received_events_url": "https://api.github.com/users/creaktive/received_events",
|
2206
|
+
"type": "User"
|
2207
|
+
},
|
2208
|
+
"private": false,
|
2209
|
+
"html_url": "https://github.com/creaktive/rainbarf",
|
2210
|
+
"description": "CPU/RAM/battery stats chart bar for tmux (and GNU screen)",
|
2211
|
+
"fork": false,
|
2212
|
+
"url": "https://api.github.com/repos/creaktive/rainbarf",
|
2213
|
+
"forks_url": "https://api.github.com/repos/creaktive/rainbarf/forks",
|
2214
|
+
"keys_url": "https://api.github.com/repos/creaktive/rainbarf/keys{/key_id}",
|
2215
|
+
"collaborators_url": "https://api.github.com/repos/creaktive/rainbarf/collaborators{/collaborator}",
|
2216
|
+
"teams_url": "https://api.github.com/repos/creaktive/rainbarf/teams",
|
2217
|
+
"hooks_url": "https://api.github.com/repos/creaktive/rainbarf/hooks",
|
2218
|
+
"issue_events_url": "https://api.github.com/repos/creaktive/rainbarf/issues/events{/number}",
|
2219
|
+
"events_url": "https://api.github.com/repos/creaktive/rainbarf/events",
|
2220
|
+
"assignees_url": "https://api.github.com/repos/creaktive/rainbarf/assignees{/user}",
|
2221
|
+
"branches_url": "https://api.github.com/repos/creaktive/rainbarf/branches{/branch}",
|
2222
|
+
"tags_url": "https://api.github.com/repos/creaktive/rainbarf/tags{/tag}",
|
2223
|
+
"blobs_url": "https://api.github.com/repos/creaktive/rainbarf/git/blobs{/sha}",
|
2224
|
+
"git_tags_url": "https://api.github.com/repos/creaktive/rainbarf/git/tags{/sha}",
|
2225
|
+
"git_refs_url": "https://api.github.com/repos/creaktive/rainbarf/git/refs{/sha}",
|
2226
|
+
"trees_url": "https://api.github.com/repos/creaktive/rainbarf/git/trees{/sha}",
|
2227
|
+
"statuses_url": "https://api.github.com/repos/creaktive/rainbarf/statuses/{sha}",
|
2228
|
+
"languages_url": "https://api.github.com/repos/creaktive/rainbarf/languages",
|
2229
|
+
"stargazers_url": "https://api.github.com/repos/creaktive/rainbarf/stargazers",
|
2230
|
+
"contributors_url": "https://api.github.com/repos/creaktive/rainbarf/contributors",
|
2231
|
+
"subscribers_url": "https://api.github.com/repos/creaktive/rainbarf/subscribers",
|
2232
|
+
"subscription_url": "https://api.github.com/repos/creaktive/rainbarf/subscription",
|
2233
|
+
"commits_url": "https://api.github.com/repos/creaktive/rainbarf/commits{/sha}",
|
2234
|
+
"git_commits_url": "https://api.github.com/repos/creaktive/rainbarf/git/commits{/sha}",
|
2235
|
+
"comments_url": "https://api.github.com/repos/creaktive/rainbarf/comments{/number}",
|
2236
|
+
"issue_comment_url": "https://api.github.com/repos/creaktive/rainbarf/issues/comments/{number}",
|
2237
|
+
"contents_url": "https://api.github.com/repos/creaktive/rainbarf/contents/{+path}",
|
2238
|
+
"compare_url": "https://api.github.com/repos/creaktive/rainbarf/compare/{base}...{head}",
|
2239
|
+
"merges_url": "https://api.github.com/repos/creaktive/rainbarf/merges",
|
2240
|
+
"archive_url": "https://api.github.com/repos/creaktive/rainbarf/{archive_format}{/ref}",
|
2241
|
+
"downloads_url": "https://api.github.com/repos/creaktive/rainbarf/downloads",
|
2242
|
+
"issues_url": "https://api.github.com/repos/creaktive/rainbarf/issues{/number}",
|
2243
|
+
"pulls_url": "https://api.github.com/repos/creaktive/rainbarf/pulls{/number}",
|
2244
|
+
"milestones_url": "https://api.github.com/repos/creaktive/rainbarf/milestones{/number}",
|
2245
|
+
"notifications_url": "https://api.github.com/repos/creaktive/rainbarf/notifications{?since,all,participating}",
|
2246
|
+
"labels_url": "https://api.github.com/repos/creaktive/rainbarf/labels{/name}",
|
2247
|
+
"created_at": "2013-01-30T12:28:15Z",
|
2248
|
+
"updated_at": "2013-03-21T15:00:15Z",
|
2249
|
+
"pushed_at": "2013-03-15T16:10:46Z",
|
2250
|
+
"git_url": "git://github.com/creaktive/rainbarf.git",
|
2251
|
+
"ssh_url": "git@github.com:creaktive/rainbarf.git",
|
2252
|
+
"clone_url": "https://github.com/creaktive/rainbarf.git",
|
2253
|
+
"svn_url": "https://github.com/creaktive/rainbarf",
|
2254
|
+
"homepage": "https://metacpan.org/module/rainbarf",
|
2255
|
+
"size": 364,
|
2256
|
+
"watchers_count": 343,
|
2257
|
+
"language": "Perl",
|
2258
|
+
"has_issues": true,
|
2259
|
+
"has_downloads": true,
|
2260
|
+
"has_wiki": true,
|
2261
|
+
"forks_count": 20,
|
2262
|
+
"mirror_url": null,
|
2263
|
+
"open_issues_count": 2,
|
2264
|
+
"forks": 20,
|
2265
|
+
"open_issues": 2,
|
2266
|
+
"watchers": 343,
|
2267
|
+
"master_branch": "master",
|
2268
|
+
"default_branch": "master"
|
2269
|
+
},
|
2270
|
+
{
|
2271
|
+
"id": 7579140,
|
2272
|
+
"name": "dotvim",
|
2273
|
+
"full_name": "subelsky/dotvim",
|
2274
|
+
"owner": {
|
2275
|
+
"login": "subelsky",
|
2276
|
+
"id": 12020,
|
2277
|
+
"avatar_url": "https://secure.gravatar.com/avatar/f7d969d7a72376fab89cba3554c18ec1?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
2278
|
+
"gravatar_id": "f7d969d7a72376fab89cba3554c18ec1",
|
2279
|
+
"url": "https://api.github.com/users/subelsky",
|
2280
|
+
"html_url": "https://github.com/subelsky",
|
2281
|
+
"followers_url": "https://api.github.com/users/subelsky/followers",
|
2282
|
+
"following_url": "https://api.github.com/users/subelsky/following",
|
2283
|
+
"gists_url": "https://api.github.com/users/subelsky/gists{/gist_id}",
|
2284
|
+
"starred_url": "https://api.github.com/users/subelsky/starred{/owner}{/repo}",
|
2285
|
+
"subscriptions_url": "https://api.github.com/users/subelsky/subscriptions",
|
2286
|
+
"organizations_url": "https://api.github.com/users/subelsky/orgs",
|
2287
|
+
"repos_url": "https://api.github.com/users/subelsky/repos",
|
2288
|
+
"events_url": "https://api.github.com/users/subelsky/events{/privacy}",
|
2289
|
+
"received_events_url": "https://api.github.com/users/subelsky/received_events",
|
2290
|
+
"type": "User"
|
2291
|
+
},
|
2292
|
+
"private": false,
|
2293
|
+
"html_url": "https://github.com/subelsky/dotvim",
|
2294
|
+
"description": null,
|
2295
|
+
"fork": false,
|
2296
|
+
"url": "https://api.github.com/repos/subelsky/dotvim",
|
2297
|
+
"forks_url": "https://api.github.com/repos/subelsky/dotvim/forks",
|
2298
|
+
"keys_url": "https://api.github.com/repos/subelsky/dotvim/keys{/key_id}",
|
2299
|
+
"collaborators_url": "https://api.github.com/repos/subelsky/dotvim/collaborators{/collaborator}",
|
2300
|
+
"teams_url": "https://api.github.com/repos/subelsky/dotvim/teams",
|
2301
|
+
"hooks_url": "https://api.github.com/repos/subelsky/dotvim/hooks",
|
2302
|
+
"issue_events_url": "https://api.github.com/repos/subelsky/dotvim/issues/events{/number}",
|
2303
|
+
"events_url": "https://api.github.com/repos/subelsky/dotvim/events",
|
2304
|
+
"assignees_url": "https://api.github.com/repos/subelsky/dotvim/assignees{/user}",
|
2305
|
+
"branches_url": "https://api.github.com/repos/subelsky/dotvim/branches{/branch}",
|
2306
|
+
"tags_url": "https://api.github.com/repos/subelsky/dotvim/tags{/tag}",
|
2307
|
+
"blobs_url": "https://api.github.com/repos/subelsky/dotvim/git/blobs{/sha}",
|
2308
|
+
"git_tags_url": "https://api.github.com/repos/subelsky/dotvim/git/tags{/sha}",
|
2309
|
+
"git_refs_url": "https://api.github.com/repos/subelsky/dotvim/git/refs{/sha}",
|
2310
|
+
"trees_url": "https://api.github.com/repos/subelsky/dotvim/git/trees{/sha}",
|
2311
|
+
"statuses_url": "https://api.github.com/repos/subelsky/dotvim/statuses/{sha}",
|
2312
|
+
"languages_url": "https://api.github.com/repos/subelsky/dotvim/languages",
|
2313
|
+
"stargazers_url": "https://api.github.com/repos/subelsky/dotvim/stargazers",
|
2314
|
+
"contributors_url": "https://api.github.com/repos/subelsky/dotvim/contributors",
|
2315
|
+
"subscribers_url": "https://api.github.com/repos/subelsky/dotvim/subscribers",
|
2316
|
+
"subscription_url": "https://api.github.com/repos/subelsky/dotvim/subscription",
|
2317
|
+
"commits_url": "https://api.github.com/repos/subelsky/dotvim/commits{/sha}",
|
2318
|
+
"git_commits_url": "https://api.github.com/repos/subelsky/dotvim/git/commits{/sha}",
|
2319
|
+
"comments_url": "https://api.github.com/repos/subelsky/dotvim/comments{/number}",
|
2320
|
+
"issue_comment_url": "https://api.github.com/repos/subelsky/dotvim/issues/comments/{number}",
|
2321
|
+
"contents_url": "https://api.github.com/repos/subelsky/dotvim/contents/{+path}",
|
2322
|
+
"compare_url": "https://api.github.com/repos/subelsky/dotvim/compare/{base}...{head}",
|
2323
|
+
"merges_url": "https://api.github.com/repos/subelsky/dotvim/merges",
|
2324
|
+
"archive_url": "https://api.github.com/repos/subelsky/dotvim/{archive_format}{/ref}",
|
2325
|
+
"downloads_url": "https://api.github.com/repos/subelsky/dotvim/downloads",
|
2326
|
+
"issues_url": "https://api.github.com/repos/subelsky/dotvim/issues{/number}",
|
2327
|
+
"pulls_url": "https://api.github.com/repos/subelsky/dotvim/pulls{/number}",
|
2328
|
+
"milestones_url": "https://api.github.com/repos/subelsky/dotvim/milestones{/number}",
|
2329
|
+
"notifications_url": "https://api.github.com/repos/subelsky/dotvim/notifications{?since,all,participating}",
|
2330
|
+
"labels_url": "https://api.github.com/repos/subelsky/dotvim/labels{/name}",
|
2331
|
+
"created_at": "2013-01-12T18:54:48Z",
|
2332
|
+
"updated_at": "2013-03-06T20:07:46Z",
|
2333
|
+
"pushed_at": "2013-03-06T20:07:45Z",
|
2334
|
+
"git_url": "git://github.com/subelsky/dotvim.git",
|
2335
|
+
"ssh_url": "git@github.com:subelsky/dotvim.git",
|
2336
|
+
"clone_url": "https://github.com/subelsky/dotvim.git",
|
2337
|
+
"svn_url": "https://github.com/subelsky/dotvim",
|
2338
|
+
"homepage": null,
|
2339
|
+
"size": 192,
|
2340
|
+
"watchers_count": 1,
|
2341
|
+
"language": "VimL",
|
2342
|
+
"has_issues": true,
|
2343
|
+
"has_downloads": true,
|
2344
|
+
"has_wiki": true,
|
2345
|
+
"forks_count": 0,
|
2346
|
+
"mirror_url": null,
|
2347
|
+
"open_issues_count": 0,
|
2348
|
+
"forks": 0,
|
2349
|
+
"open_issues": 0,
|
2350
|
+
"watchers": 1,
|
2351
|
+
"master_branch": "master",
|
2352
|
+
"default_branch": "master"
|
2353
|
+
},
|
2354
|
+
{
|
2355
|
+
"id": 7483501,
|
2356
|
+
"name": "tweetregs",
|
2357
|
+
"full_name": "pkedrosky/tweetregs",
|
2358
|
+
"owner": {
|
2359
|
+
"login": "pkedrosky",
|
2360
|
+
"id": 3206644,
|
2361
|
+
"avatar_url": "https://secure.gravatar.com/avatar/4f2f3a7892d866ddfe86cd5f7970f61c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
2362
|
+
"gravatar_id": "4f2f3a7892d866ddfe86cd5f7970f61c",
|
2363
|
+
"url": "https://api.github.com/users/pkedrosky",
|
2364
|
+
"html_url": "https://github.com/pkedrosky",
|
2365
|
+
"followers_url": "https://api.github.com/users/pkedrosky/followers",
|
2366
|
+
"following_url": "https://api.github.com/users/pkedrosky/following",
|
2367
|
+
"gists_url": "https://api.github.com/users/pkedrosky/gists{/gist_id}",
|
2368
|
+
"starred_url": "https://api.github.com/users/pkedrosky/starred{/owner}{/repo}",
|
2369
|
+
"subscriptions_url": "https://api.github.com/users/pkedrosky/subscriptions",
|
2370
|
+
"organizations_url": "https://api.github.com/users/pkedrosky/orgs",
|
2371
|
+
"repos_url": "https://api.github.com/users/pkedrosky/repos",
|
2372
|
+
"events_url": "https://api.github.com/users/pkedrosky/events{/privacy}",
|
2373
|
+
"received_events_url": "https://api.github.com/users/pkedrosky/received_events",
|
2374
|
+
"type": "User"
|
2375
|
+
},
|
2376
|
+
"private": false,
|
2377
|
+
"html_url": "https://github.com/pkedrosky/tweetregs",
|
2378
|
+
"description": "Set of twitter/tweetbot regular expressions to eliminate some irritations",
|
2379
|
+
"fork": false,
|
2380
|
+
"url": "https://api.github.com/repos/pkedrosky/tweetregs",
|
2381
|
+
"forks_url": "https://api.github.com/repos/pkedrosky/tweetregs/forks",
|
2382
|
+
"keys_url": "https://api.github.com/repos/pkedrosky/tweetregs/keys{/key_id}",
|
2383
|
+
"collaborators_url": "https://api.github.com/repos/pkedrosky/tweetregs/collaborators{/collaborator}",
|
2384
|
+
"teams_url": "https://api.github.com/repos/pkedrosky/tweetregs/teams",
|
2385
|
+
"hooks_url": "https://api.github.com/repos/pkedrosky/tweetregs/hooks",
|
2386
|
+
"issue_events_url": "https://api.github.com/repos/pkedrosky/tweetregs/issues/events{/number}",
|
2387
|
+
"events_url": "https://api.github.com/repos/pkedrosky/tweetregs/events",
|
2388
|
+
"assignees_url": "https://api.github.com/repos/pkedrosky/tweetregs/assignees{/user}",
|
2389
|
+
"branches_url": "https://api.github.com/repos/pkedrosky/tweetregs/branches{/branch}",
|
2390
|
+
"tags_url": "https://api.github.com/repos/pkedrosky/tweetregs/tags{/tag}",
|
2391
|
+
"blobs_url": "https://api.github.com/repos/pkedrosky/tweetregs/git/blobs{/sha}",
|
2392
|
+
"git_tags_url": "https://api.github.com/repos/pkedrosky/tweetregs/git/tags{/sha}",
|
2393
|
+
"git_refs_url": "https://api.github.com/repos/pkedrosky/tweetregs/git/refs{/sha}",
|
2394
|
+
"trees_url": "https://api.github.com/repos/pkedrosky/tweetregs/git/trees{/sha}",
|
2395
|
+
"statuses_url": "https://api.github.com/repos/pkedrosky/tweetregs/statuses/{sha}",
|
2396
|
+
"languages_url": "https://api.github.com/repos/pkedrosky/tweetregs/languages",
|
2397
|
+
"stargazers_url": "https://api.github.com/repos/pkedrosky/tweetregs/stargazers",
|
2398
|
+
"contributors_url": "https://api.github.com/repos/pkedrosky/tweetregs/contributors",
|
2399
|
+
"subscribers_url": "https://api.github.com/repos/pkedrosky/tweetregs/subscribers",
|
2400
|
+
"subscription_url": "https://api.github.com/repos/pkedrosky/tweetregs/subscription",
|
2401
|
+
"commits_url": "https://api.github.com/repos/pkedrosky/tweetregs/commits{/sha}",
|
2402
|
+
"git_commits_url": "https://api.github.com/repos/pkedrosky/tweetregs/git/commits{/sha}",
|
2403
|
+
"comments_url": "https://api.github.com/repos/pkedrosky/tweetregs/comments{/number}",
|
2404
|
+
"issue_comment_url": "https://api.github.com/repos/pkedrosky/tweetregs/issues/comments/{number}",
|
2405
|
+
"contents_url": "https://api.github.com/repos/pkedrosky/tweetregs/contents/{+path}",
|
2406
|
+
"compare_url": "https://api.github.com/repos/pkedrosky/tweetregs/compare/{base}...{head}",
|
2407
|
+
"merges_url": "https://api.github.com/repos/pkedrosky/tweetregs/merges",
|
2408
|
+
"archive_url": "https://api.github.com/repos/pkedrosky/tweetregs/{archive_format}{/ref}",
|
2409
|
+
"downloads_url": "https://api.github.com/repos/pkedrosky/tweetregs/downloads",
|
2410
|
+
"issues_url": "https://api.github.com/repos/pkedrosky/tweetregs/issues{/number}",
|
2411
|
+
"pulls_url": "https://api.github.com/repos/pkedrosky/tweetregs/pulls{/number}",
|
2412
|
+
"milestones_url": "https://api.github.com/repos/pkedrosky/tweetregs/milestones{/number}",
|
2413
|
+
"notifications_url": "https://api.github.com/repos/pkedrosky/tweetregs/notifications{?since,all,participating}",
|
2414
|
+
"labels_url": "https://api.github.com/repos/pkedrosky/tweetregs/labels{/name}",
|
2415
|
+
"created_at": "2013-01-07T14:18:37Z",
|
2416
|
+
"updated_at": "2013-03-18T07:10:43Z",
|
2417
|
+
"pushed_at": "2013-02-25T16:52:04Z",
|
2418
|
+
"git_url": "git://github.com/pkedrosky/tweetregs.git",
|
2419
|
+
"ssh_url": "git@github.com:pkedrosky/tweetregs.git",
|
2420
|
+
"clone_url": "https://github.com/pkedrosky/tweetregs.git",
|
2421
|
+
"svn_url": "https://github.com/pkedrosky/tweetregs",
|
2422
|
+
"homepage": null,
|
2423
|
+
"size": 168,
|
2424
|
+
"watchers_count": 69,
|
2425
|
+
"language": null,
|
2426
|
+
"has_issues": true,
|
2427
|
+
"has_downloads": true,
|
2428
|
+
"has_wiki": true,
|
2429
|
+
"forks_count": 8,
|
2430
|
+
"mirror_url": null,
|
2431
|
+
"open_issues_count": 2,
|
2432
|
+
"forks": 8,
|
2433
|
+
"open_issues": 2,
|
2434
|
+
"watchers": 69,
|
2435
|
+
"master_branch": "master",
|
2436
|
+
"default_branch": "master"
|
2437
|
+
},
|
2438
|
+
{
|
2439
|
+
"id": 7391516,
|
2440
|
+
"name": "hubtime",
|
2441
|
+
"full_name": "bleonard/hubtime",
|
2442
|
+
"owner": {
|
2443
|
+
"login": "bleonard",
|
2444
|
+
"id": 36106,
|
2445
|
+
"avatar_url": "https://secure.gravatar.com/avatar/cfdb92c645b1580f950c1df747a20ee6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
2446
|
+
"gravatar_id": "cfdb92c645b1580f950c1df747a20ee6",
|
2447
|
+
"url": "https://api.github.com/users/bleonard",
|
2448
|
+
"html_url": "https://github.com/bleonard",
|
2449
|
+
"followers_url": "https://api.github.com/users/bleonard/followers",
|
2450
|
+
"following_url": "https://api.github.com/users/bleonard/following",
|
2451
|
+
"gists_url": "https://api.github.com/users/bleonard/gists{/gist_id}",
|
2452
|
+
"starred_url": "https://api.github.com/users/bleonard/starred{/owner}{/repo}",
|
2453
|
+
"subscriptions_url": "https://api.github.com/users/bleonard/subscriptions",
|
2454
|
+
"organizations_url": "https://api.github.com/users/bleonard/orgs",
|
2455
|
+
"repos_url": "https://api.github.com/users/bleonard/repos",
|
2456
|
+
"events_url": "https://api.github.com/users/bleonard/events{/privacy}",
|
2457
|
+
"received_events_url": "https://api.github.com/users/bleonard/received_events",
|
2458
|
+
"type": "User"
|
2459
|
+
},
|
2460
|
+
"private": false,
|
2461
|
+
"html_url": "https://github.com/bleonard/hubtime",
|
2462
|
+
"description": "Personal Github Graphs",
|
2463
|
+
"fork": false,
|
2464
|
+
"url": "https://api.github.com/repos/bleonard/hubtime",
|
2465
|
+
"forks_url": "https://api.github.com/repos/bleonard/hubtime/forks",
|
2466
|
+
"keys_url": "https://api.github.com/repos/bleonard/hubtime/keys{/key_id}",
|
2467
|
+
"collaborators_url": "https://api.github.com/repos/bleonard/hubtime/collaborators{/collaborator}",
|
2468
|
+
"teams_url": "https://api.github.com/repos/bleonard/hubtime/teams",
|
2469
|
+
"hooks_url": "https://api.github.com/repos/bleonard/hubtime/hooks",
|
2470
|
+
"issue_events_url": "https://api.github.com/repos/bleonard/hubtime/issues/events{/number}",
|
2471
|
+
"events_url": "https://api.github.com/repos/bleonard/hubtime/events",
|
2472
|
+
"assignees_url": "https://api.github.com/repos/bleonard/hubtime/assignees{/user}",
|
2473
|
+
"branches_url": "https://api.github.com/repos/bleonard/hubtime/branches{/branch}",
|
2474
|
+
"tags_url": "https://api.github.com/repos/bleonard/hubtime/tags{/tag}",
|
2475
|
+
"blobs_url": "https://api.github.com/repos/bleonard/hubtime/git/blobs{/sha}",
|
2476
|
+
"git_tags_url": "https://api.github.com/repos/bleonard/hubtime/git/tags{/sha}",
|
2477
|
+
"git_refs_url": "https://api.github.com/repos/bleonard/hubtime/git/refs{/sha}",
|
2478
|
+
"trees_url": "https://api.github.com/repos/bleonard/hubtime/git/trees{/sha}",
|
2479
|
+
"statuses_url": "https://api.github.com/repos/bleonard/hubtime/statuses/{sha}",
|
2480
|
+
"languages_url": "https://api.github.com/repos/bleonard/hubtime/languages",
|
2481
|
+
"stargazers_url": "https://api.github.com/repos/bleonard/hubtime/stargazers",
|
2482
|
+
"contributors_url": "https://api.github.com/repos/bleonard/hubtime/contributors",
|
2483
|
+
"subscribers_url": "https://api.github.com/repos/bleonard/hubtime/subscribers",
|
2484
|
+
"subscription_url": "https://api.github.com/repos/bleonard/hubtime/subscription",
|
2485
|
+
"commits_url": "https://api.github.com/repos/bleonard/hubtime/commits{/sha}",
|
2486
|
+
"git_commits_url": "https://api.github.com/repos/bleonard/hubtime/git/commits{/sha}",
|
2487
|
+
"comments_url": "https://api.github.com/repos/bleonard/hubtime/comments{/number}",
|
2488
|
+
"issue_comment_url": "https://api.github.com/repos/bleonard/hubtime/issues/comments/{number}",
|
2489
|
+
"contents_url": "https://api.github.com/repos/bleonard/hubtime/contents/{+path}",
|
2490
|
+
"compare_url": "https://api.github.com/repos/bleonard/hubtime/compare/{base}...{head}",
|
2491
|
+
"merges_url": "https://api.github.com/repos/bleonard/hubtime/merges",
|
2492
|
+
"archive_url": "https://api.github.com/repos/bleonard/hubtime/{archive_format}{/ref}",
|
2493
|
+
"downloads_url": "https://api.github.com/repos/bleonard/hubtime/downloads",
|
2494
|
+
"issues_url": "https://api.github.com/repos/bleonard/hubtime/issues{/number}",
|
2495
|
+
"pulls_url": "https://api.github.com/repos/bleonard/hubtime/pulls{/number}",
|
2496
|
+
"milestones_url": "https://api.github.com/repos/bleonard/hubtime/milestones{/number}",
|
2497
|
+
"notifications_url": "https://api.github.com/repos/bleonard/hubtime/notifications{?since,all,participating}",
|
2498
|
+
"labels_url": "https://api.github.com/repos/bleonard/hubtime/labels{/name}",
|
2499
|
+
"created_at": "2012-12-31T22:44:46Z",
|
2500
|
+
"updated_at": "2013-03-11T01:25:52Z",
|
2501
|
+
"pushed_at": "2013-01-20T22:30:26Z",
|
2502
|
+
"git_url": "git://github.com/bleonard/hubtime.git",
|
2503
|
+
"ssh_url": "git@github.com:bleonard/hubtime.git",
|
2504
|
+
"clone_url": "https://github.com/bleonard/hubtime.git",
|
2505
|
+
"svn_url": "https://github.com/bleonard/hubtime",
|
2506
|
+
"homepage": "",
|
2507
|
+
"size": 220,
|
2508
|
+
"watchers_count": 83,
|
2509
|
+
"language": "Ruby",
|
2510
|
+
"has_issues": true,
|
2511
|
+
"has_downloads": true,
|
2512
|
+
"has_wiki": true,
|
2513
|
+
"forks_count": 1,
|
2514
|
+
"mirror_url": null,
|
2515
|
+
"open_issues_count": 0,
|
2516
|
+
"forks": 1,
|
2517
|
+
"open_issues": 0,
|
2518
|
+
"watchers": 83,
|
2519
|
+
"master_branch": "master",
|
2520
|
+
"default_branch": "master"
|
2521
|
+
}
|
2522
|
+
]
|