octokit 1.0.7 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG.md +1 -0
- data/lib/octokit/client.rb +3 -0
- data/lib/octokit/client/gists.rb +66 -0
- data/lib/octokit/gist.rb +27 -0
- data/lib/octokit/version.rb +1 -1
- data/spec/fixtures/timeline.json +1408 -1237
- data/spec/fixtures/v2/blob_metadata.json +2052 -1
- data/spec/fixtures/v2/blobs.json +260 -1
- data/spec/fixtures/v2/issues.json +49 -1
- data/spec/fixtures/v2/network_data.json +3551 -1
- data/spec/fixtures/v2/network_meta.json +2530 -1
- data/spec/fixtures/v2/repositories.json +173 -1
- data/spec/fixtures/v2/tree_metadata.json +2612 -1
- data/spec/fixtures/v2/user.json +19 -1
- data/spec/fixtures/v2/users.json +24 -1
- data/spec/fixtures/v3/blob.json +5 -5
- data/spec/fixtures/v3/branches.json +14 -14
- data/spec/fixtures/v3/collaborators.json +60 -60
- data/spec/fixtures/v3/comment.json +12 -12
- data/spec/fixtures/v3/comments.json +41 -41
- data/spec/fixtures/v3/commit.json +50 -1
- data/spec/fixtures/v3/commit_comment.json +17 -17
- data/spec/fixtures/v3/commit_comments.json +76 -76
- data/spec/fixtures/v3/commits.json +1414 -1
- data/spec/fixtures/v3/contributors.json +889 -889
- data/spec/fixtures/v3/download.json +9 -9
- data/spec/fixtures/v3/downloads.json +33 -33
- data/spec/fixtures/v3/emails.json +3 -3
- data/spec/fixtures/v3/followers.json +210 -210
- data/spec/fixtures/v3/following.json +207 -207
- data/spec/fixtures/v3/forks.json +870 -870
- data/spec/fixtures/v3/gist.json +51 -0
- data/spec/fixtures/v3/gists.json +548 -0
- data/spec/fixtures/v3/issue.json +33 -35
- data/spec/fixtures/v3/issue_closed.json +34 -36
- data/spec/fixtures/v3/issue_event.json +40 -42
- data/spec/fixtures/v3/issue_events.json +70 -70
- data/spec/fixtures/v3/issues.json +1559 -1577
- data/spec/fixtures/v3/label.json +3 -3
- data/spec/fixtures/v3/labels.json +15 -15
- data/spec/fixtures/v3/languages.json +3 -3
- data/spec/fixtures/v3/list_commit_comments.json +570 -570
- data/spec/fixtures/v3/milestone.json +9 -10
- data/spec/fixtures/v3/milestones.json +25 -25
- data/spec/fixtures/v3/not_found.json +1 -1
- data/spec/fixtures/v3/organization-repositories.json +4290 -4290
- data/spec/fixtures/v3/organization-repository.json +41 -41
- data/spec/fixtures/v3/organization.json +16 -16
- data/spec/fixtures/v3/organization_members.json +574 -574
- data/spec/fixtures/v3/organization_team_members.json +14 -14
- data/spec/fixtures/v3/organization_team_repos.json +60 -60
- data/spec/fixtures/v3/organizations.json +42 -42
- data/spec/fixtures/v3/public_events.json +1101 -1107
- data/spec/fixtures/v3/public_gists.json +968 -0
- data/spec/fixtures/v3/public_key.json +3 -3
- data/spec/fixtures/v3/public_keys.json +5 -5
- data/spec/fixtures/v3/pull_created.json +134 -134
- data/spec/fixtures/v3/pull_request.json +134 -134
- data/spec/fixtures/v3/pull_requests.json +185 -185
- data/spec/fixtures/v3/repo_events.json +1644 -1660
- data/spec/fixtures/v3/repo_issues_events.json +127 -133
- data/spec/fixtures/v3/repositories.json +871 -871
- data/spec/fixtures/v3/repository.json +33 -33
- data/spec/fixtures/v3/starred_gists.json +30 -0
- data/spec/fixtures/v3/tags.json +171 -171
- data/spec/fixtures/v3/team.json +6 -6
- data/spec/fixtures/v3/teams.json +10 -10
- data/spec/fixtures/v3/tree.json +110 -110
- data/spec/fixtures/v3/user.json +18 -18
- data/spec/fixtures/v3/user_events.json +99 -100
- data/spec/fixtures/v3/watched.json +1020 -1020
- data/spec/fixtures/v3/watchers.json +180 -180
- data/spec/octokit/client/gists_spec.rb +133 -0
- data/spec/octokit/gist_spec.rb +49 -0
- metadata +40 -26
@@ -1,34 +1,34 @@
|
|
1
|
-
{
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
"
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
1
|
+
{
|
2
|
+
"clone_url": "https://github.com/sferik/rails_admin.git",
|
3
|
+
"created_at": "2010-08-01T17:01:00Z",
|
4
|
+
"description": "RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data",
|
5
|
+
"fork": false,
|
6
|
+
"forks": 397,
|
7
|
+
"git_url": "git://github.com/sferik/rails_admin.git",
|
8
|
+
"has_downloads": true,
|
9
|
+
"has_issues": true,
|
10
|
+
"has_wiki": true,
|
11
|
+
"homepage": "",
|
12
|
+
"html_url": "https://github.com/sferik/rails_admin",
|
13
|
+
"id": 810796,
|
14
|
+
"integrate_branch": "master",
|
15
|
+
"language": "JavaScript",
|
16
|
+
"master_branch": null,
|
17
|
+
"mirror_url": null,
|
18
|
+
"name": "rails_admin",
|
19
|
+
"open_issues": 67,
|
20
|
+
"owner": {
|
21
|
+
"avatar_url": "https://secure.gravatar.com/avatar/1f74b13f1e5c6c69cb5d7fbaabb1e2cb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
22
|
+
"id": 10308,
|
23
|
+
"login": "sferik",
|
24
|
+
"url": "https://api.github.com/users/sferik"
|
25
|
+
},
|
26
|
+
"private": false,
|
27
|
+
"pushed_at": "2011-09-02T07:15:19Z",
|
28
|
+
"size": 2748,
|
29
|
+
"ssh_url": "git@github.com:sferik/rails_admin.git",
|
30
|
+
"svn_url": "https://svn.github.com/sferik/rails_admin",
|
31
|
+
"updated_at": "2011-09-02T07:58:55Z",
|
32
|
+
"url": "https://api.github.com/repos/sferik/rails_admin",
|
33
|
+
"watchers": 2299
|
34
34
|
}
|
@@ -0,0 +1,30 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"user": {
|
4
|
+
"url": "https://api.github.com/users/tmountain",
|
5
|
+
"avatar_url": "https://secure.gravatar.com/avatar/12bbabf5fb962997184731cb9eb304e8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png",
|
6
|
+
"login": "tmountain",
|
7
|
+
"gravatar_id": "12bbabf5fb962997184731cb9eb304e8",
|
8
|
+
"id": 135297
|
9
|
+
},
|
10
|
+
"description": null,
|
11
|
+
"comments": 0,
|
12
|
+
"git_pull_url": "git://gist.github.com/509955.git",
|
13
|
+
"updated_at": "2010-08-05T16:15:20Z",
|
14
|
+
"public": true,
|
15
|
+
"git_push_url": "git@gist.github.com:509955.git",
|
16
|
+
"url": "https://api.github.com/gists/509955",
|
17
|
+
"id": "509955",
|
18
|
+
"created_at": "2010-08-05T16:10:21Z",
|
19
|
+
"files": {
|
20
|
+
"gistfile1.rb": {
|
21
|
+
"type": "application/ruby",
|
22
|
+
"raw_url": "https://gist.github.com/raw/509955/26b925a0841d44437ca3e37598f1ca756016bc30/gistfile1.rb",
|
23
|
+
"size": 238,
|
24
|
+
"filename": "gistfile1.rb",
|
25
|
+
"language": "Ruby"
|
26
|
+
}
|
27
|
+
},
|
28
|
+
"html_url": "https://gist.github.com/509955"
|
29
|
+
}
|
30
|
+
]
|
data/spec/fixtures/v3/tags.json
CHANGED
@@ -1,173 +1,173 @@
|
|
1
1
|
[
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
2
|
+
{
|
3
|
+
"commit": {
|
4
|
+
"sha": "841be65ccaaad2f01db2eeff7171a0bcde3e059e",
|
5
|
+
"url": "https://api.github.com/repos/pengwynn/octokit/commits/841be65ccaaad2f01db2eeff7171a0bcde3e059e"
|
6
|
+
},
|
7
|
+
"name": "v0.1.0",
|
8
|
+
"tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.1.0",
|
9
|
+
"zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.1.0"
|
10
|
+
},
|
11
|
+
{
|
12
|
+
"commit": {
|
13
|
+
"sha": "0d7a03f2035ecd74e4d6eb9be58865c2a688ee55",
|
14
|
+
"url": "https://api.github.com/repos/pengwynn/octokit/commits/0d7a03f2035ecd74e4d6eb9be58865c2a688ee55"
|
15
|
+
},
|
16
|
+
"name": "v0.0.1",
|
17
|
+
"tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.0.1",
|
18
|
+
"zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.0.1"
|
19
|
+
},
|
20
|
+
{
|
21
|
+
"commit": {
|
22
|
+
"sha": "41d0ac1e34b8b62a69d6e3edb6981feecce3b2ef",
|
23
|
+
"url": "https://api.github.com/repos/pengwynn/octokit/commits/41d0ac1e34b8b62a69d6e3edb6981feecce3b2ef"
|
24
|
+
},
|
25
|
+
"name": "v0.2.0",
|
26
|
+
"tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.2.0",
|
27
|
+
"zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.2.0"
|
28
|
+
},
|
29
|
+
{
|
30
|
+
"commit": {
|
31
|
+
"sha": "b116920ce893e62c5b78dd25e34d11c0f2939fb7",
|
32
|
+
"url": "https://api.github.com/repos/pengwynn/octokit/commits/b116920ce893e62c5b78dd25e34d11c0f2939fb7"
|
33
|
+
},
|
34
|
+
"name": "v0.1.1",
|
35
|
+
"tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.1.1",
|
36
|
+
"zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.1.1"
|
37
|
+
},
|
38
|
+
{
|
39
|
+
"commit": {
|
40
|
+
"sha": "3b02fc367fb7db1f9c8a24a7e8a89ad0459e319b",
|
41
|
+
"url": "https://api.github.com/repos/pengwynn/octokit/commits/3b02fc367fb7db1f9c8a24a7e8a89ad0459e319b"
|
42
|
+
},
|
43
|
+
"name": "v0.2.1",
|
44
|
+
"tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.2.1",
|
45
|
+
"zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.2.1"
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"commit": {
|
49
|
+
"sha": "469365fa47b660fed2ad94970d527b0390bfc711",
|
50
|
+
"url": "https://api.github.com/repos/pengwynn/octokit/commits/469365fa47b660fed2ad94970d527b0390bfc711"
|
51
|
+
},
|
52
|
+
"name": "v0.1.2",
|
53
|
+
"tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.1.2",
|
54
|
+
"zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.1.2"
|
55
|
+
},
|
56
|
+
{
|
57
|
+
"commit": {
|
58
|
+
"sha": "4c1b9fcbe1f812c49c26f973f4b059df63df8f6c",
|
59
|
+
"url": "https://api.github.com/repos/pengwynn/octokit/commits/4c1b9fcbe1f812c49c26f973f4b059df63df8f6c"
|
60
|
+
},
|
61
|
+
"name": "v0.2.2",
|
62
|
+
"tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.2.2",
|
63
|
+
"zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.2.2"
|
64
|
+
},
|
65
|
+
{
|
66
|
+
"commit": {
|
67
|
+
"sha": "5b129b15611342fa69b135e1bf2753bedcec7fbc",
|
68
|
+
"url": "https://api.github.com/repos/pengwynn/octokit/commits/5b129b15611342fa69b135e1bf2753bedcec7fbc"
|
69
|
+
},
|
70
|
+
"name": "v0.1.3",
|
71
|
+
"tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.1.3",
|
72
|
+
"zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.1.3"
|
73
|
+
},
|
74
|
+
{
|
75
|
+
"commit": {
|
76
|
+
"sha": "d607805ebc1b97e684fc1967a9ff146a844393eb",
|
77
|
+
"url": "https://api.github.com/repos/pengwynn/octokit/commits/d607805ebc1b97e684fc1967a9ff146a844393eb"
|
78
|
+
},
|
79
|
+
"name": "v0.5.0",
|
80
|
+
"tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.5.0",
|
81
|
+
"zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.5.0"
|
82
|
+
},
|
83
|
+
{
|
84
|
+
"commit": {
|
85
|
+
"sha": "b25de5e3d70ae89326738872c51f0ec54163312c",
|
86
|
+
"url": "https://api.github.com/repos/pengwynn/octokit/commits/b25de5e3d70ae89326738872c51f0ec54163312c"
|
87
|
+
},
|
88
|
+
"name": "v0.4.1",
|
89
|
+
"tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.4.1",
|
90
|
+
"zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.4.1"
|
91
|
+
},
|
92
|
+
{
|
93
|
+
"commit": {
|
94
|
+
"sha": "1e87f1640f0e7b6d3854cdf9d089092d9118be6c",
|
95
|
+
"url": "https://api.github.com/repos/pengwynn/octokit/commits/1e87f1640f0e7b6d3854cdf9d089092d9118be6c"
|
96
|
+
},
|
97
|
+
"name": "v0.2.3",
|
98
|
+
"tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.2.3",
|
99
|
+
"zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.2.3"
|
100
|
+
},
|
101
|
+
{
|
102
|
+
"commit": {
|
103
|
+
"sha": "03ee3f302f99162d5c08f256dbdeef3c96fce25e",
|
104
|
+
"url": "https://api.github.com/repos/pengwynn/octokit/commits/03ee3f302f99162d5c08f256dbdeef3c96fce25e"
|
105
|
+
},
|
106
|
+
"name": "v0.1.4",
|
107
|
+
"tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.1.4",
|
108
|
+
"zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.1.4"
|
109
|
+
},
|
110
|
+
{
|
111
|
+
"commit": {
|
112
|
+
"sha": "8666efd47a3a78a3c666ae208962420a324467f2",
|
113
|
+
"url": "https://api.github.com/repos/pengwynn/octokit/commits/8666efd47a3a78a3c666ae208962420a324467f2"
|
114
|
+
},
|
115
|
+
"name": "v0.5.1",
|
116
|
+
"tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.5.1",
|
117
|
+
"zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.5.1"
|
118
|
+
},
|
119
|
+
{
|
120
|
+
"commit": {
|
121
|
+
"sha": "29a1fdd41de7988b94815477d6dd0647dd31c464",
|
122
|
+
"url": "https://api.github.com/repos/pengwynn/octokit/commits/29a1fdd41de7988b94815477d6dd0647dd31c464"
|
123
|
+
},
|
124
|
+
"name": "v0.6.0",
|
125
|
+
"tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.6.0",
|
126
|
+
"zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.6.0"
|
127
|
+
},
|
128
|
+
{
|
129
|
+
"commit": {
|
130
|
+
"sha": "8c7c6222f11e203cea43d30d33608b87a3bf7ca0",
|
131
|
+
"url": "https://api.github.com/repos/pengwynn/octokit/commits/8c7c6222f11e203cea43d30d33608b87a3bf7ca0"
|
132
|
+
},
|
133
|
+
"name": "v0.5.2",
|
134
|
+
"tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.5.2",
|
135
|
+
"zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.5.2"
|
136
|
+
},
|
137
|
+
{
|
138
|
+
"commit": {
|
139
|
+
"sha": "f1419f5d48896da0c40e134783e4a27529ecf45a",
|
140
|
+
"url": "https://api.github.com/repos/pengwynn/octokit/commits/f1419f5d48896da0c40e134783e4a27529ecf45a"
|
141
|
+
},
|
142
|
+
"name": "v0.6.1",
|
143
|
+
"tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.6.1",
|
144
|
+
"zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.6.1"
|
145
|
+
},
|
146
|
+
{
|
147
|
+
"commit": {
|
148
|
+
"sha": "e5630f9cb5ef9a28b43bcee148283ed99f44a64d",
|
149
|
+
"url": "https://api.github.com/repos/pengwynn/octokit/commits/e5630f9cb5ef9a28b43bcee148283ed99f44a64d"
|
150
|
+
},
|
151
|
+
"name": "v0.6.2",
|
152
|
+
"tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.6.2",
|
153
|
+
"zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.6.2"
|
154
|
+
},
|
155
|
+
{
|
156
|
+
"commit": {
|
157
|
+
"sha": "c8828b22ce0885cb76a3a5619837212eeb63607c",
|
158
|
+
"url": "https://api.github.com/repos/pengwynn/octokit/commits/c8828b22ce0885cb76a3a5619837212eeb63607c"
|
159
|
+
},
|
160
|
+
"name": "v0.6.3",
|
161
|
+
"tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.6.3",
|
162
|
+
"zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.6.3"
|
163
|
+
},
|
164
|
+
{
|
165
|
+
"commit": {
|
166
|
+
"sha": "09bcc30e7286eeb1bbde68d0ace7a6b90b1a84a2",
|
167
|
+
"url": "https://api.github.com/repos/pengwynn/octokit/commits/09bcc30e7286eeb1bbde68d0ace7a6b90b1a84a2"
|
168
|
+
},
|
169
|
+
"name": "v0.6.4",
|
170
|
+
"tarball_url": "https://github.com/pengwynn/octokit/tarball/v0.6.4",
|
171
|
+
"zipball_url": "https://github.com/pengwynn/octokit/zipball/v0.6.4"
|
172
|
+
}
|
173
173
|
]
|
data/spec/fixtures/v3/team.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
2
|
+
"id": 325981,
|
3
|
+
"members_count": 3,
|
4
|
+
"name": "Fellows",
|
5
|
+
"permission": "push",
|
6
|
+
"repos_count": 10,
|
7
|
+
"url": "https://api.github.com/teams/32598"
|
8
8
|
}
|