@octokit/openapi 6.1.3 → 6.2.1
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.
- package/generated/api.github.com.deref.json +19628 -17725
- package/generated/api.github.com.json +2713 -2227
- package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +1 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +1 -1
- package/generated/ghes-3.2.deref.json +173 -3
- package/generated/ghes-3.2.json +163 -4
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +1 -1
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +1 -1
- package/generated/ghes-3.3.deref.json +354 -1388
- package/generated/ghes-3.3.json +461 -287
- package/generated/ghes-3.4-anicca-diff-to-ghes-3.5.deref.json +0 -14
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +7801 -10209
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +341 -326
- package/generated/ghes-3.4.deref.json +1408 -3641
- package/generated/ghes-3.4.json +1145 -968
- package/generated/ghes-3.5-anicca-diff-to-api.github.com.deref.json +10 -72
- package/generated/ghes-3.5-diff-to-api.github.com.deref.json +29452 -32935
- package/generated/ghes-3.5-diff-to-api.github.com.json +442 -569
- package/generated/ghes-3.5.deref.json +1663 -4953
- package/generated/ghes-3.5.json +1301 -1254
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +10 -0
- package/generated/github.ae-diff-to-api.github.com.deref.json +66 -1
- package/generated/github.ae-diff-to-api.github.com.json +69 -1
- package/generated/github.ae.deref.json +234 -2
- package/generated/github.ae.json +221 -3
- package/package.json +2 -2
package/generated/ghes-3.5.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "6.1
|
|
4
|
+
"version": "6.2.1",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
|
|
@@ -9271,7 +9271,8 @@
|
|
|
9271
9271
|
"description": "Response when creating a secret",
|
|
9272
9272
|
"content": {
|
|
9273
9273
|
"application/json": {
|
|
9274
|
-
"schema": { "$ref": "#/components/schemas/empty-object" }
|
|
9274
|
+
"schema": { "$ref": "#/components/schemas/empty-object" },
|
|
9275
|
+
"examples": { "default": { "value": null } }
|
|
9275
9276
|
}
|
|
9276
9277
|
}
|
|
9277
9278
|
},
|
|
@@ -9791,7 +9792,8 @@
|
|
|
9791
9792
|
"description": "Response when creating a secret",
|
|
9792
9793
|
"content": {
|
|
9793
9794
|
"application/json": {
|
|
9794
|
-
"schema": { "$ref": "#/components/schemas/empty-object" }
|
|
9795
|
+
"schema": { "$ref": "#/components/schemas/empty-object" },
|
|
9796
|
+
"examples": { "default": { "value": null } }
|
|
9795
9797
|
}
|
|
9796
9798
|
}
|
|
9797
9799
|
},
|
|
@@ -10022,6 +10024,11 @@
|
|
|
10022
10024
|
"schema": {
|
|
10023
10025
|
"type": "array",
|
|
10024
10026
|
"items": { "$ref": "#/components/schemas/event" }
|
|
10027
|
+
},
|
|
10028
|
+
"examples": {
|
|
10029
|
+
"200-response": {
|
|
10030
|
+
"$ref": "#/components/examples/public-org-events-items"
|
|
10031
|
+
}
|
|
10025
10032
|
}
|
|
10026
10033
|
}
|
|
10027
10034
|
}
|
|
@@ -15403,7 +15410,8 @@
|
|
|
15403
15410
|
"headers": {
|
|
15404
15411
|
"Location": { "$ref": "#/components/headers/location" }
|
|
15405
15412
|
}
|
|
15406
|
-
}
|
|
15413
|
+
},
|
|
15414
|
+
"410": { "$ref": "#/components/responses/gone" }
|
|
15407
15415
|
},
|
|
15408
15416
|
"x-github": {
|
|
15409
15417
|
"githubCloudOnly": false,
|
|
@@ -15631,7 +15639,8 @@
|
|
|
15631
15639
|
"description": "Response",
|
|
15632
15640
|
"content": {
|
|
15633
15641
|
"application/json": {
|
|
15634
|
-
"schema": { "$ref": "#/components/schemas/empty-object" }
|
|
15642
|
+
"schema": { "$ref": "#/components/schemas/empty-object" },
|
|
15643
|
+
"examples": { "default": { "value": null } }
|
|
15635
15644
|
}
|
|
15636
15645
|
}
|
|
15637
15646
|
},
|
|
@@ -17016,7 +17025,8 @@
|
|
|
17016
17025
|
"description": "Response",
|
|
17017
17026
|
"content": {
|
|
17018
17027
|
"application/json": {
|
|
17019
|
-
"schema": { "$ref": "#/components/schemas/empty-object" }
|
|
17028
|
+
"schema": { "$ref": "#/components/schemas/empty-object" },
|
|
17029
|
+
"examples": { "default": { "value": null } }
|
|
17020
17030
|
}
|
|
17021
17031
|
}
|
|
17022
17032
|
}
|
|
@@ -23969,6 +23979,11 @@
|
|
|
23969
23979
|
"schema": {
|
|
23970
23980
|
"type": "array",
|
|
23971
23981
|
"items": { "$ref": "#/components/schemas/event" }
|
|
23982
|
+
},
|
|
23983
|
+
"examples": {
|
|
23984
|
+
"200-response": {
|
|
23985
|
+
"$ref": "#/components/examples/repo-events-items"
|
|
23986
|
+
}
|
|
23972
23987
|
}
|
|
23973
23988
|
}
|
|
23974
23989
|
}
|
|
@@ -33734,7 +33749,8 @@
|
|
|
33734
33749
|
"description": "Response when creating a secret",
|
|
33735
33750
|
"content": {
|
|
33736
33751
|
"application/json": {
|
|
33737
|
-
"schema": { "$ref": "#/components/schemas/empty-object" }
|
|
33752
|
+
"schema": { "$ref": "#/components/schemas/empty-object" },
|
|
33753
|
+
"examples": { "default": { "value": null } }
|
|
33738
33754
|
}
|
|
33739
33755
|
}
|
|
33740
33756
|
},
|
|
@@ -36723,6 +36739,18 @@
|
|
|
36723
36739
|
}
|
|
36724
36740
|
}
|
|
36725
36741
|
]
|
|
36742
|
+
},
|
|
36743
|
+
"examples": {
|
|
36744
|
+
"default": {
|
|
36745
|
+
"summary": "Example adding multiple email addresses",
|
|
36746
|
+
"value": {
|
|
36747
|
+
"emails": [
|
|
36748
|
+
"octocat@github.com",
|
|
36749
|
+
"mona@github.com",
|
|
36750
|
+
"octocat@octocat.org"
|
|
36751
|
+
]
|
|
36752
|
+
}
|
|
36753
|
+
}
|
|
36726
36754
|
}
|
|
36727
36755
|
}
|
|
36728
36756
|
}
|
|
@@ -36799,6 +36827,14 @@
|
|
|
36799
36827
|
"required": ["emails"]
|
|
36800
36828
|
}
|
|
36801
36829
|
]
|
|
36830
|
+
},
|
|
36831
|
+
"examples": {
|
|
36832
|
+
"default": {
|
|
36833
|
+
"summary": "Example deleting multiple email accounts",
|
|
36834
|
+
"value": {
|
|
36835
|
+
"emails": ["octocat@github.com", "mona@github.com"]
|
|
36836
|
+
}
|
|
36837
|
+
}
|
|
36802
36838
|
}
|
|
36803
36839
|
}
|
|
36804
36840
|
}
|
|
@@ -39980,6 +40016,20 @@
|
|
|
39980
40016
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
39981
40017
|
}
|
|
39982
40018
|
},
|
|
40019
|
+
"/enterprises/{enterprise}/actions/oidc/customization/issuer": {
|
|
40020
|
+
"put": {
|
|
40021
|
+
"summary": "Set the GitHub Actions OIDC custom issuer policy for an enterprise",
|
|
40022
|
+
"description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json",
|
|
40023
|
+
"tags": ["actions"],
|
|
40024
|
+
"operationId": "actions/set-actions-oidc-custom-issuer-policy-for-enterprise",
|
|
40025
|
+
"externalDocs": {
|
|
40026
|
+
"description": "API method documentation",
|
|
40027
|
+
"url": "https://docs.github.com/rest/reference/actions/oidc#set-actions-oidc-custom-issuer-policy-for-enterprise"
|
|
40028
|
+
},
|
|
40029
|
+
"x-octokit": { "api.github.com.json": "removed" },
|
|
40030
|
+
"responses": { "501": { "description": "Not Implemented" } }
|
|
40031
|
+
}
|
|
40032
|
+
},
|
|
39983
40033
|
"/enterprises/{enterprise}/actions/permissions/workflow": {
|
|
39984
40034
|
"get": {
|
|
39985
40035
|
"summary": "Get default workflow permissions for an enterprise",
|
|
@@ -40132,6 +40182,46 @@
|
|
|
40132
40182
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40133
40183
|
}
|
|
40134
40184
|
},
|
|
40185
|
+
"/orgs/{org_id}/codespaces": {
|
|
40186
|
+
"get": {
|
|
40187
|
+
"summary": "List codespaces for the organization",
|
|
40188
|
+
"description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json",
|
|
40189
|
+
"tags": ["codespaces"],
|
|
40190
|
+
"operationId": "codespaces/list-in-organization",
|
|
40191
|
+
"externalDocs": {
|
|
40192
|
+
"description": "API method documentation",
|
|
40193
|
+
"url": "https://docs.github.com/rest/reference/codespaces#list-in-organization"
|
|
40194
|
+
},
|
|
40195
|
+
"x-octokit": { "api.github.com.json": "removed" },
|
|
40196
|
+
"responses": { "501": { "description": "Not Implemented" } }
|
|
40197
|
+
}
|
|
40198
|
+
},
|
|
40199
|
+
"/orgs/{org}/actions/oidc/customization/sub": {
|
|
40200
|
+
"get": {
|
|
40201
|
+
"summary": "Get the customization template for an OIDC subject claim for an organization",
|
|
40202
|
+
"description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json",
|
|
40203
|
+
"tags": ["oidc"],
|
|
40204
|
+
"operationId": "oidc/get-oidc-custom-sub-template-for-org",
|
|
40205
|
+
"externalDocs": {
|
|
40206
|
+
"description": "API method documentation",
|
|
40207
|
+
"url": "https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-an-organization"
|
|
40208
|
+
},
|
|
40209
|
+
"x-octokit": { "api.github.com.json": "removed" },
|
|
40210
|
+
"responses": { "501": { "description": "Not Implemented" } }
|
|
40211
|
+
},
|
|
40212
|
+
"put": {
|
|
40213
|
+
"summary": "Set the customization template for an OIDC subject claim for an organization",
|
|
40214
|
+
"description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json",
|
|
40215
|
+
"tags": ["oidc"],
|
|
40216
|
+
"operationId": "oidc/update-oidc-custom-sub-template-for-org",
|
|
40217
|
+
"externalDocs": {
|
|
40218
|
+
"description": "API method documentation",
|
|
40219
|
+
"url": "https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-an-organization"
|
|
40220
|
+
},
|
|
40221
|
+
"x-octokit": { "api.github.com.json": "removed" },
|
|
40222
|
+
"responses": { "501": { "description": "Not Implemented" } }
|
|
40223
|
+
}
|
|
40224
|
+
},
|
|
40135
40225
|
"/orgs/{org}/blocks": {
|
|
40136
40226
|
"get": {
|
|
40137
40227
|
"summary": "List users blocked by an organization",
|
|
@@ -40346,6 +40436,34 @@
|
|
|
40346
40436
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40347
40437
|
}
|
|
40348
40438
|
},
|
|
40439
|
+
"/orgs/{org}/members/{username}/codespaces/{codespace_name}": {
|
|
40440
|
+
"delete": {
|
|
40441
|
+
"summary": "Delete a codespace from the organization",
|
|
40442
|
+
"description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json",
|
|
40443
|
+
"tags": ["codespaces"],
|
|
40444
|
+
"operationId": "codespaces/delete-from-organization",
|
|
40445
|
+
"externalDocs": {
|
|
40446
|
+
"description": "API method documentation",
|
|
40447
|
+
"url": "https://docs.github.com/rest/reference/codespaces"
|
|
40448
|
+
},
|
|
40449
|
+
"x-octokit": { "api.github.com.json": "removed" },
|
|
40450
|
+
"responses": { "501": { "description": "Not Implemented" } }
|
|
40451
|
+
}
|
|
40452
|
+
},
|
|
40453
|
+
"/orgs/{org}/members/{username}/codespaces/{codespace_name}/stop": {
|
|
40454
|
+
"post": {
|
|
40455
|
+
"summary": "Stop a codespace for an organization user",
|
|
40456
|
+
"description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json",
|
|
40457
|
+
"tags": ["codespaces"],
|
|
40458
|
+
"operationId": "codespaces/stop-in-organization",
|
|
40459
|
+
"externalDocs": {
|
|
40460
|
+
"description": "API method documentation",
|
|
40461
|
+
"url": "https://docs.github.com/rest/reference/codespaces"
|
|
40462
|
+
},
|
|
40463
|
+
"x-octokit": { "api.github.com.json": "removed" },
|
|
40464
|
+
"responses": { "501": { "description": "Not Implemented" } }
|
|
40465
|
+
}
|
|
40466
|
+
},
|
|
40349
40467
|
"/orgs/{org}/migrations/{migration_id}/archive": {
|
|
40350
40468
|
"get": {
|
|
40351
40469
|
"summary": "Download an organization migration archive",
|
|
@@ -40642,6 +40760,72 @@
|
|
|
40642
40760
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
40643
40761
|
}
|
|
40644
40762
|
},
|
|
40763
|
+
"/repos/{owner}/{repo}/actions/caches": {
|
|
40764
|
+
"get": {
|
|
40765
|
+
"summary": "List GitHub Actions caches for a repository",
|
|
40766
|
+
"description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json",
|
|
40767
|
+
"tags": ["actions"],
|
|
40768
|
+
"operationId": "actions/get-actions-cache-list",
|
|
40769
|
+
"externalDocs": {
|
|
40770
|
+
"description": "API method documentation",
|
|
40771
|
+
"url": "https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository"
|
|
40772
|
+
},
|
|
40773
|
+
"x-octokit": { "api.github.com.json": "removed" },
|
|
40774
|
+
"responses": { "501": { "description": "Not Implemented" } }
|
|
40775
|
+
},
|
|
40776
|
+
"delete": {
|
|
40777
|
+
"summary": "Delete GitHub Actions caches for a repository (using a cache key)",
|
|
40778
|
+
"description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json",
|
|
40779
|
+
"tags": ["actions"],
|
|
40780
|
+
"operationId": "actions/delete-actions-cache-by-key",
|
|
40781
|
+
"externalDocs": {
|
|
40782
|
+
"description": "API method documentation",
|
|
40783
|
+
"url": "https://docs.github.com/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key"
|
|
40784
|
+
},
|
|
40785
|
+
"x-octokit": { "api.github.com.json": "removed" },
|
|
40786
|
+
"responses": { "501": { "description": "Not Implemented" } }
|
|
40787
|
+
}
|
|
40788
|
+
},
|
|
40789
|
+
"/repos/{owner}/{repo}/actions/caches/{cache_id}": {
|
|
40790
|
+
"delete": {
|
|
40791
|
+
"summary": "Delete a GitHub Actions cache for a repository (using a cache ID)",
|
|
40792
|
+
"description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json",
|
|
40793
|
+
"tags": ["actions"],
|
|
40794
|
+
"operationId": "actions/delete-actions-cache-by-id",
|
|
40795
|
+
"externalDocs": {
|
|
40796
|
+
"description": "API method documentation",
|
|
40797
|
+
"url": "https://docs.github.com/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id"
|
|
40798
|
+
},
|
|
40799
|
+
"x-octokit": { "api.github.com.json": "removed" },
|
|
40800
|
+
"responses": { "501": { "description": "Not Implemented" } }
|
|
40801
|
+
}
|
|
40802
|
+
},
|
|
40803
|
+
"/repos/{owner}/{repo}/actions/oidc/customization/sub": {
|
|
40804
|
+
"get": {
|
|
40805
|
+
"summary": "Get the opt-out flag of an OIDC subject claim customization for a repository",
|
|
40806
|
+
"description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json",
|
|
40807
|
+
"tags": ["actions"],
|
|
40808
|
+
"operationId": "actions/get-custom-oidc-sub-claim-for-repo",
|
|
40809
|
+
"externalDocs": {
|
|
40810
|
+
"description": "API method documentation",
|
|
40811
|
+
"url": "https://docs.github.com/rest/actions/oidc#get-the-opt-out-flag-of-an-oidc-subject-claim-customization-for-a-repository"
|
|
40812
|
+
},
|
|
40813
|
+
"x-octokit": { "api.github.com.json": "removed" },
|
|
40814
|
+
"responses": { "501": { "description": "Not Implemented" } }
|
|
40815
|
+
},
|
|
40816
|
+
"put": {
|
|
40817
|
+
"summary": "Set the opt-out flag of an OIDC subject claim customization for a repository",
|
|
40818
|
+
"description": "This endpoint does not exist ghes-3.5.json. It was added in api.github.com.json",
|
|
40819
|
+
"tags": ["actions"],
|
|
40820
|
+
"operationId": "actions/set-custom-oidc-sub-claim-for-repo",
|
|
40821
|
+
"externalDocs": {
|
|
40822
|
+
"description": "API method documentation",
|
|
40823
|
+
"url": "https://docs.github.com/rest/actions/oidc#set-the-opt-out-flag-of-an-oidc-subject-claim-customization-for-a-repository"
|
|
40824
|
+
},
|
|
40825
|
+
"x-octokit": { "api.github.com.json": "removed" },
|
|
40826
|
+
"responses": { "501": { "description": "Not Implemented" } }
|
|
40827
|
+
}
|
|
40828
|
+
},
|
|
40645
40829
|
"/repos/{owner}/{repo}/actions/permissions/workflow": {
|
|
40646
40830
|
"get": {
|
|
40647
40831
|
"summary": "Get default workflow permissions for a repository",
|
|
@@ -44871,835 +45055,252 @@
|
|
|
44871
45055
|
"nullable": true,
|
|
44872
45056
|
"enum": [null, "false_positive", "wont_fix", "revoked", "used_in_tests"]
|
|
44873
45057
|
},
|
|
44874
|
-
"
|
|
44875
|
-
"title": "Repository",
|
|
44876
|
-
"description": "
|
|
45058
|
+
"simple-repository": {
|
|
45059
|
+
"title": "Simple Repository",
|
|
45060
|
+
"description": "Simple Repository",
|
|
44877
45061
|
"type": "object",
|
|
44878
45062
|
"properties": {
|
|
44879
45063
|
"id": {
|
|
44880
|
-
"
|
|
44881
|
-
"example":
|
|
44882
|
-
"
|
|
45064
|
+
"type": "integer",
|
|
45065
|
+
"example": 1296269,
|
|
45066
|
+
"description": "A unique identifier of the repository."
|
|
44883
45067
|
},
|
|
44884
45068
|
"node_id": {
|
|
44885
45069
|
"type": "string",
|
|
44886
|
-
"example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5"
|
|
45070
|
+
"example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
|
|
45071
|
+
"description": "The GraphQL identifier of the repository."
|
|
44887
45072
|
},
|
|
44888
45073
|
"name": {
|
|
44889
|
-
"description": "The name of the repository.",
|
|
44890
45074
|
"type": "string",
|
|
44891
|
-
"example": "
|
|
44892
|
-
|
|
44893
|
-
"full_name": { "type": "string", "example": "octocat/Hello-World" },
|
|
44894
|
-
"license": { "$ref": "#/components/schemas/nullable-license-simple" },
|
|
44895
|
-
"organization": {
|
|
44896
|
-
"$ref": "#/components/schemas/nullable-simple-user"
|
|
45075
|
+
"example": "Hello-World",
|
|
45076
|
+
"description": "The name of the repository."
|
|
44897
45077
|
},
|
|
44898
|
-
"
|
|
44899
|
-
|
|
44900
|
-
"
|
|
44901
|
-
"
|
|
44902
|
-
"admin": { "type": "boolean" },
|
|
44903
|
-
"pull": { "type": "boolean" },
|
|
44904
|
-
"triage": { "type": "boolean" },
|
|
44905
|
-
"push": { "type": "boolean" },
|
|
44906
|
-
"maintain": { "type": "boolean" }
|
|
44907
|
-
},
|
|
44908
|
-
"required": ["admin", "pull", "push"]
|
|
45078
|
+
"full_name": {
|
|
45079
|
+
"type": "string",
|
|
45080
|
+
"example": "octocat/Hello-World",
|
|
45081
|
+
"description": "The full, globally unique, name of the repository."
|
|
44909
45082
|
},
|
|
44910
45083
|
"owner": { "$ref": "#/components/schemas/simple-user" },
|
|
44911
45084
|
"private": {
|
|
44912
|
-
"
|
|
44913
|
-
"
|
|
44914
|
-
"type": "boolean"
|
|
45085
|
+
"type": "boolean",
|
|
45086
|
+
"description": "Whether the repository is private."
|
|
44915
45087
|
},
|
|
44916
45088
|
"html_url": {
|
|
44917
45089
|
"type": "string",
|
|
44918
45090
|
"format": "uri",
|
|
44919
|
-
"example": "https://github.com/octocat/Hello-World"
|
|
45091
|
+
"example": "https://github.com/octocat/Hello-World",
|
|
45092
|
+
"description": "The URL to view the repository on GitHub.com."
|
|
44920
45093
|
},
|
|
44921
45094
|
"description": {
|
|
44922
45095
|
"type": "string",
|
|
44923
45096
|
"example": "This your first repo!",
|
|
44924
|
-
"nullable": true
|
|
45097
|
+
"nullable": true,
|
|
45098
|
+
"description": "The repository description."
|
|
45099
|
+
},
|
|
45100
|
+
"fork": {
|
|
45101
|
+
"type": "boolean",
|
|
45102
|
+
"description": "Whether the repository is a fork."
|
|
44925
45103
|
},
|
|
44926
|
-
"fork": { "type": "boolean" },
|
|
44927
45104
|
"url": {
|
|
44928
45105
|
"type": "string",
|
|
44929
45106
|
"format": "uri",
|
|
44930
|
-
"example": "https://api.github.com/repos/octocat/Hello-World"
|
|
45107
|
+
"example": "https://api.github.com/repos/octocat/Hello-World",
|
|
45108
|
+
"description": "The URL to get more information about the repository from the GitHub API."
|
|
44931
45109
|
},
|
|
44932
45110
|
"archive_url": {
|
|
44933
45111
|
"type": "string",
|
|
44934
|
-
"example": "
|
|
45112
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
|
|
45113
|
+
"description": "A template for the API URL to download the repository as an archive."
|
|
44935
45114
|
},
|
|
44936
45115
|
"assignees_url": {
|
|
44937
45116
|
"type": "string",
|
|
44938
|
-
"example": "
|
|
45117
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
|
|
45118
|
+
"description": "A template for the API URL to list the available assignees for issues in the repository."
|
|
44939
45119
|
},
|
|
44940
45120
|
"blobs_url": {
|
|
44941
45121
|
"type": "string",
|
|
44942
|
-
"example": "
|
|
45122
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
|
|
45123
|
+
"description": "A template for the API URL to create or retrieve a raw Git blob in the repository."
|
|
44943
45124
|
},
|
|
44944
45125
|
"branches_url": {
|
|
44945
45126
|
"type": "string",
|
|
44946
|
-
"example": "
|
|
45127
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
|
|
45128
|
+
"description": "A template for the API URL to get information about branches in the repository."
|
|
44947
45129
|
},
|
|
44948
45130
|
"collaborators_url": {
|
|
44949
45131
|
"type": "string",
|
|
44950
|
-
"example": "
|
|
45132
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
|
|
45133
|
+
"description": "A template for the API URL to get information about collaborators of the repository."
|
|
44951
45134
|
},
|
|
44952
45135
|
"comments_url": {
|
|
44953
45136
|
"type": "string",
|
|
44954
|
-
"example": "
|
|
45137
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
|
|
45138
|
+
"description": "A template for the API URL to get information about comments on the repository."
|
|
44955
45139
|
},
|
|
44956
45140
|
"commits_url": {
|
|
44957
45141
|
"type": "string",
|
|
44958
|
-
"example": "
|
|
45142
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
|
|
45143
|
+
"description": "A template for the API URL to get information about commits on the repository."
|
|
44959
45144
|
},
|
|
44960
45145
|
"compare_url": {
|
|
44961
45146
|
"type": "string",
|
|
44962
|
-
"example": "
|
|
45147
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
|
|
45148
|
+
"description": "A template for the API URL to compare two commits or refs."
|
|
44963
45149
|
},
|
|
44964
45150
|
"contents_url": {
|
|
44965
45151
|
"type": "string",
|
|
44966
|
-
"example": "
|
|
45152
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
|
|
45153
|
+
"description": "A template for the API URL to get the contents of the repository."
|
|
44967
45154
|
},
|
|
44968
45155
|
"contributors_url": {
|
|
44969
45156
|
"type": "string",
|
|
44970
45157
|
"format": "uri",
|
|
44971
|
-
"example": "
|
|
45158
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/contributors",
|
|
45159
|
+
"description": "A template for the API URL to list the contributors to the repository."
|
|
44972
45160
|
},
|
|
44973
45161
|
"deployments_url": {
|
|
44974
45162
|
"type": "string",
|
|
44975
45163
|
"format": "uri",
|
|
44976
|
-
"example": "
|
|
45164
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/deployments",
|
|
45165
|
+
"description": "The API URL to list the deployments of the repository."
|
|
44977
45166
|
},
|
|
44978
45167
|
"downloads_url": {
|
|
44979
45168
|
"type": "string",
|
|
44980
45169
|
"format": "uri",
|
|
44981
|
-
"example": "
|
|
45170
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/downloads",
|
|
45171
|
+
"description": "The API URL to list the downloads on the repository."
|
|
44982
45172
|
},
|
|
44983
45173
|
"events_url": {
|
|
44984
45174
|
"type": "string",
|
|
44985
45175
|
"format": "uri",
|
|
44986
|
-
"example": "
|
|
45176
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/events",
|
|
45177
|
+
"description": "The API URL to list the events of the repository."
|
|
44987
45178
|
},
|
|
44988
45179
|
"forks_url": {
|
|
44989
45180
|
"type": "string",
|
|
44990
45181
|
"format": "uri",
|
|
44991
|
-
"example": "
|
|
45182
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/forks",
|
|
45183
|
+
"description": "The API URL to list the forks of the repository."
|
|
44992
45184
|
},
|
|
44993
45185
|
"git_commits_url": {
|
|
44994
45186
|
"type": "string",
|
|
44995
|
-
"example": "
|
|
45187
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
|
|
45188
|
+
"description": "A template for the API URL to get information about Git commits of the repository."
|
|
44996
45189
|
},
|
|
44997
45190
|
"git_refs_url": {
|
|
44998
45191
|
"type": "string",
|
|
44999
|
-
"example": "
|
|
45192
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
|
|
45193
|
+
"description": "A template for the API URL to get information about Git refs of the repository."
|
|
45000
45194
|
},
|
|
45001
45195
|
"git_tags_url": {
|
|
45002
45196
|
"type": "string",
|
|
45003
|
-
"example": "
|
|
45004
|
-
|
|
45005
|
-
"git_url": {
|
|
45006
|
-
"type": "string",
|
|
45007
|
-
"example": "git:github.com/octocat/Hello-World.git"
|
|
45197
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
|
|
45198
|
+
"description": "A template for the API URL to get information about Git tags of the repository."
|
|
45008
45199
|
},
|
|
45009
45200
|
"issue_comment_url": {
|
|
45010
45201
|
"type": "string",
|
|
45011
|
-
"example": "
|
|
45202
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
|
|
45203
|
+
"description": "A template for the API URL to get information about issue comments on the repository."
|
|
45012
45204
|
},
|
|
45013
45205
|
"issue_events_url": {
|
|
45014
45206
|
"type": "string",
|
|
45015
|
-
"example": "
|
|
45207
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
|
|
45208
|
+
"description": "A template for the API URL to get information about issue events on the repository."
|
|
45016
45209
|
},
|
|
45017
45210
|
"issues_url": {
|
|
45018
45211
|
"type": "string",
|
|
45019
|
-
"example": "
|
|
45212
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
|
|
45213
|
+
"description": "A template for the API URL to get information about issues on the repository."
|
|
45020
45214
|
},
|
|
45021
45215
|
"keys_url": {
|
|
45022
45216
|
"type": "string",
|
|
45023
|
-
"example": "
|
|
45217
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
|
|
45218
|
+
"description": "A template for the API URL to get information about deploy keys on the repository."
|
|
45024
45219
|
},
|
|
45025
45220
|
"labels_url": {
|
|
45026
45221
|
"type": "string",
|
|
45027
|
-
"example": "
|
|
45222
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
|
|
45223
|
+
"description": "A template for the API URL to get information about labels of the repository."
|
|
45028
45224
|
},
|
|
45029
45225
|
"languages_url": {
|
|
45030
45226
|
"type": "string",
|
|
45031
45227
|
"format": "uri",
|
|
45032
|
-
"example": "
|
|
45228
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/languages",
|
|
45229
|
+
"description": "The API URL to get information about the languages of the repository."
|
|
45033
45230
|
},
|
|
45034
45231
|
"merges_url": {
|
|
45035
45232
|
"type": "string",
|
|
45036
45233
|
"format": "uri",
|
|
45037
|
-
"example": "
|
|
45234
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/merges",
|
|
45235
|
+
"description": "The API URL to merge branches in the repository."
|
|
45038
45236
|
},
|
|
45039
45237
|
"milestones_url": {
|
|
45040
45238
|
"type": "string",
|
|
45041
|
-
"example": "
|
|
45239
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
|
|
45240
|
+
"description": "A template for the API URL to get information about milestones of the repository."
|
|
45042
45241
|
},
|
|
45043
45242
|
"notifications_url": {
|
|
45044
45243
|
"type": "string",
|
|
45045
|
-
"example": "
|
|
45244
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
|
|
45245
|
+
"description": "A template for the API URL to get information about notifications on the repository."
|
|
45046
45246
|
},
|
|
45047
45247
|
"pulls_url": {
|
|
45048
45248
|
"type": "string",
|
|
45049
|
-
"example": "
|
|
45249
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
|
|
45250
|
+
"description": "A template for the API URL to get information about pull requests on the repository."
|
|
45050
45251
|
},
|
|
45051
45252
|
"releases_url": {
|
|
45052
45253
|
"type": "string",
|
|
45053
|
-
"example": "
|
|
45054
|
-
|
|
45055
|
-
"ssh_url": {
|
|
45056
|
-
"type": "string",
|
|
45057
|
-
"example": "git@github.com:octocat/Hello-World.git"
|
|
45254
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
|
|
45255
|
+
"description": "A template for the API URL to get information about releases on the repository."
|
|
45058
45256
|
},
|
|
45059
45257
|
"stargazers_url": {
|
|
45060
45258
|
"type": "string",
|
|
45061
45259
|
"format": "uri",
|
|
45062
|
-
"example": "
|
|
45260
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/stargazers",
|
|
45261
|
+
"description": "The API URL to list the stargazers on the repository."
|
|
45063
45262
|
},
|
|
45064
45263
|
"statuses_url": {
|
|
45065
45264
|
"type": "string",
|
|
45066
|
-
"example": "
|
|
45265
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
|
|
45266
|
+
"description": "A template for the API URL to get information about statuses of a commit."
|
|
45067
45267
|
},
|
|
45068
45268
|
"subscribers_url": {
|
|
45069
45269
|
"type": "string",
|
|
45070
45270
|
"format": "uri",
|
|
45071
|
-
"example": "
|
|
45271
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/subscribers",
|
|
45272
|
+
"description": "The API URL to list the subscribers on the repository."
|
|
45072
45273
|
},
|
|
45073
45274
|
"subscription_url": {
|
|
45074
45275
|
"type": "string",
|
|
45075
45276
|
"format": "uri",
|
|
45076
|
-
"example": "
|
|
45277
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/subscription",
|
|
45278
|
+
"description": "The API URL to subscribe to notifications for this repository."
|
|
45077
45279
|
},
|
|
45078
45280
|
"tags_url": {
|
|
45079
45281
|
"type": "string",
|
|
45080
45282
|
"format": "uri",
|
|
45081
|
-
"example": "
|
|
45283
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/tags",
|
|
45284
|
+
"description": "The API URL to get information about tags on the repository."
|
|
45082
45285
|
},
|
|
45083
45286
|
"teams_url": {
|
|
45084
45287
|
"type": "string",
|
|
45085
45288
|
"format": "uri",
|
|
45086
|
-
"example": "
|
|
45289
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/teams",
|
|
45290
|
+
"description": "The API URL to list the teams on the repository."
|
|
45087
45291
|
},
|
|
45088
45292
|
"trees_url": {
|
|
45089
45293
|
"type": "string",
|
|
45090
|
-
"example": "
|
|
45091
|
-
|
|
45092
|
-
"clone_url": {
|
|
45093
|
-
"type": "string",
|
|
45094
|
-
"example": "https://github.com/octocat/Hello-World.git"
|
|
45095
|
-
},
|
|
45096
|
-
"mirror_url": {
|
|
45097
|
-
"type": "string",
|
|
45098
|
-
"format": "uri",
|
|
45099
|
-
"example": "git:git.example.com/octocat/Hello-World",
|
|
45100
|
-
"nullable": true
|
|
45294
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
|
|
45295
|
+
"description": "A template for the API URL to create or retrieve a raw Git tree of the repository."
|
|
45101
45296
|
},
|
|
45102
45297
|
"hooks_url": {
|
|
45103
45298
|
"type": "string",
|
|
45104
45299
|
"format": "uri",
|
|
45105
|
-
"example": "
|
|
45106
|
-
|
|
45107
|
-
"svn_url": {
|
|
45108
|
-
"type": "string",
|
|
45109
|
-
"format": "uri",
|
|
45110
|
-
"example": "https://svn.github.com/octocat/Hello-World"
|
|
45111
|
-
},
|
|
45112
|
-
"homepage": {
|
|
45113
|
-
"type": "string",
|
|
45114
|
-
"format": "uri",
|
|
45115
|
-
"example": "https://github.com",
|
|
45116
|
-
"nullable": true
|
|
45117
|
-
},
|
|
45118
|
-
"language": { "type": "string", "nullable": true },
|
|
45119
|
-
"forks_count": { "type": "integer", "example": 9 },
|
|
45120
|
-
"stargazers_count": { "type": "integer", "example": 80 },
|
|
45121
|
-
"watchers_count": { "type": "integer", "example": 80 },
|
|
45122
|
-
"size": { "type": "integer", "example": 108 },
|
|
45123
|
-
"default_branch": {
|
|
45124
|
-
"description": "The default branch of the repository.",
|
|
45125
|
-
"type": "string",
|
|
45126
|
-
"example": "master"
|
|
45127
|
-
},
|
|
45128
|
-
"open_issues_count": { "type": "integer", "example": 0 },
|
|
45129
|
-
"is_template": {
|
|
45130
|
-
"description": "Whether this repository acts as a template that can be used to generate new repositories.",
|
|
45131
|
-
"default": false,
|
|
45132
|
-
"type": "boolean",
|
|
45133
|
-
"example": true
|
|
45134
|
-
},
|
|
45135
|
-
"topics": { "type": "array", "items": { "type": "string" } },
|
|
45136
|
-
"has_issues": {
|
|
45137
|
-
"description": "Whether issues are enabled.",
|
|
45138
|
-
"default": true,
|
|
45139
|
-
"type": "boolean",
|
|
45140
|
-
"example": true
|
|
45141
|
-
},
|
|
45142
|
-
"has_projects": {
|
|
45143
|
-
"description": "Whether projects are enabled.",
|
|
45144
|
-
"default": true,
|
|
45145
|
-
"type": "boolean",
|
|
45146
|
-
"example": true
|
|
45147
|
-
},
|
|
45148
|
-
"has_wiki": {
|
|
45149
|
-
"description": "Whether the wiki is enabled.",
|
|
45150
|
-
"default": true,
|
|
45151
|
-
"type": "boolean",
|
|
45152
|
-
"example": true
|
|
45153
|
-
},
|
|
45154
|
-
"has_pages": { "type": "boolean" },
|
|
45155
|
-
"has_downloads": {
|
|
45156
|
-
"description": "Whether downloads are enabled.",
|
|
45157
|
-
"default": true,
|
|
45158
|
-
"type": "boolean",
|
|
45159
|
-
"example": true
|
|
45160
|
-
},
|
|
45161
|
-
"archived": {
|
|
45162
|
-
"description": "Whether the repository is archived.",
|
|
45163
|
-
"default": false,
|
|
45164
|
-
"type": "boolean"
|
|
45165
|
-
},
|
|
45166
|
-
"disabled": {
|
|
45167
|
-
"type": "boolean",
|
|
45168
|
-
"description": "Returns whether or not this repository disabled."
|
|
45169
|
-
},
|
|
45170
|
-
"visibility": {
|
|
45171
|
-
"description": "The repository visibility: public, private, or internal.",
|
|
45172
|
-
"default": "public",
|
|
45173
|
-
"type": "string"
|
|
45174
|
-
},
|
|
45175
|
-
"pushed_at": {
|
|
45176
|
-
"type": "string",
|
|
45177
|
-
"format": "date-time",
|
|
45178
|
-
"example": "2011-01-26T19:06:43Z",
|
|
45179
|
-
"nullable": true
|
|
45180
|
-
},
|
|
45181
|
-
"created_at": {
|
|
45182
|
-
"type": "string",
|
|
45183
|
-
"format": "date-time",
|
|
45184
|
-
"example": "2011-01-26T19:01:12Z",
|
|
45185
|
-
"nullable": true
|
|
45186
|
-
},
|
|
45187
|
-
"updated_at": {
|
|
45188
|
-
"type": "string",
|
|
45189
|
-
"format": "date-time",
|
|
45190
|
-
"example": "2011-01-26T19:14:43Z",
|
|
45191
|
-
"nullable": true
|
|
45192
|
-
},
|
|
45193
|
-
"allow_rebase_merge": {
|
|
45194
|
-
"description": "Whether to allow rebase merges for pull requests.",
|
|
45195
|
-
"default": true,
|
|
45196
|
-
"type": "boolean",
|
|
45197
|
-
"example": true
|
|
45198
|
-
},
|
|
45199
|
-
"template_repository": {
|
|
45200
|
-
"nullable": true,
|
|
45201
|
-
"type": "object",
|
|
45202
|
-
"properties": {
|
|
45203
|
-
"id": { "type": "integer" },
|
|
45204
|
-
"node_id": { "type": "string" },
|
|
45205
|
-
"name": { "type": "string" },
|
|
45206
|
-
"full_name": { "type": "string" },
|
|
45207
|
-
"owner": {
|
|
45208
|
-
"type": "object",
|
|
45209
|
-
"properties": {
|
|
45210
|
-
"login": { "type": "string" },
|
|
45211
|
-
"id": { "type": "integer" },
|
|
45212
|
-
"node_id": { "type": "string" },
|
|
45213
|
-
"avatar_url": { "type": "string" },
|
|
45214
|
-
"gravatar_id": { "type": "string" },
|
|
45215
|
-
"url": { "type": "string" },
|
|
45216
|
-
"html_url": { "type": "string" },
|
|
45217
|
-
"followers_url": { "type": "string" },
|
|
45218
|
-
"following_url": { "type": "string" },
|
|
45219
|
-
"gists_url": { "type": "string" },
|
|
45220
|
-
"starred_url": { "type": "string" },
|
|
45221
|
-
"subscriptions_url": { "type": "string" },
|
|
45222
|
-
"organizations_url": { "type": "string" },
|
|
45223
|
-
"repos_url": { "type": "string" },
|
|
45224
|
-
"events_url": { "type": "string" },
|
|
45225
|
-
"received_events_url": { "type": "string" },
|
|
45226
|
-
"type": { "type": "string" },
|
|
45227
|
-
"site_admin": { "type": "boolean" }
|
|
45228
|
-
}
|
|
45229
|
-
},
|
|
45230
|
-
"private": { "type": "boolean" },
|
|
45231
|
-
"html_url": { "type": "string" },
|
|
45232
|
-
"description": { "type": "string" },
|
|
45233
|
-
"fork": { "type": "boolean" },
|
|
45234
|
-
"url": { "type": "string" },
|
|
45235
|
-
"archive_url": { "type": "string" },
|
|
45236
|
-
"assignees_url": { "type": "string" },
|
|
45237
|
-
"blobs_url": { "type": "string" },
|
|
45238
|
-
"branches_url": { "type": "string" },
|
|
45239
|
-
"collaborators_url": { "type": "string" },
|
|
45240
|
-
"comments_url": { "type": "string" },
|
|
45241
|
-
"commits_url": { "type": "string" },
|
|
45242
|
-
"compare_url": { "type": "string" },
|
|
45243
|
-
"contents_url": { "type": "string" },
|
|
45244
|
-
"contributors_url": { "type": "string" },
|
|
45245
|
-
"deployments_url": { "type": "string" },
|
|
45246
|
-
"downloads_url": { "type": "string" },
|
|
45247
|
-
"events_url": { "type": "string" },
|
|
45248
|
-
"forks_url": { "type": "string" },
|
|
45249
|
-
"git_commits_url": { "type": "string" },
|
|
45250
|
-
"git_refs_url": { "type": "string" },
|
|
45251
|
-
"git_tags_url": { "type": "string" },
|
|
45252
|
-
"git_url": { "type": "string" },
|
|
45253
|
-
"issue_comment_url": { "type": "string" },
|
|
45254
|
-
"issue_events_url": { "type": "string" },
|
|
45255
|
-
"issues_url": { "type": "string" },
|
|
45256
|
-
"keys_url": { "type": "string" },
|
|
45257
|
-
"labels_url": { "type": "string" },
|
|
45258
|
-
"languages_url": { "type": "string" },
|
|
45259
|
-
"merges_url": { "type": "string" },
|
|
45260
|
-
"milestones_url": { "type": "string" },
|
|
45261
|
-
"notifications_url": { "type": "string" },
|
|
45262
|
-
"pulls_url": { "type": "string" },
|
|
45263
|
-
"releases_url": { "type": "string" },
|
|
45264
|
-
"ssh_url": { "type": "string" },
|
|
45265
|
-
"stargazers_url": { "type": "string" },
|
|
45266
|
-
"statuses_url": { "type": "string" },
|
|
45267
|
-
"subscribers_url": { "type": "string" },
|
|
45268
|
-
"subscription_url": { "type": "string" },
|
|
45269
|
-
"tags_url": { "type": "string" },
|
|
45270
|
-
"teams_url": { "type": "string" },
|
|
45271
|
-
"trees_url": { "type": "string" },
|
|
45272
|
-
"clone_url": { "type": "string" },
|
|
45273
|
-
"mirror_url": { "type": "string" },
|
|
45274
|
-
"hooks_url": { "type": "string" },
|
|
45275
|
-
"svn_url": { "type": "string" },
|
|
45276
|
-
"homepage": { "type": "string" },
|
|
45277
|
-
"language": { "type": "string" },
|
|
45278
|
-
"forks_count": { "type": "integer" },
|
|
45279
|
-
"stargazers_count": { "type": "integer" },
|
|
45280
|
-
"watchers_count": { "type": "integer" },
|
|
45281
|
-
"size": { "type": "integer" },
|
|
45282
|
-
"default_branch": { "type": "string" },
|
|
45283
|
-
"open_issues_count": { "type": "integer" },
|
|
45284
|
-
"is_template": { "type": "boolean" },
|
|
45285
|
-
"topics": { "type": "array", "items": { "type": "string" } },
|
|
45286
|
-
"has_issues": { "type": "boolean" },
|
|
45287
|
-
"has_projects": { "type": "boolean" },
|
|
45288
|
-
"has_wiki": { "type": "boolean" },
|
|
45289
|
-
"has_pages": { "type": "boolean" },
|
|
45290
|
-
"has_downloads": { "type": "boolean" },
|
|
45291
|
-
"archived": { "type": "boolean" },
|
|
45292
|
-
"disabled": { "type": "boolean" },
|
|
45293
|
-
"visibility": { "type": "string" },
|
|
45294
|
-
"pushed_at": { "type": "string" },
|
|
45295
|
-
"created_at": { "type": "string" },
|
|
45296
|
-
"updated_at": { "type": "string" },
|
|
45297
|
-
"permissions": {
|
|
45298
|
-
"type": "object",
|
|
45299
|
-
"properties": {
|
|
45300
|
-
"admin": { "type": "boolean" },
|
|
45301
|
-
"maintain": { "type": "boolean" },
|
|
45302
|
-
"push": { "type": "boolean" },
|
|
45303
|
-
"triage": { "type": "boolean" },
|
|
45304
|
-
"pull": { "type": "boolean" }
|
|
45305
|
-
}
|
|
45306
|
-
},
|
|
45307
|
-
"allow_rebase_merge": { "type": "boolean" },
|
|
45308
|
-
"temp_clone_token": { "type": "string" },
|
|
45309
|
-
"allow_squash_merge": { "type": "boolean" },
|
|
45310
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
45311
|
-
"delete_branch_on_merge": { "type": "boolean" },
|
|
45312
|
-
"allow_update_branch": { "type": "boolean" },
|
|
45313
|
-
"allow_merge_commit": { "type": "boolean" },
|
|
45314
|
-
"subscribers_count": { "type": "integer" },
|
|
45315
|
-
"network_count": { "type": "integer" }
|
|
45316
|
-
}
|
|
45317
|
-
},
|
|
45318
|
-
"temp_clone_token": { "type": "string" },
|
|
45319
|
-
"allow_squash_merge": {
|
|
45320
|
-
"description": "Whether to allow squash merges for pull requests.",
|
|
45321
|
-
"default": true,
|
|
45322
|
-
"type": "boolean",
|
|
45323
|
-
"example": true
|
|
45324
|
-
},
|
|
45325
|
-
"allow_auto_merge": {
|
|
45326
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
45327
|
-
"default": false,
|
|
45328
|
-
"type": "boolean",
|
|
45329
|
-
"example": false
|
|
45330
|
-
},
|
|
45331
|
-
"delete_branch_on_merge": {
|
|
45332
|
-
"description": "Whether to delete head branches when pull requests are merged",
|
|
45333
|
-
"default": false,
|
|
45334
|
-
"type": "boolean",
|
|
45335
|
-
"example": false
|
|
45336
|
-
},
|
|
45337
|
-
"allow_update_branch": {
|
|
45338
|
-
"description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.",
|
|
45339
|
-
"default": false,
|
|
45340
|
-
"type": "boolean",
|
|
45341
|
-
"example": false
|
|
45342
|
-
},
|
|
45343
|
-
"allow_merge_commit": {
|
|
45344
|
-
"description": "Whether to allow merge commits for pull requests.",
|
|
45345
|
-
"default": true,
|
|
45346
|
-
"type": "boolean",
|
|
45347
|
-
"example": true
|
|
45348
|
-
},
|
|
45349
|
-
"allow_forking": {
|
|
45350
|
-
"description": "Whether to allow forking this repo",
|
|
45351
|
-
"type": "boolean"
|
|
45352
|
-
},
|
|
45353
|
-
"subscribers_count": { "type": "integer" },
|
|
45354
|
-
"network_count": { "type": "integer" },
|
|
45355
|
-
"open_issues": { "type": "integer" },
|
|
45356
|
-
"watchers": { "type": "integer" },
|
|
45357
|
-
"master_branch": { "type": "string" },
|
|
45358
|
-
"starred_at": {
|
|
45359
|
-
"type": "string",
|
|
45360
|
-
"example": "\"2020-07-09T00:17:42Z\""
|
|
45300
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
45301
|
+
"description": "The API URL to list the hooks on the repository."
|
|
45361
45302
|
}
|
|
45362
45303
|
},
|
|
45363
|
-
"required": [
|
|
45364
|
-
"archive_url",
|
|
45365
|
-
"assignees_url",
|
|
45366
|
-
"blobs_url",
|
|
45367
|
-
"branches_url",
|
|
45368
|
-
"collaborators_url",
|
|
45369
|
-
"comments_url",
|
|
45370
|
-
"commits_url",
|
|
45371
|
-
"compare_url",
|
|
45372
|
-
"contents_url",
|
|
45373
|
-
"contributors_url",
|
|
45374
|
-
"deployments_url",
|
|
45375
|
-
"description",
|
|
45376
|
-
"downloads_url",
|
|
45377
|
-
"events_url",
|
|
45378
|
-
"fork",
|
|
45379
|
-
"forks_url",
|
|
45380
|
-
"full_name",
|
|
45381
|
-
"git_commits_url",
|
|
45382
|
-
"git_refs_url",
|
|
45383
|
-
"git_tags_url",
|
|
45384
|
-
"hooks_url",
|
|
45385
|
-
"html_url",
|
|
45386
|
-
"id",
|
|
45387
|
-
"node_id",
|
|
45388
|
-
"issue_comment_url",
|
|
45389
|
-
"issue_events_url",
|
|
45390
|
-
"issues_url",
|
|
45391
|
-
"keys_url",
|
|
45392
|
-
"labels_url",
|
|
45393
|
-
"languages_url",
|
|
45394
|
-
"merges_url",
|
|
45395
|
-
"milestones_url",
|
|
45396
|
-
"name",
|
|
45397
|
-
"notifications_url",
|
|
45398
|
-
"owner",
|
|
45399
|
-
"private",
|
|
45400
|
-
"pulls_url",
|
|
45401
|
-
"releases_url",
|
|
45402
|
-
"stargazers_url",
|
|
45403
|
-
"statuses_url",
|
|
45404
|
-
"subscribers_url",
|
|
45405
|
-
"subscription_url",
|
|
45406
|
-
"tags_url",
|
|
45407
|
-
"teams_url",
|
|
45408
|
-
"trees_url",
|
|
45409
|
-
"url",
|
|
45410
|
-
"clone_url",
|
|
45411
|
-
"default_branch",
|
|
45412
|
-
"forks",
|
|
45413
|
-
"forks_count",
|
|
45414
|
-
"git_url",
|
|
45415
|
-
"has_downloads",
|
|
45416
|
-
"has_issues",
|
|
45417
|
-
"has_projects",
|
|
45418
|
-
"has_wiki",
|
|
45419
|
-
"has_pages",
|
|
45420
|
-
"homepage",
|
|
45421
|
-
"language",
|
|
45422
|
-
"archived",
|
|
45423
|
-
"disabled",
|
|
45424
|
-
"mirror_url",
|
|
45425
|
-
"open_issues",
|
|
45426
|
-
"open_issues_count",
|
|
45427
|
-
"license",
|
|
45428
|
-
"pushed_at",
|
|
45429
|
-
"size",
|
|
45430
|
-
"ssh_url",
|
|
45431
|
-
"stargazers_count",
|
|
45432
|
-
"svn_url",
|
|
45433
|
-
"watchers",
|
|
45434
|
-
"watchers_count",
|
|
45435
|
-
"created_at",
|
|
45436
|
-
"updated_at"
|
|
45437
|
-
],
|
|
45438
|
-
"nullable": true
|
|
45439
|
-
},
|
|
45440
|
-
"minimal-repository": {
|
|
45441
|
-
"title": "Minimal Repository",
|
|
45442
|
-
"description": "Minimal Repository",
|
|
45443
|
-
"type": "object",
|
|
45444
|
-
"properties": {
|
|
45445
|
-
"id": { "type": "integer", "example": 1296269 },
|
|
45446
|
-
"node_id": {
|
|
45447
|
-
"type": "string",
|
|
45448
|
-
"example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5"
|
|
45449
|
-
},
|
|
45450
|
-
"name": { "type": "string", "example": "Hello-World" },
|
|
45451
|
-
"full_name": { "type": "string", "example": "octocat/Hello-World" },
|
|
45452
|
-
"owner": { "$ref": "#/components/schemas/simple-user" },
|
|
45453
|
-
"private": { "type": "boolean" },
|
|
45454
|
-
"html_url": {
|
|
45455
|
-
"type": "string",
|
|
45456
|
-
"format": "uri",
|
|
45457
|
-
"example": "https://github.com/octocat/Hello-World"
|
|
45458
|
-
},
|
|
45459
|
-
"description": {
|
|
45460
|
-
"type": "string",
|
|
45461
|
-
"example": "This your first repo!",
|
|
45462
|
-
"nullable": true
|
|
45463
|
-
},
|
|
45464
|
-
"fork": { "type": "boolean" },
|
|
45465
|
-
"url": {
|
|
45466
|
-
"type": "string",
|
|
45467
|
-
"format": "uri",
|
|
45468
|
-
"example": "https://api.github.com/repos/octocat/Hello-World"
|
|
45469
|
-
},
|
|
45470
|
-
"archive_url": {
|
|
45471
|
-
"type": "string",
|
|
45472
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}"
|
|
45473
|
-
},
|
|
45474
|
-
"assignees_url": {
|
|
45475
|
-
"type": "string",
|
|
45476
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}"
|
|
45477
|
-
},
|
|
45478
|
-
"blobs_url": {
|
|
45479
|
-
"type": "string",
|
|
45480
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}"
|
|
45481
|
-
},
|
|
45482
|
-
"branches_url": {
|
|
45483
|
-
"type": "string",
|
|
45484
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}"
|
|
45485
|
-
},
|
|
45486
|
-
"collaborators_url": {
|
|
45487
|
-
"type": "string",
|
|
45488
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}"
|
|
45489
|
-
},
|
|
45490
|
-
"comments_url": {
|
|
45491
|
-
"type": "string",
|
|
45492
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}"
|
|
45493
|
-
},
|
|
45494
|
-
"commits_url": {
|
|
45495
|
-
"type": "string",
|
|
45496
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}"
|
|
45497
|
-
},
|
|
45498
|
-
"compare_url": {
|
|
45499
|
-
"type": "string",
|
|
45500
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}"
|
|
45501
|
-
},
|
|
45502
|
-
"contents_url": {
|
|
45503
|
-
"type": "string",
|
|
45504
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}"
|
|
45505
|
-
},
|
|
45506
|
-
"contributors_url": {
|
|
45507
|
-
"type": "string",
|
|
45508
|
-
"format": "uri",
|
|
45509
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/contributors"
|
|
45510
|
-
},
|
|
45511
|
-
"deployments_url": {
|
|
45512
|
-
"type": "string",
|
|
45513
|
-
"format": "uri",
|
|
45514
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/deployments"
|
|
45515
|
-
},
|
|
45516
|
-
"downloads_url": {
|
|
45517
|
-
"type": "string",
|
|
45518
|
-
"format": "uri",
|
|
45519
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/downloads"
|
|
45520
|
-
},
|
|
45521
|
-
"events_url": {
|
|
45522
|
-
"type": "string",
|
|
45523
|
-
"format": "uri",
|
|
45524
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/events"
|
|
45525
|
-
},
|
|
45526
|
-
"forks_url": {
|
|
45527
|
-
"type": "string",
|
|
45528
|
-
"format": "uri",
|
|
45529
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/forks"
|
|
45530
|
-
},
|
|
45531
|
-
"git_commits_url": {
|
|
45532
|
-
"type": "string",
|
|
45533
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}"
|
|
45534
|
-
},
|
|
45535
|
-
"git_refs_url": {
|
|
45536
|
-
"type": "string",
|
|
45537
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}"
|
|
45538
|
-
},
|
|
45539
|
-
"git_tags_url": {
|
|
45540
|
-
"type": "string",
|
|
45541
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}"
|
|
45542
|
-
},
|
|
45543
|
-
"git_url": { "type": "string" },
|
|
45544
|
-
"issue_comment_url": {
|
|
45545
|
-
"type": "string",
|
|
45546
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}"
|
|
45547
|
-
},
|
|
45548
|
-
"issue_events_url": {
|
|
45549
|
-
"type": "string",
|
|
45550
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}"
|
|
45551
|
-
},
|
|
45552
|
-
"issues_url": {
|
|
45553
|
-
"type": "string",
|
|
45554
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}"
|
|
45555
|
-
},
|
|
45556
|
-
"keys_url": {
|
|
45557
|
-
"type": "string",
|
|
45558
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}"
|
|
45559
|
-
},
|
|
45560
|
-
"labels_url": {
|
|
45561
|
-
"type": "string",
|
|
45562
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}"
|
|
45563
|
-
},
|
|
45564
|
-
"languages_url": {
|
|
45565
|
-
"type": "string",
|
|
45566
|
-
"format": "uri",
|
|
45567
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/languages"
|
|
45568
|
-
},
|
|
45569
|
-
"merges_url": {
|
|
45570
|
-
"type": "string",
|
|
45571
|
-
"format": "uri",
|
|
45572
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/merges"
|
|
45573
|
-
},
|
|
45574
|
-
"milestones_url": {
|
|
45575
|
-
"type": "string",
|
|
45576
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}"
|
|
45577
|
-
},
|
|
45578
|
-
"notifications_url": {
|
|
45579
|
-
"type": "string",
|
|
45580
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}"
|
|
45581
|
-
},
|
|
45582
|
-
"pulls_url": {
|
|
45583
|
-
"type": "string",
|
|
45584
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}"
|
|
45585
|
-
},
|
|
45586
|
-
"releases_url": {
|
|
45587
|
-
"type": "string",
|
|
45588
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}"
|
|
45589
|
-
},
|
|
45590
|
-
"ssh_url": { "type": "string" },
|
|
45591
|
-
"stargazers_url": {
|
|
45592
|
-
"type": "string",
|
|
45593
|
-
"format": "uri",
|
|
45594
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/stargazers"
|
|
45595
|
-
},
|
|
45596
|
-
"statuses_url": {
|
|
45597
|
-
"type": "string",
|
|
45598
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}"
|
|
45599
|
-
},
|
|
45600
|
-
"subscribers_url": {
|
|
45601
|
-
"type": "string",
|
|
45602
|
-
"format": "uri",
|
|
45603
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/subscribers"
|
|
45604
|
-
},
|
|
45605
|
-
"subscription_url": {
|
|
45606
|
-
"type": "string",
|
|
45607
|
-
"format": "uri",
|
|
45608
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/subscription"
|
|
45609
|
-
},
|
|
45610
|
-
"tags_url": {
|
|
45611
|
-
"type": "string",
|
|
45612
|
-
"format": "uri",
|
|
45613
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/tags"
|
|
45614
|
-
},
|
|
45615
|
-
"teams_url": {
|
|
45616
|
-
"type": "string",
|
|
45617
|
-
"format": "uri",
|
|
45618
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/teams"
|
|
45619
|
-
},
|
|
45620
|
-
"trees_url": {
|
|
45621
|
-
"type": "string",
|
|
45622
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}"
|
|
45623
|
-
},
|
|
45624
|
-
"clone_url": { "type": "string" },
|
|
45625
|
-
"mirror_url": { "type": "string", "nullable": true },
|
|
45626
|
-
"hooks_url": {
|
|
45627
|
-
"type": "string",
|
|
45628
|
-
"format": "uri",
|
|
45629
|
-
"example": "http://api.github.com/repos/octocat/Hello-World/hooks"
|
|
45630
|
-
},
|
|
45631
|
-
"svn_url": { "type": "string" },
|
|
45632
|
-
"homepage": { "type": "string", "nullable": true },
|
|
45633
|
-
"language": { "type": "string", "nullable": true },
|
|
45634
|
-
"forks_count": { "type": "integer" },
|
|
45635
|
-
"stargazers_count": { "type": "integer" },
|
|
45636
|
-
"watchers_count": { "type": "integer" },
|
|
45637
|
-
"size": { "type": "integer" },
|
|
45638
|
-
"default_branch": { "type": "string" },
|
|
45639
|
-
"open_issues_count": { "type": "integer" },
|
|
45640
|
-
"is_template": { "type": "boolean" },
|
|
45641
|
-
"topics": { "type": "array", "items": { "type": "string" } },
|
|
45642
|
-
"has_issues": { "type": "boolean" },
|
|
45643
|
-
"has_projects": { "type": "boolean" },
|
|
45644
|
-
"has_wiki": { "type": "boolean" },
|
|
45645
|
-
"has_pages": { "type": "boolean" },
|
|
45646
|
-
"has_downloads": { "type": "boolean" },
|
|
45647
|
-
"archived": { "type": "boolean" },
|
|
45648
|
-
"disabled": { "type": "boolean" },
|
|
45649
|
-
"visibility": { "type": "string" },
|
|
45650
|
-
"pushed_at": {
|
|
45651
|
-
"type": "string",
|
|
45652
|
-
"format": "date-time",
|
|
45653
|
-
"example": "2011-01-26T19:06:43Z",
|
|
45654
|
-
"nullable": true
|
|
45655
|
-
},
|
|
45656
|
-
"created_at": {
|
|
45657
|
-
"type": "string",
|
|
45658
|
-
"format": "date-time",
|
|
45659
|
-
"example": "2011-01-26T19:01:12Z",
|
|
45660
|
-
"nullable": true
|
|
45661
|
-
},
|
|
45662
|
-
"updated_at": {
|
|
45663
|
-
"type": "string",
|
|
45664
|
-
"format": "date-time",
|
|
45665
|
-
"example": "2011-01-26T19:14:43Z",
|
|
45666
|
-
"nullable": true
|
|
45667
|
-
},
|
|
45668
|
-
"permissions": {
|
|
45669
|
-
"type": "object",
|
|
45670
|
-
"properties": {
|
|
45671
|
-
"admin": { "type": "boolean" },
|
|
45672
|
-
"maintain": { "type": "boolean" },
|
|
45673
|
-
"push": { "type": "boolean" },
|
|
45674
|
-
"triage": { "type": "boolean" },
|
|
45675
|
-
"pull": { "type": "boolean" }
|
|
45676
|
-
}
|
|
45677
|
-
},
|
|
45678
|
-
"role_name": { "type": "string", "example": "admin" },
|
|
45679
|
-
"template_repository": {
|
|
45680
|
-
"$ref": "#/components/schemas/nullable-repository"
|
|
45681
|
-
},
|
|
45682
|
-
"temp_clone_token": { "type": "string" },
|
|
45683
|
-
"delete_branch_on_merge": { "type": "boolean" },
|
|
45684
|
-
"subscribers_count": { "type": "integer" },
|
|
45685
|
-
"network_count": { "type": "integer" },
|
|
45686
|
-
"code_of_conduct": { "$ref": "#/components/schemas/code-of-conduct" },
|
|
45687
|
-
"license": {
|
|
45688
|
-
"type": "object",
|
|
45689
|
-
"properties": {
|
|
45690
|
-
"key": { "type": "string" },
|
|
45691
|
-
"name": { "type": "string" },
|
|
45692
|
-
"spdx_id": { "type": "string" },
|
|
45693
|
-
"url": { "type": "string" },
|
|
45694
|
-
"node_id": { "type": "string" }
|
|
45695
|
-
},
|
|
45696
|
-
"nullable": true
|
|
45697
|
-
},
|
|
45698
|
-
"forks": { "type": "integer", "example": 0 },
|
|
45699
|
-
"open_issues": { "type": "integer", "example": 0 },
|
|
45700
|
-
"watchers": { "type": "integer", "example": 0 },
|
|
45701
|
-
"allow_forking": { "type": "boolean" }
|
|
45702
|
-
},
|
|
45703
45304
|
"required": [
|
|
45704
45305
|
"archive_url",
|
|
45705
45306
|
"assignees_url",
|
|
@@ -45791,7 +45392,7 @@
|
|
|
45791
45392
|
"type": "string",
|
|
45792
45393
|
"description": "The secret that was detected."
|
|
45793
45394
|
},
|
|
45794
|
-
"repository": { "$ref": "#/components/schemas/
|
|
45395
|
+
"repository": { "$ref": "#/components/schemas/simple-repository" }
|
|
45795
45396
|
}
|
|
45796
45397
|
},
|
|
45797
45398
|
"advanced-security-active-committers-user": {
|
|
@@ -45827,6 +45428,7 @@
|
|
|
45827
45428
|
"type": "integer",
|
|
45828
45429
|
"example": 25
|
|
45829
45430
|
},
|
|
45431
|
+
"total_count": { "type": "integer", "example": 2 },
|
|
45830
45432
|
"repositories": {
|
|
45831
45433
|
"type": "array",
|
|
45832
45434
|
"items": {
|
|
@@ -46932,6 +46534,884 @@
|
|
|
46932
46534
|
},
|
|
46933
46535
|
"required": ["verifiable_password_authentication"]
|
|
46934
46536
|
},
|
|
46537
|
+
"nullable-repository": {
|
|
46538
|
+
"title": "Repository",
|
|
46539
|
+
"description": "A git repository",
|
|
46540
|
+
"type": "object",
|
|
46541
|
+
"properties": {
|
|
46542
|
+
"id": {
|
|
46543
|
+
"description": "Unique identifier of the repository",
|
|
46544
|
+
"example": 42,
|
|
46545
|
+
"type": "integer"
|
|
46546
|
+
},
|
|
46547
|
+
"node_id": {
|
|
46548
|
+
"type": "string",
|
|
46549
|
+
"example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5"
|
|
46550
|
+
},
|
|
46551
|
+
"name": {
|
|
46552
|
+
"description": "The name of the repository.",
|
|
46553
|
+
"type": "string",
|
|
46554
|
+
"example": "Team Environment"
|
|
46555
|
+
},
|
|
46556
|
+
"full_name": { "type": "string", "example": "octocat/Hello-World" },
|
|
46557
|
+
"license": { "$ref": "#/components/schemas/nullable-license-simple" },
|
|
46558
|
+
"organization": {
|
|
46559
|
+
"$ref": "#/components/schemas/nullable-simple-user"
|
|
46560
|
+
},
|
|
46561
|
+
"forks": { "type": "integer" },
|
|
46562
|
+
"permissions": {
|
|
46563
|
+
"type": "object",
|
|
46564
|
+
"properties": {
|
|
46565
|
+
"admin": { "type": "boolean" },
|
|
46566
|
+
"pull": { "type": "boolean" },
|
|
46567
|
+
"triage": { "type": "boolean" },
|
|
46568
|
+
"push": { "type": "boolean" },
|
|
46569
|
+
"maintain": { "type": "boolean" }
|
|
46570
|
+
},
|
|
46571
|
+
"required": ["admin", "pull", "push"]
|
|
46572
|
+
},
|
|
46573
|
+
"owner": { "$ref": "#/components/schemas/simple-user" },
|
|
46574
|
+
"private": {
|
|
46575
|
+
"description": "Whether the repository is private or public.",
|
|
46576
|
+
"default": false,
|
|
46577
|
+
"type": "boolean"
|
|
46578
|
+
},
|
|
46579
|
+
"html_url": {
|
|
46580
|
+
"type": "string",
|
|
46581
|
+
"format": "uri",
|
|
46582
|
+
"example": "https://github.com/octocat/Hello-World"
|
|
46583
|
+
},
|
|
46584
|
+
"description": {
|
|
46585
|
+
"type": "string",
|
|
46586
|
+
"example": "This your first repo!",
|
|
46587
|
+
"nullable": true
|
|
46588
|
+
},
|
|
46589
|
+
"fork": { "type": "boolean" },
|
|
46590
|
+
"url": {
|
|
46591
|
+
"type": "string",
|
|
46592
|
+
"format": "uri",
|
|
46593
|
+
"example": "https://api.github.com/repos/octocat/Hello-World"
|
|
46594
|
+
},
|
|
46595
|
+
"archive_url": {
|
|
46596
|
+
"type": "string",
|
|
46597
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}"
|
|
46598
|
+
},
|
|
46599
|
+
"assignees_url": {
|
|
46600
|
+
"type": "string",
|
|
46601
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}"
|
|
46602
|
+
},
|
|
46603
|
+
"blobs_url": {
|
|
46604
|
+
"type": "string",
|
|
46605
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}"
|
|
46606
|
+
},
|
|
46607
|
+
"branches_url": {
|
|
46608
|
+
"type": "string",
|
|
46609
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}"
|
|
46610
|
+
},
|
|
46611
|
+
"collaborators_url": {
|
|
46612
|
+
"type": "string",
|
|
46613
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}"
|
|
46614
|
+
},
|
|
46615
|
+
"comments_url": {
|
|
46616
|
+
"type": "string",
|
|
46617
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}"
|
|
46618
|
+
},
|
|
46619
|
+
"commits_url": {
|
|
46620
|
+
"type": "string",
|
|
46621
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}"
|
|
46622
|
+
},
|
|
46623
|
+
"compare_url": {
|
|
46624
|
+
"type": "string",
|
|
46625
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}"
|
|
46626
|
+
},
|
|
46627
|
+
"contents_url": {
|
|
46628
|
+
"type": "string",
|
|
46629
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}"
|
|
46630
|
+
},
|
|
46631
|
+
"contributors_url": {
|
|
46632
|
+
"type": "string",
|
|
46633
|
+
"format": "uri",
|
|
46634
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/contributors"
|
|
46635
|
+
},
|
|
46636
|
+
"deployments_url": {
|
|
46637
|
+
"type": "string",
|
|
46638
|
+
"format": "uri",
|
|
46639
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/deployments"
|
|
46640
|
+
},
|
|
46641
|
+
"downloads_url": {
|
|
46642
|
+
"type": "string",
|
|
46643
|
+
"format": "uri",
|
|
46644
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/downloads"
|
|
46645
|
+
},
|
|
46646
|
+
"events_url": {
|
|
46647
|
+
"type": "string",
|
|
46648
|
+
"format": "uri",
|
|
46649
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/events"
|
|
46650
|
+
},
|
|
46651
|
+
"forks_url": {
|
|
46652
|
+
"type": "string",
|
|
46653
|
+
"format": "uri",
|
|
46654
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/forks"
|
|
46655
|
+
},
|
|
46656
|
+
"git_commits_url": {
|
|
46657
|
+
"type": "string",
|
|
46658
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}"
|
|
46659
|
+
},
|
|
46660
|
+
"git_refs_url": {
|
|
46661
|
+
"type": "string",
|
|
46662
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}"
|
|
46663
|
+
},
|
|
46664
|
+
"git_tags_url": {
|
|
46665
|
+
"type": "string",
|
|
46666
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}"
|
|
46667
|
+
},
|
|
46668
|
+
"git_url": {
|
|
46669
|
+
"type": "string",
|
|
46670
|
+
"example": "git:github.com/octocat/Hello-World.git"
|
|
46671
|
+
},
|
|
46672
|
+
"issue_comment_url": {
|
|
46673
|
+
"type": "string",
|
|
46674
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}"
|
|
46675
|
+
},
|
|
46676
|
+
"issue_events_url": {
|
|
46677
|
+
"type": "string",
|
|
46678
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}"
|
|
46679
|
+
},
|
|
46680
|
+
"issues_url": {
|
|
46681
|
+
"type": "string",
|
|
46682
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}"
|
|
46683
|
+
},
|
|
46684
|
+
"keys_url": {
|
|
46685
|
+
"type": "string",
|
|
46686
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}"
|
|
46687
|
+
},
|
|
46688
|
+
"labels_url": {
|
|
46689
|
+
"type": "string",
|
|
46690
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}"
|
|
46691
|
+
},
|
|
46692
|
+
"languages_url": {
|
|
46693
|
+
"type": "string",
|
|
46694
|
+
"format": "uri",
|
|
46695
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/languages"
|
|
46696
|
+
},
|
|
46697
|
+
"merges_url": {
|
|
46698
|
+
"type": "string",
|
|
46699
|
+
"format": "uri",
|
|
46700
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/merges"
|
|
46701
|
+
},
|
|
46702
|
+
"milestones_url": {
|
|
46703
|
+
"type": "string",
|
|
46704
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}"
|
|
46705
|
+
},
|
|
46706
|
+
"notifications_url": {
|
|
46707
|
+
"type": "string",
|
|
46708
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}"
|
|
46709
|
+
},
|
|
46710
|
+
"pulls_url": {
|
|
46711
|
+
"type": "string",
|
|
46712
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}"
|
|
46713
|
+
},
|
|
46714
|
+
"releases_url": {
|
|
46715
|
+
"type": "string",
|
|
46716
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}"
|
|
46717
|
+
},
|
|
46718
|
+
"ssh_url": {
|
|
46719
|
+
"type": "string",
|
|
46720
|
+
"example": "git@github.com:octocat/Hello-World.git"
|
|
46721
|
+
},
|
|
46722
|
+
"stargazers_url": {
|
|
46723
|
+
"type": "string",
|
|
46724
|
+
"format": "uri",
|
|
46725
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/stargazers"
|
|
46726
|
+
},
|
|
46727
|
+
"statuses_url": {
|
|
46728
|
+
"type": "string",
|
|
46729
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}"
|
|
46730
|
+
},
|
|
46731
|
+
"subscribers_url": {
|
|
46732
|
+
"type": "string",
|
|
46733
|
+
"format": "uri",
|
|
46734
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/subscribers"
|
|
46735
|
+
},
|
|
46736
|
+
"subscription_url": {
|
|
46737
|
+
"type": "string",
|
|
46738
|
+
"format": "uri",
|
|
46739
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/subscription"
|
|
46740
|
+
},
|
|
46741
|
+
"tags_url": {
|
|
46742
|
+
"type": "string",
|
|
46743
|
+
"format": "uri",
|
|
46744
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/tags"
|
|
46745
|
+
},
|
|
46746
|
+
"teams_url": {
|
|
46747
|
+
"type": "string",
|
|
46748
|
+
"format": "uri",
|
|
46749
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/teams"
|
|
46750
|
+
},
|
|
46751
|
+
"trees_url": {
|
|
46752
|
+
"type": "string",
|
|
46753
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}"
|
|
46754
|
+
},
|
|
46755
|
+
"clone_url": {
|
|
46756
|
+
"type": "string",
|
|
46757
|
+
"example": "https://github.com/octocat/Hello-World.git"
|
|
46758
|
+
},
|
|
46759
|
+
"mirror_url": {
|
|
46760
|
+
"type": "string",
|
|
46761
|
+
"format": "uri",
|
|
46762
|
+
"example": "git:git.example.com/octocat/Hello-World",
|
|
46763
|
+
"nullable": true
|
|
46764
|
+
},
|
|
46765
|
+
"hooks_url": {
|
|
46766
|
+
"type": "string",
|
|
46767
|
+
"format": "uri",
|
|
46768
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/hooks"
|
|
46769
|
+
},
|
|
46770
|
+
"svn_url": {
|
|
46771
|
+
"type": "string",
|
|
46772
|
+
"format": "uri",
|
|
46773
|
+
"example": "https://svn.github.com/octocat/Hello-World"
|
|
46774
|
+
},
|
|
46775
|
+
"homepage": {
|
|
46776
|
+
"type": "string",
|
|
46777
|
+
"format": "uri",
|
|
46778
|
+
"example": "https://github.com",
|
|
46779
|
+
"nullable": true
|
|
46780
|
+
},
|
|
46781
|
+
"language": { "type": "string", "nullable": true },
|
|
46782
|
+
"forks_count": { "type": "integer", "example": 9 },
|
|
46783
|
+
"stargazers_count": { "type": "integer", "example": 80 },
|
|
46784
|
+
"watchers_count": { "type": "integer", "example": 80 },
|
|
46785
|
+
"size": { "type": "integer", "example": 108 },
|
|
46786
|
+
"default_branch": {
|
|
46787
|
+
"description": "The default branch of the repository.",
|
|
46788
|
+
"type": "string",
|
|
46789
|
+
"example": "master"
|
|
46790
|
+
},
|
|
46791
|
+
"open_issues_count": { "type": "integer", "example": 0 },
|
|
46792
|
+
"is_template": {
|
|
46793
|
+
"description": "Whether this repository acts as a template that can be used to generate new repositories.",
|
|
46794
|
+
"default": false,
|
|
46795
|
+
"type": "boolean",
|
|
46796
|
+
"example": true
|
|
46797
|
+
},
|
|
46798
|
+
"topics": { "type": "array", "items": { "type": "string" } },
|
|
46799
|
+
"has_issues": {
|
|
46800
|
+
"description": "Whether issues are enabled.",
|
|
46801
|
+
"default": true,
|
|
46802
|
+
"type": "boolean",
|
|
46803
|
+
"example": true
|
|
46804
|
+
},
|
|
46805
|
+
"has_projects": {
|
|
46806
|
+
"description": "Whether projects are enabled.",
|
|
46807
|
+
"default": true,
|
|
46808
|
+
"type": "boolean",
|
|
46809
|
+
"example": true
|
|
46810
|
+
},
|
|
46811
|
+
"has_wiki": {
|
|
46812
|
+
"description": "Whether the wiki is enabled.",
|
|
46813
|
+
"default": true,
|
|
46814
|
+
"type": "boolean",
|
|
46815
|
+
"example": true
|
|
46816
|
+
},
|
|
46817
|
+
"has_pages": { "type": "boolean" },
|
|
46818
|
+
"has_downloads": {
|
|
46819
|
+
"description": "Whether downloads are enabled.",
|
|
46820
|
+
"default": true,
|
|
46821
|
+
"type": "boolean",
|
|
46822
|
+
"example": true
|
|
46823
|
+
},
|
|
46824
|
+
"archived": {
|
|
46825
|
+
"description": "Whether the repository is archived.",
|
|
46826
|
+
"default": false,
|
|
46827
|
+
"type": "boolean"
|
|
46828
|
+
},
|
|
46829
|
+
"disabled": {
|
|
46830
|
+
"type": "boolean",
|
|
46831
|
+
"description": "Returns whether or not this repository disabled."
|
|
46832
|
+
},
|
|
46833
|
+
"visibility": {
|
|
46834
|
+
"description": "The repository visibility: public, private, or internal.",
|
|
46835
|
+
"default": "public",
|
|
46836
|
+
"type": "string"
|
|
46837
|
+
},
|
|
46838
|
+
"pushed_at": {
|
|
46839
|
+
"type": "string",
|
|
46840
|
+
"format": "date-time",
|
|
46841
|
+
"example": "2011-01-26T19:06:43Z",
|
|
46842
|
+
"nullable": true
|
|
46843
|
+
},
|
|
46844
|
+
"created_at": {
|
|
46845
|
+
"type": "string",
|
|
46846
|
+
"format": "date-time",
|
|
46847
|
+
"example": "2011-01-26T19:01:12Z",
|
|
46848
|
+
"nullable": true
|
|
46849
|
+
},
|
|
46850
|
+
"updated_at": {
|
|
46851
|
+
"type": "string",
|
|
46852
|
+
"format": "date-time",
|
|
46853
|
+
"example": "2011-01-26T19:14:43Z",
|
|
46854
|
+
"nullable": true
|
|
46855
|
+
},
|
|
46856
|
+
"allow_rebase_merge": {
|
|
46857
|
+
"description": "Whether to allow rebase merges for pull requests.",
|
|
46858
|
+
"default": true,
|
|
46859
|
+
"type": "boolean",
|
|
46860
|
+
"example": true
|
|
46861
|
+
},
|
|
46862
|
+
"template_repository": {
|
|
46863
|
+
"nullable": true,
|
|
46864
|
+
"type": "object",
|
|
46865
|
+
"properties": {
|
|
46866
|
+
"id": { "type": "integer" },
|
|
46867
|
+
"node_id": { "type": "string" },
|
|
46868
|
+
"name": { "type": "string" },
|
|
46869
|
+
"full_name": { "type": "string" },
|
|
46870
|
+
"owner": {
|
|
46871
|
+
"type": "object",
|
|
46872
|
+
"properties": {
|
|
46873
|
+
"login": { "type": "string" },
|
|
46874
|
+
"id": { "type": "integer" },
|
|
46875
|
+
"node_id": { "type": "string" },
|
|
46876
|
+
"avatar_url": { "type": "string" },
|
|
46877
|
+
"gravatar_id": { "type": "string" },
|
|
46878
|
+
"url": { "type": "string" },
|
|
46879
|
+
"html_url": { "type": "string" },
|
|
46880
|
+
"followers_url": { "type": "string" },
|
|
46881
|
+
"following_url": { "type": "string" },
|
|
46882
|
+
"gists_url": { "type": "string" },
|
|
46883
|
+
"starred_url": { "type": "string" },
|
|
46884
|
+
"subscriptions_url": { "type": "string" },
|
|
46885
|
+
"organizations_url": { "type": "string" },
|
|
46886
|
+
"repos_url": { "type": "string" },
|
|
46887
|
+
"events_url": { "type": "string" },
|
|
46888
|
+
"received_events_url": { "type": "string" },
|
|
46889
|
+
"type": { "type": "string" },
|
|
46890
|
+
"site_admin": { "type": "boolean" }
|
|
46891
|
+
}
|
|
46892
|
+
},
|
|
46893
|
+
"private": { "type": "boolean" },
|
|
46894
|
+
"html_url": { "type": "string" },
|
|
46895
|
+
"description": { "type": "string" },
|
|
46896
|
+
"fork": { "type": "boolean" },
|
|
46897
|
+
"url": { "type": "string" },
|
|
46898
|
+
"archive_url": { "type": "string" },
|
|
46899
|
+
"assignees_url": { "type": "string" },
|
|
46900
|
+
"blobs_url": { "type": "string" },
|
|
46901
|
+
"branches_url": { "type": "string" },
|
|
46902
|
+
"collaborators_url": { "type": "string" },
|
|
46903
|
+
"comments_url": { "type": "string" },
|
|
46904
|
+
"commits_url": { "type": "string" },
|
|
46905
|
+
"compare_url": { "type": "string" },
|
|
46906
|
+
"contents_url": { "type": "string" },
|
|
46907
|
+
"contributors_url": { "type": "string" },
|
|
46908
|
+
"deployments_url": { "type": "string" },
|
|
46909
|
+
"downloads_url": { "type": "string" },
|
|
46910
|
+
"events_url": { "type": "string" },
|
|
46911
|
+
"forks_url": { "type": "string" },
|
|
46912
|
+
"git_commits_url": { "type": "string" },
|
|
46913
|
+
"git_refs_url": { "type": "string" },
|
|
46914
|
+
"git_tags_url": { "type": "string" },
|
|
46915
|
+
"git_url": { "type": "string" },
|
|
46916
|
+
"issue_comment_url": { "type": "string" },
|
|
46917
|
+
"issue_events_url": { "type": "string" },
|
|
46918
|
+
"issues_url": { "type": "string" },
|
|
46919
|
+
"keys_url": { "type": "string" },
|
|
46920
|
+
"labels_url": { "type": "string" },
|
|
46921
|
+
"languages_url": { "type": "string" },
|
|
46922
|
+
"merges_url": { "type": "string" },
|
|
46923
|
+
"milestones_url": { "type": "string" },
|
|
46924
|
+
"notifications_url": { "type": "string" },
|
|
46925
|
+
"pulls_url": { "type": "string" },
|
|
46926
|
+
"releases_url": { "type": "string" },
|
|
46927
|
+
"ssh_url": { "type": "string" },
|
|
46928
|
+
"stargazers_url": { "type": "string" },
|
|
46929
|
+
"statuses_url": { "type": "string" },
|
|
46930
|
+
"subscribers_url": { "type": "string" },
|
|
46931
|
+
"subscription_url": { "type": "string" },
|
|
46932
|
+
"tags_url": { "type": "string" },
|
|
46933
|
+
"teams_url": { "type": "string" },
|
|
46934
|
+
"trees_url": { "type": "string" },
|
|
46935
|
+
"clone_url": { "type": "string" },
|
|
46936
|
+
"mirror_url": { "type": "string" },
|
|
46937
|
+
"hooks_url": { "type": "string" },
|
|
46938
|
+
"svn_url": { "type": "string" },
|
|
46939
|
+
"homepage": { "type": "string" },
|
|
46940
|
+
"language": { "type": "string" },
|
|
46941
|
+
"forks_count": { "type": "integer" },
|
|
46942
|
+
"stargazers_count": { "type": "integer" },
|
|
46943
|
+
"watchers_count": { "type": "integer" },
|
|
46944
|
+
"size": { "type": "integer" },
|
|
46945
|
+
"default_branch": { "type": "string" },
|
|
46946
|
+
"open_issues_count": { "type": "integer" },
|
|
46947
|
+
"is_template": { "type": "boolean" },
|
|
46948
|
+
"topics": { "type": "array", "items": { "type": "string" } },
|
|
46949
|
+
"has_issues": { "type": "boolean" },
|
|
46950
|
+
"has_projects": { "type": "boolean" },
|
|
46951
|
+
"has_wiki": { "type": "boolean" },
|
|
46952
|
+
"has_pages": { "type": "boolean" },
|
|
46953
|
+
"has_downloads": { "type": "boolean" },
|
|
46954
|
+
"archived": { "type": "boolean" },
|
|
46955
|
+
"disabled": { "type": "boolean" },
|
|
46956
|
+
"visibility": { "type": "string" },
|
|
46957
|
+
"pushed_at": { "type": "string" },
|
|
46958
|
+
"created_at": { "type": "string" },
|
|
46959
|
+
"updated_at": { "type": "string" },
|
|
46960
|
+
"permissions": {
|
|
46961
|
+
"type": "object",
|
|
46962
|
+
"properties": {
|
|
46963
|
+
"admin": { "type": "boolean" },
|
|
46964
|
+
"maintain": { "type": "boolean" },
|
|
46965
|
+
"push": { "type": "boolean" },
|
|
46966
|
+
"triage": { "type": "boolean" },
|
|
46967
|
+
"pull": { "type": "boolean" }
|
|
46968
|
+
}
|
|
46969
|
+
},
|
|
46970
|
+
"allow_rebase_merge": { "type": "boolean" },
|
|
46971
|
+
"temp_clone_token": { "type": "string" },
|
|
46972
|
+
"allow_squash_merge": { "type": "boolean" },
|
|
46973
|
+
"allow_auto_merge": { "type": "boolean" },
|
|
46974
|
+
"delete_branch_on_merge": { "type": "boolean" },
|
|
46975
|
+
"allow_update_branch": { "type": "boolean" },
|
|
46976
|
+
"allow_merge_commit": { "type": "boolean" },
|
|
46977
|
+
"subscribers_count": { "type": "integer" },
|
|
46978
|
+
"network_count": { "type": "integer" }
|
|
46979
|
+
}
|
|
46980
|
+
},
|
|
46981
|
+
"temp_clone_token": { "type": "string" },
|
|
46982
|
+
"allow_squash_merge": {
|
|
46983
|
+
"description": "Whether to allow squash merges for pull requests.",
|
|
46984
|
+
"default": true,
|
|
46985
|
+
"type": "boolean",
|
|
46986
|
+
"example": true
|
|
46987
|
+
},
|
|
46988
|
+
"allow_auto_merge": {
|
|
46989
|
+
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
46990
|
+
"default": false,
|
|
46991
|
+
"type": "boolean",
|
|
46992
|
+
"example": false
|
|
46993
|
+
},
|
|
46994
|
+
"delete_branch_on_merge": {
|
|
46995
|
+
"description": "Whether to delete head branches when pull requests are merged",
|
|
46996
|
+
"default": false,
|
|
46997
|
+
"type": "boolean",
|
|
46998
|
+
"example": false
|
|
46999
|
+
},
|
|
47000
|
+
"allow_update_branch": {
|
|
47001
|
+
"description": "Whether or not a pull request head branch that is behind its base branch can always be updated even if it is not required to be up to date before merging.",
|
|
47002
|
+
"default": false,
|
|
47003
|
+
"type": "boolean",
|
|
47004
|
+
"example": false
|
|
47005
|
+
},
|
|
47006
|
+
"allow_merge_commit": {
|
|
47007
|
+
"description": "Whether to allow merge commits for pull requests.",
|
|
47008
|
+
"default": true,
|
|
47009
|
+
"type": "boolean",
|
|
47010
|
+
"example": true
|
|
47011
|
+
},
|
|
47012
|
+
"allow_forking": {
|
|
47013
|
+
"description": "Whether to allow forking this repo",
|
|
47014
|
+
"type": "boolean"
|
|
47015
|
+
},
|
|
47016
|
+
"subscribers_count": { "type": "integer" },
|
|
47017
|
+
"network_count": { "type": "integer" },
|
|
47018
|
+
"open_issues": { "type": "integer" },
|
|
47019
|
+
"watchers": { "type": "integer" },
|
|
47020
|
+
"master_branch": { "type": "string" },
|
|
47021
|
+
"starred_at": {
|
|
47022
|
+
"type": "string",
|
|
47023
|
+
"example": "\"2020-07-09T00:17:42Z\""
|
|
47024
|
+
}
|
|
47025
|
+
},
|
|
47026
|
+
"required": [
|
|
47027
|
+
"archive_url",
|
|
47028
|
+
"assignees_url",
|
|
47029
|
+
"blobs_url",
|
|
47030
|
+
"branches_url",
|
|
47031
|
+
"collaborators_url",
|
|
47032
|
+
"comments_url",
|
|
47033
|
+
"commits_url",
|
|
47034
|
+
"compare_url",
|
|
47035
|
+
"contents_url",
|
|
47036
|
+
"contributors_url",
|
|
47037
|
+
"deployments_url",
|
|
47038
|
+
"description",
|
|
47039
|
+
"downloads_url",
|
|
47040
|
+
"events_url",
|
|
47041
|
+
"fork",
|
|
47042
|
+
"forks_url",
|
|
47043
|
+
"full_name",
|
|
47044
|
+
"git_commits_url",
|
|
47045
|
+
"git_refs_url",
|
|
47046
|
+
"git_tags_url",
|
|
47047
|
+
"hooks_url",
|
|
47048
|
+
"html_url",
|
|
47049
|
+
"id",
|
|
47050
|
+
"node_id",
|
|
47051
|
+
"issue_comment_url",
|
|
47052
|
+
"issue_events_url",
|
|
47053
|
+
"issues_url",
|
|
47054
|
+
"keys_url",
|
|
47055
|
+
"labels_url",
|
|
47056
|
+
"languages_url",
|
|
47057
|
+
"merges_url",
|
|
47058
|
+
"milestones_url",
|
|
47059
|
+
"name",
|
|
47060
|
+
"notifications_url",
|
|
47061
|
+
"owner",
|
|
47062
|
+
"private",
|
|
47063
|
+
"pulls_url",
|
|
47064
|
+
"releases_url",
|
|
47065
|
+
"stargazers_url",
|
|
47066
|
+
"statuses_url",
|
|
47067
|
+
"subscribers_url",
|
|
47068
|
+
"subscription_url",
|
|
47069
|
+
"tags_url",
|
|
47070
|
+
"teams_url",
|
|
47071
|
+
"trees_url",
|
|
47072
|
+
"url",
|
|
47073
|
+
"clone_url",
|
|
47074
|
+
"default_branch",
|
|
47075
|
+
"forks",
|
|
47076
|
+
"forks_count",
|
|
47077
|
+
"git_url",
|
|
47078
|
+
"has_downloads",
|
|
47079
|
+
"has_issues",
|
|
47080
|
+
"has_projects",
|
|
47081
|
+
"has_wiki",
|
|
47082
|
+
"has_pages",
|
|
47083
|
+
"homepage",
|
|
47084
|
+
"language",
|
|
47085
|
+
"archived",
|
|
47086
|
+
"disabled",
|
|
47087
|
+
"mirror_url",
|
|
47088
|
+
"open_issues",
|
|
47089
|
+
"open_issues_count",
|
|
47090
|
+
"license",
|
|
47091
|
+
"pushed_at",
|
|
47092
|
+
"size",
|
|
47093
|
+
"ssh_url",
|
|
47094
|
+
"stargazers_count",
|
|
47095
|
+
"svn_url",
|
|
47096
|
+
"watchers",
|
|
47097
|
+
"watchers_count",
|
|
47098
|
+
"created_at",
|
|
47099
|
+
"updated_at"
|
|
47100
|
+
],
|
|
47101
|
+
"nullable": true
|
|
47102
|
+
},
|
|
47103
|
+
"minimal-repository": {
|
|
47104
|
+
"title": "Minimal Repository",
|
|
47105
|
+
"description": "Minimal Repository",
|
|
47106
|
+
"type": "object",
|
|
47107
|
+
"properties": {
|
|
47108
|
+
"id": { "type": "integer", "example": 1296269 },
|
|
47109
|
+
"node_id": {
|
|
47110
|
+
"type": "string",
|
|
47111
|
+
"example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5"
|
|
47112
|
+
},
|
|
47113
|
+
"name": { "type": "string", "example": "Hello-World" },
|
|
47114
|
+
"full_name": { "type": "string", "example": "octocat/Hello-World" },
|
|
47115
|
+
"owner": { "$ref": "#/components/schemas/simple-user" },
|
|
47116
|
+
"private": { "type": "boolean" },
|
|
47117
|
+
"html_url": {
|
|
47118
|
+
"type": "string",
|
|
47119
|
+
"format": "uri",
|
|
47120
|
+
"example": "https://github.com/octocat/Hello-World"
|
|
47121
|
+
},
|
|
47122
|
+
"description": {
|
|
47123
|
+
"type": "string",
|
|
47124
|
+
"example": "This your first repo!",
|
|
47125
|
+
"nullable": true
|
|
47126
|
+
},
|
|
47127
|
+
"fork": { "type": "boolean" },
|
|
47128
|
+
"url": {
|
|
47129
|
+
"type": "string",
|
|
47130
|
+
"format": "uri",
|
|
47131
|
+
"example": "https://api.github.com/repos/octocat/Hello-World"
|
|
47132
|
+
},
|
|
47133
|
+
"archive_url": {
|
|
47134
|
+
"type": "string",
|
|
47135
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}"
|
|
47136
|
+
},
|
|
47137
|
+
"assignees_url": {
|
|
47138
|
+
"type": "string",
|
|
47139
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/assignees{/user}"
|
|
47140
|
+
},
|
|
47141
|
+
"blobs_url": {
|
|
47142
|
+
"type": "string",
|
|
47143
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}"
|
|
47144
|
+
},
|
|
47145
|
+
"branches_url": {
|
|
47146
|
+
"type": "string",
|
|
47147
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/branches{/branch}"
|
|
47148
|
+
},
|
|
47149
|
+
"collaborators_url": {
|
|
47150
|
+
"type": "string",
|
|
47151
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}"
|
|
47152
|
+
},
|
|
47153
|
+
"comments_url": {
|
|
47154
|
+
"type": "string",
|
|
47155
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/comments{/number}"
|
|
47156
|
+
},
|
|
47157
|
+
"commits_url": {
|
|
47158
|
+
"type": "string",
|
|
47159
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/commits{/sha}"
|
|
47160
|
+
},
|
|
47161
|
+
"compare_url": {
|
|
47162
|
+
"type": "string",
|
|
47163
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}"
|
|
47164
|
+
},
|
|
47165
|
+
"contents_url": {
|
|
47166
|
+
"type": "string",
|
|
47167
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/contents/{+path}"
|
|
47168
|
+
},
|
|
47169
|
+
"contributors_url": {
|
|
47170
|
+
"type": "string",
|
|
47171
|
+
"format": "uri",
|
|
47172
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/contributors"
|
|
47173
|
+
},
|
|
47174
|
+
"deployments_url": {
|
|
47175
|
+
"type": "string",
|
|
47176
|
+
"format": "uri",
|
|
47177
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/deployments"
|
|
47178
|
+
},
|
|
47179
|
+
"downloads_url": {
|
|
47180
|
+
"type": "string",
|
|
47181
|
+
"format": "uri",
|
|
47182
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/downloads"
|
|
47183
|
+
},
|
|
47184
|
+
"events_url": {
|
|
47185
|
+
"type": "string",
|
|
47186
|
+
"format": "uri",
|
|
47187
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/events"
|
|
47188
|
+
},
|
|
47189
|
+
"forks_url": {
|
|
47190
|
+
"type": "string",
|
|
47191
|
+
"format": "uri",
|
|
47192
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/forks"
|
|
47193
|
+
},
|
|
47194
|
+
"git_commits_url": {
|
|
47195
|
+
"type": "string",
|
|
47196
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/git/commits{/sha}"
|
|
47197
|
+
},
|
|
47198
|
+
"git_refs_url": {
|
|
47199
|
+
"type": "string",
|
|
47200
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/git/refs{/sha}"
|
|
47201
|
+
},
|
|
47202
|
+
"git_tags_url": {
|
|
47203
|
+
"type": "string",
|
|
47204
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/git/tags{/sha}"
|
|
47205
|
+
},
|
|
47206
|
+
"git_url": { "type": "string" },
|
|
47207
|
+
"issue_comment_url": {
|
|
47208
|
+
"type": "string",
|
|
47209
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/issues/comments{/number}"
|
|
47210
|
+
},
|
|
47211
|
+
"issue_events_url": {
|
|
47212
|
+
"type": "string",
|
|
47213
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/issues/events{/number}"
|
|
47214
|
+
},
|
|
47215
|
+
"issues_url": {
|
|
47216
|
+
"type": "string",
|
|
47217
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/issues{/number}"
|
|
47218
|
+
},
|
|
47219
|
+
"keys_url": {
|
|
47220
|
+
"type": "string",
|
|
47221
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/keys{/key_id}"
|
|
47222
|
+
},
|
|
47223
|
+
"labels_url": {
|
|
47224
|
+
"type": "string",
|
|
47225
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/labels{/name}"
|
|
47226
|
+
},
|
|
47227
|
+
"languages_url": {
|
|
47228
|
+
"type": "string",
|
|
47229
|
+
"format": "uri",
|
|
47230
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/languages"
|
|
47231
|
+
},
|
|
47232
|
+
"merges_url": {
|
|
47233
|
+
"type": "string",
|
|
47234
|
+
"format": "uri",
|
|
47235
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/merges"
|
|
47236
|
+
},
|
|
47237
|
+
"milestones_url": {
|
|
47238
|
+
"type": "string",
|
|
47239
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/milestones{/number}"
|
|
47240
|
+
},
|
|
47241
|
+
"notifications_url": {
|
|
47242
|
+
"type": "string",
|
|
47243
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}"
|
|
47244
|
+
},
|
|
47245
|
+
"pulls_url": {
|
|
47246
|
+
"type": "string",
|
|
47247
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/pulls{/number}"
|
|
47248
|
+
},
|
|
47249
|
+
"releases_url": {
|
|
47250
|
+
"type": "string",
|
|
47251
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/releases{/id}"
|
|
47252
|
+
},
|
|
47253
|
+
"ssh_url": { "type": "string" },
|
|
47254
|
+
"stargazers_url": {
|
|
47255
|
+
"type": "string",
|
|
47256
|
+
"format": "uri",
|
|
47257
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/stargazers"
|
|
47258
|
+
},
|
|
47259
|
+
"statuses_url": {
|
|
47260
|
+
"type": "string",
|
|
47261
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/statuses/{sha}"
|
|
47262
|
+
},
|
|
47263
|
+
"subscribers_url": {
|
|
47264
|
+
"type": "string",
|
|
47265
|
+
"format": "uri",
|
|
47266
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/subscribers"
|
|
47267
|
+
},
|
|
47268
|
+
"subscription_url": {
|
|
47269
|
+
"type": "string",
|
|
47270
|
+
"format": "uri",
|
|
47271
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/subscription"
|
|
47272
|
+
},
|
|
47273
|
+
"tags_url": {
|
|
47274
|
+
"type": "string",
|
|
47275
|
+
"format": "uri",
|
|
47276
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/tags"
|
|
47277
|
+
},
|
|
47278
|
+
"teams_url": {
|
|
47279
|
+
"type": "string",
|
|
47280
|
+
"format": "uri",
|
|
47281
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/teams"
|
|
47282
|
+
},
|
|
47283
|
+
"trees_url": {
|
|
47284
|
+
"type": "string",
|
|
47285
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/git/trees{/sha}"
|
|
47286
|
+
},
|
|
47287
|
+
"clone_url": { "type": "string" },
|
|
47288
|
+
"mirror_url": { "type": "string", "nullable": true },
|
|
47289
|
+
"hooks_url": {
|
|
47290
|
+
"type": "string",
|
|
47291
|
+
"format": "uri",
|
|
47292
|
+
"example": "http://api.github.com/repos/octocat/Hello-World/hooks"
|
|
47293
|
+
},
|
|
47294
|
+
"svn_url": { "type": "string" },
|
|
47295
|
+
"homepage": { "type": "string", "nullable": true },
|
|
47296
|
+
"language": { "type": "string", "nullable": true },
|
|
47297
|
+
"forks_count": { "type": "integer" },
|
|
47298
|
+
"stargazers_count": { "type": "integer" },
|
|
47299
|
+
"watchers_count": { "type": "integer" },
|
|
47300
|
+
"size": { "type": "integer" },
|
|
47301
|
+
"default_branch": { "type": "string" },
|
|
47302
|
+
"open_issues_count": { "type": "integer" },
|
|
47303
|
+
"is_template": { "type": "boolean" },
|
|
47304
|
+
"topics": { "type": "array", "items": { "type": "string" } },
|
|
47305
|
+
"has_issues": { "type": "boolean" },
|
|
47306
|
+
"has_projects": { "type": "boolean" },
|
|
47307
|
+
"has_wiki": { "type": "boolean" },
|
|
47308
|
+
"has_pages": { "type": "boolean" },
|
|
47309
|
+
"has_downloads": { "type": "boolean" },
|
|
47310
|
+
"archived": { "type": "boolean" },
|
|
47311
|
+
"disabled": { "type": "boolean" },
|
|
47312
|
+
"visibility": { "type": "string" },
|
|
47313
|
+
"pushed_at": {
|
|
47314
|
+
"type": "string",
|
|
47315
|
+
"format": "date-time",
|
|
47316
|
+
"example": "2011-01-26T19:06:43Z",
|
|
47317
|
+
"nullable": true
|
|
47318
|
+
},
|
|
47319
|
+
"created_at": {
|
|
47320
|
+
"type": "string",
|
|
47321
|
+
"format": "date-time",
|
|
47322
|
+
"example": "2011-01-26T19:01:12Z",
|
|
47323
|
+
"nullable": true
|
|
47324
|
+
},
|
|
47325
|
+
"updated_at": {
|
|
47326
|
+
"type": "string",
|
|
47327
|
+
"format": "date-time",
|
|
47328
|
+
"example": "2011-01-26T19:14:43Z",
|
|
47329
|
+
"nullable": true
|
|
47330
|
+
},
|
|
47331
|
+
"permissions": {
|
|
47332
|
+
"type": "object",
|
|
47333
|
+
"properties": {
|
|
47334
|
+
"admin": { "type": "boolean" },
|
|
47335
|
+
"maintain": { "type": "boolean" },
|
|
47336
|
+
"push": { "type": "boolean" },
|
|
47337
|
+
"triage": { "type": "boolean" },
|
|
47338
|
+
"pull": { "type": "boolean" }
|
|
47339
|
+
}
|
|
47340
|
+
},
|
|
47341
|
+
"role_name": { "type": "string", "example": "admin" },
|
|
47342
|
+
"template_repository": {
|
|
47343
|
+
"$ref": "#/components/schemas/nullable-repository"
|
|
47344
|
+
},
|
|
47345
|
+
"temp_clone_token": { "type": "string" },
|
|
47346
|
+
"delete_branch_on_merge": { "type": "boolean" },
|
|
47347
|
+
"subscribers_count": { "type": "integer" },
|
|
47348
|
+
"network_count": { "type": "integer" },
|
|
47349
|
+
"code_of_conduct": { "$ref": "#/components/schemas/code-of-conduct" },
|
|
47350
|
+
"license": {
|
|
47351
|
+
"type": "object",
|
|
47352
|
+
"properties": {
|
|
47353
|
+
"key": { "type": "string" },
|
|
47354
|
+
"name": { "type": "string" },
|
|
47355
|
+
"spdx_id": { "type": "string" },
|
|
47356
|
+
"url": { "type": "string" },
|
|
47357
|
+
"node_id": { "type": "string" }
|
|
47358
|
+
},
|
|
47359
|
+
"nullable": true
|
|
47360
|
+
},
|
|
47361
|
+
"forks": { "type": "integer", "example": 0 },
|
|
47362
|
+
"open_issues": { "type": "integer", "example": 0 },
|
|
47363
|
+
"watchers": { "type": "integer", "example": 0 },
|
|
47364
|
+
"allow_forking": { "type": "boolean" }
|
|
47365
|
+
},
|
|
47366
|
+
"required": [
|
|
47367
|
+
"archive_url",
|
|
47368
|
+
"assignees_url",
|
|
47369
|
+
"blobs_url",
|
|
47370
|
+
"branches_url",
|
|
47371
|
+
"collaborators_url",
|
|
47372
|
+
"comments_url",
|
|
47373
|
+
"commits_url",
|
|
47374
|
+
"compare_url",
|
|
47375
|
+
"contents_url",
|
|
47376
|
+
"contributors_url",
|
|
47377
|
+
"deployments_url",
|
|
47378
|
+
"description",
|
|
47379
|
+
"downloads_url",
|
|
47380
|
+
"events_url",
|
|
47381
|
+
"fork",
|
|
47382
|
+
"forks_url",
|
|
47383
|
+
"full_name",
|
|
47384
|
+
"git_commits_url",
|
|
47385
|
+
"git_refs_url",
|
|
47386
|
+
"git_tags_url",
|
|
47387
|
+
"hooks_url",
|
|
47388
|
+
"html_url",
|
|
47389
|
+
"id",
|
|
47390
|
+
"node_id",
|
|
47391
|
+
"issue_comment_url",
|
|
47392
|
+
"issue_events_url",
|
|
47393
|
+
"issues_url",
|
|
47394
|
+
"keys_url",
|
|
47395
|
+
"labels_url",
|
|
47396
|
+
"languages_url",
|
|
47397
|
+
"merges_url",
|
|
47398
|
+
"milestones_url",
|
|
47399
|
+
"name",
|
|
47400
|
+
"notifications_url",
|
|
47401
|
+
"owner",
|
|
47402
|
+
"private",
|
|
47403
|
+
"pulls_url",
|
|
47404
|
+
"releases_url",
|
|
47405
|
+
"stargazers_url",
|
|
47406
|
+
"statuses_url",
|
|
47407
|
+
"subscribers_url",
|
|
47408
|
+
"subscription_url",
|
|
47409
|
+
"tags_url",
|
|
47410
|
+
"teams_url",
|
|
47411
|
+
"trees_url",
|
|
47412
|
+
"url"
|
|
47413
|
+
]
|
|
47414
|
+
},
|
|
46935
47415
|
"thread": {
|
|
46936
47416
|
"title": "Thread",
|
|
46937
47417
|
"description": "Thread",
|
|
@@ -47600,7 +48080,7 @@
|
|
|
47600
48080
|
"most_recent_instance": {
|
|
47601
48081
|
"$ref": "#/components/schemas/code-scanning-alert-instance"
|
|
47602
48082
|
},
|
|
47603
|
-
"repository": { "$ref": "#/components/schemas/
|
|
48083
|
+
"repository": { "$ref": "#/components/schemas/simple-repository" }
|
|
47604
48084
|
},
|
|
47605
48085
|
"required": [
|
|
47606
48086
|
"number",
|
|
@@ -61719,7 +62199,6 @@
|
|
|
61719
62199
|
"git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
|
|
61720
62200
|
"git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
|
|
61721
62201
|
"git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
|
|
61722
|
-
"git_url": "git:github.com/octocat/Hello-World.git",
|
|
61723
62202
|
"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
|
|
61724
62203
|
"issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
|
|
61725
62204
|
"issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
|
|
@@ -61731,7 +62210,6 @@
|
|
|
61731
62210
|
"notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
|
|
61732
62211
|
"pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
|
|
61733
62212
|
"releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
|
|
61734
|
-
"ssh_url": "git@github.com:octocat/Hello-World.git",
|
|
61735
62213
|
"stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
|
|
61736
62214
|
"statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
|
|
61737
62215
|
"subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
|
|
@@ -61739,145 +62217,7 @@
|
|
|
61739
62217
|
"tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
|
|
61740
62218
|
"teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
|
|
61741
62219
|
"trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
|
|
61742
|
-
"
|
|
61743
|
-
"mirror_url": "git:git.example.com/octocat/Hello-World",
|
|
61744
|
-
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
61745
|
-
"svn_url": "https://svn.github.com/octocat/Hello-World",
|
|
61746
|
-
"homepage": "https://github.com",
|
|
61747
|
-
"language": null,
|
|
61748
|
-
"forks_count": 9,
|
|
61749
|
-
"stargazers_count": 80,
|
|
61750
|
-
"watchers_count": 80,
|
|
61751
|
-
"size": 108,
|
|
61752
|
-
"default_branch": "master",
|
|
61753
|
-
"open_issues_count": 0,
|
|
61754
|
-
"is_template": false,
|
|
61755
|
-
"topics": ["octocat", "atom", "electron", "api"],
|
|
61756
|
-
"has_issues": true,
|
|
61757
|
-
"has_projects": true,
|
|
61758
|
-
"has_wiki": true,
|
|
61759
|
-
"has_pages": false,
|
|
61760
|
-
"has_downloads": true,
|
|
61761
|
-
"archived": false,
|
|
61762
|
-
"disabled": false,
|
|
61763
|
-
"visibility": "public",
|
|
61764
|
-
"pushed_at": "2011-01-26T19:06:43Z",
|
|
61765
|
-
"created_at": "2011-01-26T19:01:12Z",
|
|
61766
|
-
"updated_at": "2011-01-26T19:14:43Z",
|
|
61767
|
-
"permissions": { "admin": false, "push": false, "pull": true },
|
|
61768
|
-
"template_repository": {
|
|
61769
|
-
"id": 1296269,
|
|
61770
|
-
"node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
|
|
61771
|
-
"name": "Hello-World-Template",
|
|
61772
|
-
"full_name": "octocat/Hello-World-Template",
|
|
61773
|
-
"owner": {
|
|
61774
|
-
"login": "octocat",
|
|
61775
|
-
"id": 1,
|
|
61776
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
61777
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
61778
|
-
"gravatar_id": "",
|
|
61779
|
-
"url": "https://api.github.com/users/octocat",
|
|
61780
|
-
"html_url": "https://github.com/octocat",
|
|
61781
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
61782
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
61783
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
61784
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
61785
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
61786
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
61787
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
61788
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
61789
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
61790
|
-
"type": "User",
|
|
61791
|
-
"site_admin": false
|
|
61792
|
-
},
|
|
61793
|
-
"private": false,
|
|
61794
|
-
"html_url": "https://github.com/octocat/Hello-World-Template",
|
|
61795
|
-
"description": "This your first repo!",
|
|
61796
|
-
"fork": false,
|
|
61797
|
-
"url": "https://api.github.com/repos/octocat/Hello-World-Template",
|
|
61798
|
-
"archive_url": "https://api.github.com/repos/octocat/Hello-World-Template/{archive_format}{/ref}",
|
|
61799
|
-
"assignees_url": "https://api.github.com/repos/octocat/Hello-World-Template/assignees{/user}",
|
|
61800
|
-
"blobs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/blobs{/sha}",
|
|
61801
|
-
"branches_url": "https://api.github.com/repos/octocat/Hello-World-Template/branches{/branch}",
|
|
61802
|
-
"collaborators_url": "https://api.github.com/repos/octocat/Hello-World-Template/collaborators{/collaborator}",
|
|
61803
|
-
"comments_url": "https://api.github.com/repos/octocat/Hello-World-Template/comments{/number}",
|
|
61804
|
-
"commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/commits{/sha}",
|
|
61805
|
-
"compare_url": "https://api.github.com/repos/octocat/Hello-World-Template/compare/{base}...{head}",
|
|
61806
|
-
"contents_url": "https://api.github.com/repos/octocat/Hello-World-Template/contents/{+path}",
|
|
61807
|
-
"contributors_url": "https://api.github.com/repos/octocat/Hello-World-Template/contributors",
|
|
61808
|
-
"deployments_url": "https://api.github.com/repos/octocat/Hello-World-Template/deployments",
|
|
61809
|
-
"downloads_url": "https://api.github.com/repos/octocat/Hello-World-Template/downloads",
|
|
61810
|
-
"events_url": "https://api.github.com/repos/octocat/Hello-World-Template/events",
|
|
61811
|
-
"forks_url": "https://api.github.com/repos/octocat/Hello-World-Template/forks",
|
|
61812
|
-
"git_commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/commits{/sha}",
|
|
61813
|
-
"git_refs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/refs{/sha}",
|
|
61814
|
-
"git_tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/tags{/sha}",
|
|
61815
|
-
"git_url": "git:github.com/octocat/Hello-World-Template.git",
|
|
61816
|
-
"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/comments{/number}",
|
|
61817
|
-
"issue_events_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/events{/number}",
|
|
61818
|
-
"issues_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues{/number}",
|
|
61819
|
-
"keys_url": "https://api.github.com/repos/octocat/Hello-World-Template/keys{/key_id}",
|
|
61820
|
-
"labels_url": "https://api.github.com/repos/octocat/Hello-World-Template/labels{/name}",
|
|
61821
|
-
"languages_url": "https://api.github.com/repos/octocat/Hello-World-Template/languages",
|
|
61822
|
-
"merges_url": "https://api.github.com/repos/octocat/Hello-World-Template/merges",
|
|
61823
|
-
"milestones_url": "https://api.github.com/repos/octocat/Hello-World-Template/milestones{/number}",
|
|
61824
|
-
"notifications_url": "https://api.github.com/repos/octocat/Hello-World-Template/notifications{?since,all,participating}",
|
|
61825
|
-
"pulls_url": "https://api.github.com/repos/octocat/Hello-World-Template/pulls{/number}",
|
|
61826
|
-
"releases_url": "https://api.github.com/repos/octocat/Hello-World-Template/releases{/id}",
|
|
61827
|
-
"ssh_url": "git@github.com:octocat/Hello-World-Template.git",
|
|
61828
|
-
"stargazers_url": "https://api.github.com/repos/octocat/Hello-World-Template/stargazers",
|
|
61829
|
-
"statuses_url": "https://api.github.com/repos/octocat/Hello-World-Template/statuses/{sha}",
|
|
61830
|
-
"subscribers_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscribers",
|
|
61831
|
-
"subscription_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscription",
|
|
61832
|
-
"tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/tags",
|
|
61833
|
-
"teams_url": "https://api.github.com/repos/octocat/Hello-World-Template/teams",
|
|
61834
|
-
"trees_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/trees{/sha}",
|
|
61835
|
-
"clone_url": "https://github.com/octocat/Hello-World-Template.git",
|
|
61836
|
-
"mirror_url": "git:git.example.com/octocat/Hello-World-Template",
|
|
61837
|
-
"hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
|
|
61838
|
-
"svn_url": "https://svn.github.com/octocat/Hello-World-Template",
|
|
61839
|
-
"homepage": "https://github.com",
|
|
61840
|
-
"language": null,
|
|
61841
|
-
"forks": 9,
|
|
61842
|
-
"forks_count": 9,
|
|
61843
|
-
"stargazers_count": 80,
|
|
61844
|
-
"watchers_count": 80,
|
|
61845
|
-
"watchers": 80,
|
|
61846
|
-
"size": 108,
|
|
61847
|
-
"default_branch": "master",
|
|
61848
|
-
"open_issues": 0,
|
|
61849
|
-
"open_issues_count": 0,
|
|
61850
|
-
"is_template": true,
|
|
61851
|
-
"license": {
|
|
61852
|
-
"key": "mit",
|
|
61853
|
-
"name": "MIT License",
|
|
61854
|
-
"url": "https://api.github.com/licenses/mit",
|
|
61855
|
-
"spdx_id": "MIT",
|
|
61856
|
-
"node_id": "MDc6TGljZW5zZW1pdA==",
|
|
61857
|
-
"html_url": "https://api.github.com/licenses/mit"
|
|
61858
|
-
},
|
|
61859
|
-
"topics": ["octocat", "atom", "electron", "api"],
|
|
61860
|
-
"has_issues": true,
|
|
61861
|
-
"has_projects": true,
|
|
61862
|
-
"has_wiki": true,
|
|
61863
|
-
"has_pages": false,
|
|
61864
|
-
"has_downloads": true,
|
|
61865
|
-
"archived": false,
|
|
61866
|
-
"disabled": false,
|
|
61867
|
-
"visibility": "public",
|
|
61868
|
-
"pushed_at": "2011-01-26T19:06:43Z",
|
|
61869
|
-
"created_at": "2011-01-26T19:01:12Z",
|
|
61870
|
-
"updated_at": "2011-01-26T19:14:43Z",
|
|
61871
|
-
"permissions": { "admin": false, "push": false, "pull": true },
|
|
61872
|
-
"allow_rebase_merge": true,
|
|
61873
|
-
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
61874
|
-
"allow_squash_merge": true,
|
|
61875
|
-
"allow_auto_merge": false,
|
|
61876
|
-
"delete_branch_on_merge": true,
|
|
61877
|
-
"allow_merge_commit": true,
|
|
61878
|
-
"subscribers_count": 42,
|
|
61879
|
-
"network_count": 0
|
|
61880
|
-
}
|
|
62220
|
+
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks"
|
|
61881
62221
|
}
|
|
61882
62222
|
},
|
|
61883
62223
|
{
|
|
@@ -61940,7 +62280,6 @@
|
|
|
61940
62280
|
"git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
|
|
61941
62281
|
"git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
|
|
61942
62282
|
"git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
|
|
61943
|
-
"git_url": "git:github.com/octocat/Hello-World.git",
|
|
61944
62283
|
"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
|
|
61945
62284
|
"issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
|
|
61946
62285
|
"issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
|
|
@@ -61952,7 +62291,6 @@
|
|
|
61952
62291
|
"notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
|
|
61953
62292
|
"pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
|
|
61954
62293
|
"releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
|
|
61955
|
-
"ssh_url": "git@github.com:octocat/Hello-World.git",
|
|
61956
62294
|
"stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
|
|
61957
62295
|
"statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
|
|
61958
62296
|
"subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
|
|
@@ -61960,145 +62298,7 @@
|
|
|
61960
62298
|
"tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
|
|
61961
62299
|
"teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
|
|
61962
62300
|
"trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
|
|
61963
|
-
"
|
|
61964
|
-
"mirror_url": "git:git.example.com/octocat/Hello-World",
|
|
61965
|
-
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
61966
|
-
"svn_url": "https://svn.github.com/octocat/Hello-World",
|
|
61967
|
-
"homepage": "https://github.com",
|
|
61968
|
-
"language": null,
|
|
61969
|
-
"forks_count": 9,
|
|
61970
|
-
"stargazers_count": 80,
|
|
61971
|
-
"watchers_count": 80,
|
|
61972
|
-
"size": 108,
|
|
61973
|
-
"default_branch": "master",
|
|
61974
|
-
"open_issues_count": 0,
|
|
61975
|
-
"is_template": false,
|
|
61976
|
-
"topics": ["octocat", "atom", "electron", "api"],
|
|
61977
|
-
"has_issues": true,
|
|
61978
|
-
"has_projects": true,
|
|
61979
|
-
"has_wiki": true,
|
|
61980
|
-
"has_pages": false,
|
|
61981
|
-
"has_downloads": true,
|
|
61982
|
-
"archived": false,
|
|
61983
|
-
"disabled": false,
|
|
61984
|
-
"visibility": "public",
|
|
61985
|
-
"pushed_at": "2011-01-26T19:06:43Z",
|
|
61986
|
-
"created_at": "2011-01-26T19:01:12Z",
|
|
61987
|
-
"updated_at": "2011-01-26T19:14:43Z",
|
|
61988
|
-
"permissions": { "admin": false, "push": false, "pull": true },
|
|
61989
|
-
"template_repository": {
|
|
61990
|
-
"id": 1296269,
|
|
61991
|
-
"node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
|
|
61992
|
-
"name": "Hello-World-Template",
|
|
61993
|
-
"full_name": "octocat/Hello-World-Template",
|
|
61994
|
-
"owner": {
|
|
61995
|
-
"login": "octocat",
|
|
61996
|
-
"id": 1,
|
|
61997
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
61998
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
61999
|
-
"gravatar_id": "",
|
|
62000
|
-
"url": "https://api.github.com/users/octocat",
|
|
62001
|
-
"html_url": "https://github.com/octocat",
|
|
62002
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
62003
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
62004
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
62005
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
62006
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
62007
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
62008
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
62009
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
62010
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
62011
|
-
"type": "User",
|
|
62012
|
-
"site_admin": false
|
|
62013
|
-
},
|
|
62014
|
-
"private": false,
|
|
62015
|
-
"html_url": "https://github.com/octocat/Hello-World-Template",
|
|
62016
|
-
"description": "This your first repo!",
|
|
62017
|
-
"fork": false,
|
|
62018
|
-
"url": "https://api.github.com/repos/octocat/Hello-World-Template",
|
|
62019
|
-
"archive_url": "https://api.github.com/repos/octocat/Hello-World-Template/{archive_format}{/ref}",
|
|
62020
|
-
"assignees_url": "https://api.github.com/repos/octocat/Hello-World-Template/assignees{/user}",
|
|
62021
|
-
"blobs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/blobs{/sha}",
|
|
62022
|
-
"branches_url": "https://api.github.com/repos/octocat/Hello-World-Template/branches{/branch}",
|
|
62023
|
-
"collaborators_url": "https://api.github.com/repos/octocat/Hello-World-Template/collaborators{/collaborator}",
|
|
62024
|
-
"comments_url": "https://api.github.com/repos/octocat/Hello-World-Template/comments{/number}",
|
|
62025
|
-
"commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/commits{/sha}",
|
|
62026
|
-
"compare_url": "https://api.github.com/repos/octocat/Hello-World-Template/compare/{base}...{head}",
|
|
62027
|
-
"contents_url": "https://api.github.com/repos/octocat/Hello-World-Template/contents/{+path}",
|
|
62028
|
-
"contributors_url": "https://api.github.com/repos/octocat/Hello-World-Template/contributors",
|
|
62029
|
-
"deployments_url": "https://api.github.com/repos/octocat/Hello-World-Template/deployments",
|
|
62030
|
-
"downloads_url": "https://api.github.com/repos/octocat/Hello-World-Template/downloads",
|
|
62031
|
-
"events_url": "https://api.github.com/repos/octocat/Hello-World-Template/events",
|
|
62032
|
-
"forks_url": "https://api.github.com/repos/octocat/Hello-World-Template/forks",
|
|
62033
|
-
"git_commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/commits{/sha}",
|
|
62034
|
-
"git_refs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/refs{/sha}",
|
|
62035
|
-
"git_tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/tags{/sha}",
|
|
62036
|
-
"git_url": "git:github.com/octocat/Hello-World-Template.git",
|
|
62037
|
-
"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/comments{/number}",
|
|
62038
|
-
"issue_events_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/events{/number}",
|
|
62039
|
-
"issues_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues{/number}",
|
|
62040
|
-
"keys_url": "https://api.github.com/repos/octocat/Hello-World-Template/keys{/key_id}",
|
|
62041
|
-
"labels_url": "https://api.github.com/repos/octocat/Hello-World-Template/labels{/name}",
|
|
62042
|
-
"languages_url": "https://api.github.com/repos/octocat/Hello-World-Template/languages",
|
|
62043
|
-
"merges_url": "https://api.github.com/repos/octocat/Hello-World-Template/merges",
|
|
62044
|
-
"milestones_url": "https://api.github.com/repos/octocat/Hello-World-Template/milestones{/number}",
|
|
62045
|
-
"notifications_url": "https://api.github.com/repos/octocat/Hello-World-Template/notifications{?since,all,participating}",
|
|
62046
|
-
"pulls_url": "https://api.github.com/repos/octocat/Hello-World-Template/pulls{/number}",
|
|
62047
|
-
"releases_url": "https://api.github.com/repos/octocat/Hello-World-Template/releases{/id}",
|
|
62048
|
-
"ssh_url": "git@github.com:octocat/Hello-World-Template.git",
|
|
62049
|
-
"stargazers_url": "https://api.github.com/repos/octocat/Hello-World-Template/stargazers",
|
|
62050
|
-
"statuses_url": "https://api.github.com/repos/octocat/Hello-World-Template/statuses/{sha}",
|
|
62051
|
-
"subscribers_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscribers",
|
|
62052
|
-
"subscription_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscription",
|
|
62053
|
-
"tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/tags",
|
|
62054
|
-
"teams_url": "https://api.github.com/repos/octocat/Hello-World-Template/teams",
|
|
62055
|
-
"trees_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/trees{/sha}",
|
|
62056
|
-
"clone_url": "https://github.com/octocat/Hello-World-Template.git",
|
|
62057
|
-
"mirror_url": "git:git.example.com/octocat/Hello-World-Template",
|
|
62058
|
-
"hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
|
|
62059
|
-
"svn_url": "https://svn.github.com/octocat/Hello-World-Template",
|
|
62060
|
-
"homepage": "https://github.com",
|
|
62061
|
-
"language": null,
|
|
62062
|
-
"forks": 9,
|
|
62063
|
-
"forks_count": 9,
|
|
62064
|
-
"stargazers_count": 80,
|
|
62065
|
-
"watchers_count": 80,
|
|
62066
|
-
"watchers": 80,
|
|
62067
|
-
"size": 108,
|
|
62068
|
-
"default_branch": "master",
|
|
62069
|
-
"open_issues": 0,
|
|
62070
|
-
"open_issues_count": 0,
|
|
62071
|
-
"is_template": true,
|
|
62072
|
-
"license": {
|
|
62073
|
-
"key": "mit",
|
|
62074
|
-
"name": "MIT License",
|
|
62075
|
-
"url": "https://api.github.com/licenses/mit",
|
|
62076
|
-
"spdx_id": "MIT",
|
|
62077
|
-
"node_id": "MDc6TGljZW5zZW1pdA==",
|
|
62078
|
-
"html_url": "https://api.github.com/licenses/mit"
|
|
62079
|
-
},
|
|
62080
|
-
"topics": ["octocat", "atom", "electron", "api"],
|
|
62081
|
-
"has_issues": true,
|
|
62082
|
-
"has_projects": true,
|
|
62083
|
-
"has_wiki": true,
|
|
62084
|
-
"has_pages": false,
|
|
62085
|
-
"has_downloads": true,
|
|
62086
|
-
"archived": false,
|
|
62087
|
-
"disabled": false,
|
|
62088
|
-
"visibility": "public",
|
|
62089
|
-
"pushed_at": "2011-01-26T19:06:43Z",
|
|
62090
|
-
"created_at": "2011-01-26T19:01:12Z",
|
|
62091
|
-
"updated_at": "2011-01-26T19:14:43Z",
|
|
62092
|
-
"permissions": { "admin": false, "push": false, "pull": true },
|
|
62093
|
-
"allow_rebase_merge": true,
|
|
62094
|
-
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
62095
|
-
"allow_squash_merge": true,
|
|
62096
|
-
"allow_auto_merge": false,
|
|
62097
|
-
"delete_branch_on_merge": true,
|
|
62098
|
-
"allow_merge_commit": true,
|
|
62099
|
-
"subscribers_count": 42,
|
|
62100
|
-
"network_count": 0
|
|
62101
|
-
}
|
|
62301
|
+
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks"
|
|
62102
62302
|
}
|
|
62103
62303
|
}
|
|
62104
62304
|
]
|
|
@@ -62106,6 +62306,7 @@
|
|
|
62106
62306
|
"advanced-security-active-committers": {
|
|
62107
62307
|
"value": {
|
|
62108
62308
|
"total_advanced_security_committers": 2,
|
|
62309
|
+
"total_count": 2,
|
|
62109
62310
|
"repositories": [
|
|
62110
62311
|
{
|
|
62111
62312
|
"name": "octocat-org/Hello-World",
|
|
@@ -64012,7 +64213,6 @@
|
|
|
64012
64213
|
"git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
|
|
64013
64214
|
"git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
|
|
64014
64215
|
"git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
|
|
64015
|
-
"git_url": "git:github.com/octocat/Hello-World.git",
|
|
64016
64216
|
"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
|
|
64017
64217
|
"issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
|
|
64018
64218
|
"issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
|
|
@@ -64024,7 +64224,6 @@
|
|
|
64024
64224
|
"notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
|
|
64025
64225
|
"pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
|
|
64026
64226
|
"releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
|
|
64027
|
-
"ssh_url": "git@github.com:octocat/Hello-World.git",
|
|
64028
64227
|
"stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
|
|
64029
64228
|
"statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
|
|
64030
64229
|
"subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
|
|
@@ -64032,145 +64231,7 @@
|
|
|
64032
64231
|
"tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
|
|
64033
64232
|
"teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
|
|
64034
64233
|
"trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
|
|
64035
|
-
"
|
|
64036
|
-
"mirror_url": "git:git.example.com/octocat/Hello-World",
|
|
64037
|
-
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
64038
|
-
"svn_url": "https://svn.github.com/octocat/Hello-World",
|
|
64039
|
-
"homepage": "https://github.com",
|
|
64040
|
-
"language": null,
|
|
64041
|
-
"forks_count": 9,
|
|
64042
|
-
"stargazers_count": 80,
|
|
64043
|
-
"watchers_count": 80,
|
|
64044
|
-
"size": 108,
|
|
64045
|
-
"default_branch": "master",
|
|
64046
|
-
"open_issues_count": 0,
|
|
64047
|
-
"is_template": false,
|
|
64048
|
-
"topics": ["octocat", "atom", "electron", "api"],
|
|
64049
|
-
"has_issues": true,
|
|
64050
|
-
"has_projects": true,
|
|
64051
|
-
"has_wiki": true,
|
|
64052
|
-
"has_pages": false,
|
|
64053
|
-
"has_downloads": true,
|
|
64054
|
-
"archived": false,
|
|
64055
|
-
"disabled": false,
|
|
64056
|
-
"visibility": "public",
|
|
64057
|
-
"pushed_at": "2011-01-26T19:06:43Z",
|
|
64058
|
-
"created_at": "2011-01-26T19:01:12Z",
|
|
64059
|
-
"updated_at": "2011-01-26T19:14:43Z",
|
|
64060
|
-
"permissions": { "admin": false, "push": false, "pull": true },
|
|
64061
|
-
"template_repository": {
|
|
64062
|
-
"id": 1296269,
|
|
64063
|
-
"node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
|
|
64064
|
-
"name": "Hello-World-Template",
|
|
64065
|
-
"full_name": "octocat/Hello-World-Template",
|
|
64066
|
-
"owner": {
|
|
64067
|
-
"login": "octocat",
|
|
64068
|
-
"id": 1,
|
|
64069
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
64070
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
64071
|
-
"gravatar_id": "",
|
|
64072
|
-
"url": "https://api.github.com/users/octocat",
|
|
64073
|
-
"html_url": "https://github.com/octocat",
|
|
64074
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
64075
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
64076
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
64077
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
64078
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
64079
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
64080
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
64081
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
64082
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
64083
|
-
"type": "User",
|
|
64084
|
-
"site_admin": false
|
|
64085
|
-
},
|
|
64086
|
-
"private": false,
|
|
64087
|
-
"html_url": "https://github.com/octocat/Hello-World-Template",
|
|
64088
|
-
"description": "This your first repo!",
|
|
64089
|
-
"fork": false,
|
|
64090
|
-
"url": "https://api.github.com/repos/octocat/Hello-World-Template",
|
|
64091
|
-
"archive_url": "https://api.github.com/repos/octocat/Hello-World-Template/{archive_format}{/ref}",
|
|
64092
|
-
"assignees_url": "https://api.github.com/repos/octocat/Hello-World-Template/assignees{/user}",
|
|
64093
|
-
"blobs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/blobs{/sha}",
|
|
64094
|
-
"branches_url": "https://api.github.com/repos/octocat/Hello-World-Template/branches{/branch}",
|
|
64095
|
-
"collaborators_url": "https://api.github.com/repos/octocat/Hello-World-Template/collaborators{/collaborator}",
|
|
64096
|
-
"comments_url": "https://api.github.com/repos/octocat/Hello-World-Template/comments{/number}",
|
|
64097
|
-
"commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/commits{/sha}",
|
|
64098
|
-
"compare_url": "https://api.github.com/repos/octocat/Hello-World-Template/compare/{base}...{head}",
|
|
64099
|
-
"contents_url": "https://api.github.com/repos/octocat/Hello-World-Template/contents/{+path}",
|
|
64100
|
-
"contributors_url": "https://api.github.com/repos/octocat/Hello-World-Template/contributors",
|
|
64101
|
-
"deployments_url": "https://api.github.com/repos/octocat/Hello-World-Template/deployments",
|
|
64102
|
-
"downloads_url": "https://api.github.com/repos/octocat/Hello-World-Template/downloads",
|
|
64103
|
-
"events_url": "https://api.github.com/repos/octocat/Hello-World-Template/events",
|
|
64104
|
-
"forks_url": "https://api.github.com/repos/octocat/Hello-World-Template/forks",
|
|
64105
|
-
"git_commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/commits{/sha}",
|
|
64106
|
-
"git_refs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/refs{/sha}",
|
|
64107
|
-
"git_tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/tags{/sha}",
|
|
64108
|
-
"git_url": "git:github.com/octocat/Hello-World-Template.git",
|
|
64109
|
-
"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/comments{/number}",
|
|
64110
|
-
"issue_events_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/events{/number}",
|
|
64111
|
-
"issues_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues{/number}",
|
|
64112
|
-
"keys_url": "https://api.github.com/repos/octocat/Hello-World-Template/keys{/key_id}",
|
|
64113
|
-
"labels_url": "https://api.github.com/repos/octocat/Hello-World-Template/labels{/name}",
|
|
64114
|
-
"languages_url": "https://api.github.com/repos/octocat/Hello-World-Template/languages",
|
|
64115
|
-
"merges_url": "https://api.github.com/repos/octocat/Hello-World-Template/merges",
|
|
64116
|
-
"milestones_url": "https://api.github.com/repos/octocat/Hello-World-Template/milestones{/number}",
|
|
64117
|
-
"notifications_url": "https://api.github.com/repos/octocat/Hello-World-Template/notifications{?since,all,participating}",
|
|
64118
|
-
"pulls_url": "https://api.github.com/repos/octocat/Hello-World-Template/pulls{/number}",
|
|
64119
|
-
"releases_url": "https://api.github.com/repos/octocat/Hello-World-Template/releases{/id}",
|
|
64120
|
-
"ssh_url": "git@github.com:octocat/Hello-World-Template.git",
|
|
64121
|
-
"stargazers_url": "https://api.github.com/repos/octocat/Hello-World-Template/stargazers",
|
|
64122
|
-
"statuses_url": "https://api.github.com/repos/octocat/Hello-World-Template/statuses/{sha}",
|
|
64123
|
-
"subscribers_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscribers",
|
|
64124
|
-
"subscription_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscription",
|
|
64125
|
-
"tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/tags",
|
|
64126
|
-
"teams_url": "https://api.github.com/repos/octocat/Hello-World-Template/teams",
|
|
64127
|
-
"trees_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/trees{/sha}",
|
|
64128
|
-
"clone_url": "https://github.com/octocat/Hello-World-Template.git",
|
|
64129
|
-
"mirror_url": "git:git.example.com/octocat/Hello-World-Template",
|
|
64130
|
-
"hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
|
|
64131
|
-
"svn_url": "https://svn.github.com/octocat/Hello-World-Template",
|
|
64132
|
-
"homepage": "https://github.com",
|
|
64133
|
-
"language": null,
|
|
64134
|
-
"forks": 9,
|
|
64135
|
-
"forks_count": 9,
|
|
64136
|
-
"stargazers_count": 80,
|
|
64137
|
-
"watchers_count": 80,
|
|
64138
|
-
"watchers": 80,
|
|
64139
|
-
"size": 108,
|
|
64140
|
-
"default_branch": "master",
|
|
64141
|
-
"open_issues": 0,
|
|
64142
|
-
"open_issues_count": 0,
|
|
64143
|
-
"is_template": true,
|
|
64144
|
-
"license": {
|
|
64145
|
-
"key": "mit",
|
|
64146
|
-
"name": "MIT License",
|
|
64147
|
-
"url": "https://api.github.com/licenses/mit",
|
|
64148
|
-
"spdx_id": "MIT",
|
|
64149
|
-
"node_id": "MDc6TGljZW5zZW1pdA==",
|
|
64150
|
-
"html_url": "https://api.github.com/licenses/mit"
|
|
64151
|
-
},
|
|
64152
|
-
"topics": ["octocat", "atom", "electron", "api"],
|
|
64153
|
-
"has_issues": true,
|
|
64154
|
-
"has_projects": true,
|
|
64155
|
-
"has_wiki": true,
|
|
64156
|
-
"has_pages": false,
|
|
64157
|
-
"has_downloads": true,
|
|
64158
|
-
"archived": false,
|
|
64159
|
-
"disabled": false,
|
|
64160
|
-
"visibility": "public",
|
|
64161
|
-
"pushed_at": "2011-01-26T19:06:43Z",
|
|
64162
|
-
"created_at": "2011-01-26T19:01:12Z",
|
|
64163
|
-
"updated_at": "2011-01-26T19:14:43Z",
|
|
64164
|
-
"permissions": { "admin": false, "push": false, "pull": true },
|
|
64165
|
-
"allow_rebase_merge": true,
|
|
64166
|
-
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
64167
|
-
"allow_squash_merge": true,
|
|
64168
|
-
"allow_auto_merge": false,
|
|
64169
|
-
"delete_branch_on_merge": true,
|
|
64170
|
-
"allow_merge_commit": true,
|
|
64171
|
-
"subscribers_count": 42,
|
|
64172
|
-
"network_count": 0
|
|
64173
|
-
}
|
|
64234
|
+
"svn_url": "https://svn.github.com/octocat/Hello-World"
|
|
64174
64235
|
}
|
|
64175
64236
|
},
|
|
64176
64237
|
{
|
|
@@ -64275,7 +64336,6 @@
|
|
|
64275
64336
|
"git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
|
|
64276
64337
|
"git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
|
|
64277
64338
|
"git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
|
|
64278
|
-
"git_url": "git:github.com/octocat/Hello-World.git",
|
|
64279
64339
|
"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
|
|
64280
64340
|
"issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
|
|
64281
64341
|
"issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
|
|
@@ -64287,7 +64347,6 @@
|
|
|
64287
64347
|
"notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
|
|
64288
64348
|
"pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
|
|
64289
64349
|
"releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
|
|
64290
|
-
"ssh_url": "git@github.com:octocat/Hello-World.git",
|
|
64291
64350
|
"stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
|
|
64292
64351
|
"statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
|
|
64293
64352
|
"subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
|
|
@@ -64295,145 +64354,7 @@
|
|
|
64295
64354
|
"tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
|
|
64296
64355
|
"teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
|
|
64297
64356
|
"trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
|
|
64298
|
-
"
|
|
64299
|
-
"mirror_url": "git:git.example.com/octocat/Hello-World",
|
|
64300
|
-
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
64301
|
-
"svn_url": "https://svn.github.com/octocat/Hello-World",
|
|
64302
|
-
"homepage": "https://github.com",
|
|
64303
|
-
"language": null,
|
|
64304
|
-
"forks_count": 9,
|
|
64305
|
-
"stargazers_count": 80,
|
|
64306
|
-
"watchers_count": 80,
|
|
64307
|
-
"size": 108,
|
|
64308
|
-
"default_branch": "master",
|
|
64309
|
-
"open_issues_count": 0,
|
|
64310
|
-
"is_template": false,
|
|
64311
|
-
"topics": ["octocat", "atom", "electron", "api"],
|
|
64312
|
-
"has_issues": true,
|
|
64313
|
-
"has_projects": true,
|
|
64314
|
-
"has_wiki": true,
|
|
64315
|
-
"has_pages": false,
|
|
64316
|
-
"has_downloads": true,
|
|
64317
|
-
"archived": false,
|
|
64318
|
-
"disabled": false,
|
|
64319
|
-
"visibility": "public",
|
|
64320
|
-
"pushed_at": "2011-01-26T19:06:43Z",
|
|
64321
|
-
"created_at": "2011-01-26T19:01:12Z",
|
|
64322
|
-
"updated_at": "2011-01-26T19:14:43Z",
|
|
64323
|
-
"permissions": { "admin": false, "push": false, "pull": true },
|
|
64324
|
-
"template_repository": {
|
|
64325
|
-
"id": 1296269,
|
|
64326
|
-
"node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
|
|
64327
|
-
"name": "Hello-World-Template",
|
|
64328
|
-
"full_name": "octocat/Hello-World-Template",
|
|
64329
|
-
"owner": {
|
|
64330
|
-
"login": "octocat",
|
|
64331
|
-
"id": 1,
|
|
64332
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
64333
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
64334
|
-
"gravatar_id": "",
|
|
64335
|
-
"url": "https://api.github.com/users/octocat",
|
|
64336
|
-
"html_url": "https://github.com/octocat",
|
|
64337
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
64338
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
64339
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
64340
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
64341
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
64342
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
64343
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
64344
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
64345
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
64346
|
-
"type": "User",
|
|
64347
|
-
"site_admin": false
|
|
64348
|
-
},
|
|
64349
|
-
"private": false,
|
|
64350
|
-
"html_url": "https://github.com/octocat/Hello-World-Template",
|
|
64351
|
-
"description": "This your first repo!",
|
|
64352
|
-
"fork": false,
|
|
64353
|
-
"url": "https://api.github.com/repos/octocat/Hello-World-Template",
|
|
64354
|
-
"archive_url": "https://api.github.com/repos/octocat/Hello-World-Template/{archive_format}{/ref}",
|
|
64355
|
-
"assignees_url": "https://api.github.com/repos/octocat/Hello-World-Template/assignees{/user}",
|
|
64356
|
-
"blobs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/blobs{/sha}",
|
|
64357
|
-
"branches_url": "https://api.github.com/repos/octocat/Hello-World-Template/branches{/branch}",
|
|
64358
|
-
"collaborators_url": "https://api.github.com/repos/octocat/Hello-World-Template/collaborators{/collaborator}",
|
|
64359
|
-
"comments_url": "https://api.github.com/repos/octocat/Hello-World-Template/comments{/number}",
|
|
64360
|
-
"commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/commits{/sha}",
|
|
64361
|
-
"compare_url": "https://api.github.com/repos/octocat/Hello-World-Template/compare/{base}...{head}",
|
|
64362
|
-
"contents_url": "https://api.github.com/repos/octocat/Hello-World-Template/contents/{+path}",
|
|
64363
|
-
"contributors_url": "https://api.github.com/repos/octocat/Hello-World-Template/contributors",
|
|
64364
|
-
"deployments_url": "https://api.github.com/repos/octocat/Hello-World-Template/deployments",
|
|
64365
|
-
"downloads_url": "https://api.github.com/repos/octocat/Hello-World-Template/downloads",
|
|
64366
|
-
"events_url": "https://api.github.com/repos/octocat/Hello-World-Template/events",
|
|
64367
|
-
"forks_url": "https://api.github.com/repos/octocat/Hello-World-Template/forks",
|
|
64368
|
-
"git_commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/commits{/sha}",
|
|
64369
|
-
"git_refs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/refs{/sha}",
|
|
64370
|
-
"git_tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/tags{/sha}",
|
|
64371
|
-
"git_url": "git:github.com/octocat/Hello-World-Template.git",
|
|
64372
|
-
"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/comments{/number}",
|
|
64373
|
-
"issue_events_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/events{/number}",
|
|
64374
|
-
"issues_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues{/number}",
|
|
64375
|
-
"keys_url": "https://api.github.com/repos/octocat/Hello-World-Template/keys{/key_id}",
|
|
64376
|
-
"labels_url": "https://api.github.com/repos/octocat/Hello-World-Template/labels{/name}",
|
|
64377
|
-
"languages_url": "https://api.github.com/repos/octocat/Hello-World-Template/languages",
|
|
64378
|
-
"merges_url": "https://api.github.com/repos/octocat/Hello-World-Template/merges",
|
|
64379
|
-
"milestones_url": "https://api.github.com/repos/octocat/Hello-World-Template/milestones{/number}",
|
|
64380
|
-
"notifications_url": "https://api.github.com/repos/octocat/Hello-World-Template/notifications{?since,all,participating}",
|
|
64381
|
-
"pulls_url": "https://api.github.com/repos/octocat/Hello-World-Template/pulls{/number}",
|
|
64382
|
-
"releases_url": "https://api.github.com/repos/octocat/Hello-World-Template/releases{/id}",
|
|
64383
|
-
"ssh_url": "git@github.com:octocat/Hello-World-Template.git",
|
|
64384
|
-
"stargazers_url": "https://api.github.com/repos/octocat/Hello-World-Template/stargazers",
|
|
64385
|
-
"statuses_url": "https://api.github.com/repos/octocat/Hello-World-Template/statuses/{sha}",
|
|
64386
|
-
"subscribers_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscribers",
|
|
64387
|
-
"subscription_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscription",
|
|
64388
|
-
"tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/tags",
|
|
64389
|
-
"teams_url": "https://api.github.com/repos/octocat/Hello-World-Template/teams",
|
|
64390
|
-
"trees_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/trees{/sha}",
|
|
64391
|
-
"clone_url": "https://github.com/octocat/Hello-World-Template.git",
|
|
64392
|
-
"mirror_url": "git:git.example.com/octocat/Hello-World-Template",
|
|
64393
|
-
"hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
|
|
64394
|
-
"svn_url": "https://svn.github.com/octocat/Hello-World-Template",
|
|
64395
|
-
"homepage": "https://github.com",
|
|
64396
|
-
"language": null,
|
|
64397
|
-
"forks": 9,
|
|
64398
|
-
"forks_count": 9,
|
|
64399
|
-
"stargazers_count": 80,
|
|
64400
|
-
"watchers_count": 80,
|
|
64401
|
-
"watchers": 80,
|
|
64402
|
-
"size": 108,
|
|
64403
|
-
"default_branch": "master",
|
|
64404
|
-
"open_issues": 0,
|
|
64405
|
-
"open_issues_count": 0,
|
|
64406
|
-
"is_template": true,
|
|
64407
|
-
"license": {
|
|
64408
|
-
"key": "mit",
|
|
64409
|
-
"name": "MIT License",
|
|
64410
|
-
"url": "https://api.github.com/licenses/mit",
|
|
64411
|
-
"spdx_id": "MIT",
|
|
64412
|
-
"node_id": "MDc6TGljZW5zZW1pdA==",
|
|
64413
|
-
"html_url": "https://api.github.com/licenses/mit"
|
|
64414
|
-
},
|
|
64415
|
-
"topics": ["octocat", "atom", "electron", "api"],
|
|
64416
|
-
"has_issues": true,
|
|
64417
|
-
"has_projects": true,
|
|
64418
|
-
"has_wiki": true,
|
|
64419
|
-
"has_pages": false,
|
|
64420
|
-
"has_downloads": true,
|
|
64421
|
-
"archived": false,
|
|
64422
|
-
"disabled": false,
|
|
64423
|
-
"visibility": "public",
|
|
64424
|
-
"pushed_at": "2011-01-26T19:06:43Z",
|
|
64425
|
-
"created_at": "2011-01-26T19:01:12Z",
|
|
64426
|
-
"updated_at": "2011-01-26T19:14:43Z",
|
|
64427
|
-
"permissions": { "admin": false, "push": false, "pull": true },
|
|
64428
|
-
"allow_rebase_merge": true,
|
|
64429
|
-
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
64430
|
-
"allow_squash_merge": true,
|
|
64431
|
-
"allow_auto_merge": false,
|
|
64432
|
-
"delete_branch_on_merge": true,
|
|
64433
|
-
"allow_merge_commit": true,
|
|
64434
|
-
"subscribers_count": 42,
|
|
64435
|
-
"network_count": 0
|
|
64436
|
-
}
|
|
64357
|
+
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks"
|
|
64437
64358
|
}
|
|
64438
64359
|
}
|
|
64439
64360
|
]
|
|
@@ -64479,6 +64400,69 @@
|
|
|
64479
64400
|
"selected_repositories_url": "https://api.github.com/orgs/octo-org/dependabot/secrets/NPM_TOKEN/repositories"
|
|
64480
64401
|
}
|
|
64481
64402
|
},
|
|
64403
|
+
"public-org-events-items": {
|
|
64404
|
+
"value": [
|
|
64405
|
+
{
|
|
64406
|
+
"id": "22237752260",
|
|
64407
|
+
"type": "WatchEvent",
|
|
64408
|
+
"actor": {
|
|
64409
|
+
"id": 583231,
|
|
64410
|
+
"login": "octocat",
|
|
64411
|
+
"display_login": "octocat",
|
|
64412
|
+
"gravatar_id": "",
|
|
64413
|
+
"url": "https://api.github.com/users/octocat",
|
|
64414
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
|
|
64415
|
+
},
|
|
64416
|
+
"repo": {
|
|
64417
|
+
"id": 1296269,
|
|
64418
|
+
"name": "octo-org/octo-repo",
|
|
64419
|
+
"url": "https://api.github.com/repos/octo-org/octo-repo"
|
|
64420
|
+
},
|
|
64421
|
+
"payload": { "action": "started" },
|
|
64422
|
+
"public": true,
|
|
64423
|
+
"created_at": "2022-06-08T23:29:25Z"
|
|
64424
|
+
},
|
|
64425
|
+
{
|
|
64426
|
+
"id": "22249084964",
|
|
64427
|
+
"type": "PushEvent",
|
|
64428
|
+
"actor": {
|
|
64429
|
+
"id": 583231,
|
|
64430
|
+
"login": "octocat",
|
|
64431
|
+
"display_login": "octocat",
|
|
64432
|
+
"gravatar_id": "",
|
|
64433
|
+
"url": "https://api.github.com/users/octocat",
|
|
64434
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
|
|
64435
|
+
},
|
|
64436
|
+
"repo": {
|
|
64437
|
+
"id": 1296269,
|
|
64438
|
+
"name": "octo-org/octo-repo",
|
|
64439
|
+
"url": "https://api.github.com/repos/octo-org/oct-repo"
|
|
64440
|
+
},
|
|
64441
|
+
"payload": {
|
|
64442
|
+
"push_id": 10115855396,
|
|
64443
|
+
"size": 1,
|
|
64444
|
+
"distinct_size": 1,
|
|
64445
|
+
"ref": "refs/heads/master",
|
|
64446
|
+
"head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
|
|
64447
|
+
"before": "883efe034920928c47fe18598c01249d1a9fdabd",
|
|
64448
|
+
"commits": [
|
|
64449
|
+
{
|
|
64450
|
+
"sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
|
|
64451
|
+
"author": {
|
|
64452
|
+
"email": "octocat@github.com",
|
|
64453
|
+
"name": "Monalisa Octocat"
|
|
64454
|
+
},
|
|
64455
|
+
"message": "commit",
|
|
64456
|
+
"distinct": true,
|
|
64457
|
+
"url": "https://api.github.com/repos/octo-org/oct-repo/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
|
|
64458
|
+
}
|
|
64459
|
+
]
|
|
64460
|
+
},
|
|
64461
|
+
"public": true,
|
|
64462
|
+
"created_at": "2022-06-09T12:47:28Z"
|
|
64463
|
+
}
|
|
64464
|
+
]
|
|
64465
|
+
},
|
|
64482
64466
|
"org-hook-items": {
|
|
64483
64467
|
"value": [
|
|
64484
64468
|
{
|
|
@@ -72264,6 +72248,69 @@
|
|
|
72264
72248
|
}
|
|
72265
72249
|
}
|
|
72266
72250
|
},
|
|
72251
|
+
"repo-events-items": {
|
|
72252
|
+
"value": [
|
|
72253
|
+
{
|
|
72254
|
+
"id": "22249084964",
|
|
72255
|
+
"type": "PushEvent",
|
|
72256
|
+
"actor": {
|
|
72257
|
+
"id": 583231,
|
|
72258
|
+
"login": "octocat",
|
|
72259
|
+
"display_login": "octocat",
|
|
72260
|
+
"gravatar_id": "",
|
|
72261
|
+
"url": "https://api.github.com/users/octocat",
|
|
72262
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
|
|
72263
|
+
},
|
|
72264
|
+
"repo": {
|
|
72265
|
+
"id": 1296269,
|
|
72266
|
+
"name": "octocat/Hello-World",
|
|
72267
|
+
"url": "https://api.github.com/repos/octocat/Hello-World"
|
|
72268
|
+
},
|
|
72269
|
+
"payload": {
|
|
72270
|
+
"push_id": 10115855396,
|
|
72271
|
+
"size": 1,
|
|
72272
|
+
"distinct_size": 1,
|
|
72273
|
+
"ref": "refs/heads/master",
|
|
72274
|
+
"head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
|
|
72275
|
+
"before": "883efe034920928c47fe18598c01249d1a9fdabd",
|
|
72276
|
+
"commits": [
|
|
72277
|
+
{
|
|
72278
|
+
"sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
|
|
72279
|
+
"author": {
|
|
72280
|
+
"email": "octocat@github.com",
|
|
72281
|
+
"name": "Monalisa Octocat"
|
|
72282
|
+
},
|
|
72283
|
+
"message": "commit",
|
|
72284
|
+
"distinct": true,
|
|
72285
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
|
|
72286
|
+
}
|
|
72287
|
+
]
|
|
72288
|
+
},
|
|
72289
|
+
"public": true,
|
|
72290
|
+
"created_at": "2022-06-09T12:47:28Z"
|
|
72291
|
+
},
|
|
72292
|
+
{
|
|
72293
|
+
"id": "22237752260",
|
|
72294
|
+
"type": "WatchEvent",
|
|
72295
|
+
"actor": {
|
|
72296
|
+
"id": 583231,
|
|
72297
|
+
"login": "octocat",
|
|
72298
|
+
"display_login": "octocat",
|
|
72299
|
+
"gravatar_id": "",
|
|
72300
|
+
"url": "https://api.github.com/users/octocat",
|
|
72301
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
|
|
72302
|
+
},
|
|
72303
|
+
"repo": {
|
|
72304
|
+
"id": 1296269,
|
|
72305
|
+
"name": "octocat/Hello-World",
|
|
72306
|
+
"url": "https://api.github.com/repos/octocat/Hello-World"
|
|
72307
|
+
},
|
|
72308
|
+
"payload": { "action": "started" },
|
|
72309
|
+
"public": true,
|
|
72310
|
+
"created_at": "2022-06-08T23:29:25Z"
|
|
72311
|
+
}
|
|
72312
|
+
]
|
|
72313
|
+
},
|
|
72267
72314
|
"minimal-repository-items-2": {
|
|
72268
72315
|
"value": [
|
|
72269
72316
|
{
|