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