@octokit/openapi 6.1.4 → 6.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/generated/api.github.com.deref.json +19628 -17725
- package/generated/api.github.com.json +1 -1
- 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 +1 -1
package/generated/ghes-3.3.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.2.0",
|
|
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" },
|
|
@@ -8506,7 +8506,8 @@
|
|
|
8506
8506
|
"description": "Response when creating a secret",
|
|
8507
8507
|
"content": {
|
|
8508
8508
|
"application/json": {
|
|
8509
|
-
"schema": { "$ref": "#/components/schemas/empty-object" }
|
|
8509
|
+
"schema": { "$ref": "#/components/schemas/empty-object" },
|
|
8510
|
+
"examples": { "default": { "value": null } }
|
|
8510
8511
|
}
|
|
8511
8512
|
}
|
|
8512
8513
|
},
|
|
@@ -8779,6 +8780,11 @@
|
|
|
8779
8780
|
"schema": {
|
|
8780
8781
|
"type": "array",
|
|
8781
8782
|
"items": { "$ref": "#/components/schemas/event" }
|
|
8783
|
+
},
|
|
8784
|
+
"examples": {
|
|
8785
|
+
"200-response": {
|
|
8786
|
+
"$ref": "#/components/examples/public-org-events-items"
|
|
8787
|
+
}
|
|
8782
8788
|
}
|
|
8783
8789
|
}
|
|
8784
8790
|
}
|
|
@@ -13905,7 +13911,8 @@
|
|
|
13905
13911
|
"headers": {
|
|
13906
13912
|
"Location": { "$ref": "#/components/headers/location" }
|
|
13907
13913
|
}
|
|
13908
|
-
}
|
|
13914
|
+
},
|
|
13915
|
+
"410": { "$ref": "#/components/responses/gone" }
|
|
13909
13916
|
},
|
|
13910
13917
|
"x-github": {
|
|
13911
13918
|
"githubCloudOnly": false,
|
|
@@ -21599,6 +21606,11 @@
|
|
|
21599
21606
|
"schema": {
|
|
21600
21607
|
"type": "array",
|
|
21601
21608
|
"items": { "$ref": "#/components/schemas/event" }
|
|
21609
|
+
},
|
|
21610
|
+
"examples": {
|
|
21611
|
+
"200-response": {
|
|
21612
|
+
"$ref": "#/components/examples/repo-events-items"
|
|
21613
|
+
}
|
|
21602
21614
|
}
|
|
21603
21615
|
}
|
|
21604
21616
|
}
|
|
@@ -31094,7 +31106,8 @@
|
|
|
31094
31106
|
"description": "Response when creating a secret",
|
|
31095
31107
|
"content": {
|
|
31096
31108
|
"application/json": {
|
|
31097
|
-
"schema": { "$ref": "#/components/schemas/empty-object" }
|
|
31109
|
+
"schema": { "$ref": "#/components/schemas/empty-object" },
|
|
31110
|
+
"examples": { "default": { "value": null } }
|
|
31098
31111
|
}
|
|
31099
31112
|
}
|
|
31100
31113
|
},
|
|
@@ -34073,6 +34086,18 @@
|
|
|
34073
34086
|
}
|
|
34074
34087
|
}
|
|
34075
34088
|
]
|
|
34089
|
+
},
|
|
34090
|
+
"examples": {
|
|
34091
|
+
"default": {
|
|
34092
|
+
"summary": "Example adding multiple email addresses",
|
|
34093
|
+
"value": {
|
|
34094
|
+
"emails": [
|
|
34095
|
+
"octocat@github.com",
|
|
34096
|
+
"mona@github.com",
|
|
34097
|
+
"octocat@octocat.org"
|
|
34098
|
+
]
|
|
34099
|
+
}
|
|
34100
|
+
}
|
|
34076
34101
|
}
|
|
34077
34102
|
}
|
|
34078
34103
|
}
|
|
@@ -34149,6 +34174,14 @@
|
|
|
34149
34174
|
"required": ["emails"]
|
|
34150
34175
|
}
|
|
34151
34176
|
]
|
|
34177
|
+
},
|
|
34178
|
+
"examples": {
|
|
34179
|
+
"default": {
|
|
34180
|
+
"summary": "Example deleting multiple email accounts",
|
|
34181
|
+
"value": {
|
|
34182
|
+
"emails": ["octocat@github.com", "mona@github.com"]
|
|
34183
|
+
}
|
|
34184
|
+
}
|
|
34152
34185
|
}
|
|
34153
34186
|
}
|
|
34154
34187
|
}
|
|
@@ -43026,6 +43059,301 @@
|
|
|
43026
43059
|
"nullable": true,
|
|
43027
43060
|
"enum": [null, "false_positive", "wont_fix", "revoked", "used_in_tests"]
|
|
43028
43061
|
},
|
|
43062
|
+
"simple-repository": {
|
|
43063
|
+
"title": "Simple Repository",
|
|
43064
|
+
"description": "Simple Repository",
|
|
43065
|
+
"type": "object",
|
|
43066
|
+
"properties": {
|
|
43067
|
+
"id": {
|
|
43068
|
+
"type": "integer",
|
|
43069
|
+
"example": 1296269,
|
|
43070
|
+
"description": "A unique identifier of the repository."
|
|
43071
|
+
},
|
|
43072
|
+
"node_id": {
|
|
43073
|
+
"type": "string",
|
|
43074
|
+
"example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
|
|
43075
|
+
"description": "The GraphQL identifier of the repository."
|
|
43076
|
+
},
|
|
43077
|
+
"name": {
|
|
43078
|
+
"type": "string",
|
|
43079
|
+
"example": "Hello-World",
|
|
43080
|
+
"description": "The name of the repository."
|
|
43081
|
+
},
|
|
43082
|
+
"full_name": {
|
|
43083
|
+
"type": "string",
|
|
43084
|
+
"example": "octocat/Hello-World",
|
|
43085
|
+
"description": "The full, globally unique, name of the repository."
|
|
43086
|
+
},
|
|
43087
|
+
"owner": { "$ref": "#/components/schemas/simple-user" },
|
|
43088
|
+
"private": {
|
|
43089
|
+
"type": "boolean",
|
|
43090
|
+
"description": "Whether the repository is private."
|
|
43091
|
+
},
|
|
43092
|
+
"html_url": {
|
|
43093
|
+
"type": "string",
|
|
43094
|
+
"format": "uri",
|
|
43095
|
+
"example": "https://github.com/octocat/Hello-World",
|
|
43096
|
+
"description": "The URL to view the repository on GitHub.com."
|
|
43097
|
+
},
|
|
43098
|
+
"description": {
|
|
43099
|
+
"type": "string",
|
|
43100
|
+
"example": "This your first repo!",
|
|
43101
|
+
"nullable": true,
|
|
43102
|
+
"description": "The repository description."
|
|
43103
|
+
},
|
|
43104
|
+
"fork": {
|
|
43105
|
+
"type": "boolean",
|
|
43106
|
+
"description": "Whether the repository is a fork."
|
|
43107
|
+
},
|
|
43108
|
+
"url": {
|
|
43109
|
+
"type": "string",
|
|
43110
|
+
"format": "uri",
|
|
43111
|
+
"example": "https://api.github.com/repos/octocat/Hello-World",
|
|
43112
|
+
"description": "The URL to get more information about the repository from the GitHub API."
|
|
43113
|
+
},
|
|
43114
|
+
"archive_url": {
|
|
43115
|
+
"type": "string",
|
|
43116
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
|
|
43117
|
+
"description": "A template for the API URL to download the repository as an archive."
|
|
43118
|
+
},
|
|
43119
|
+
"assignees_url": {
|
|
43120
|
+
"type": "string",
|
|
43121
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
|
|
43122
|
+
"description": "A template for the API URL to list the available assignees for issues in the repository."
|
|
43123
|
+
},
|
|
43124
|
+
"blobs_url": {
|
|
43125
|
+
"type": "string",
|
|
43126
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
|
|
43127
|
+
"description": "A template for the API URL to create or retrieve a raw Git blob in the repository."
|
|
43128
|
+
},
|
|
43129
|
+
"branches_url": {
|
|
43130
|
+
"type": "string",
|
|
43131
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
|
|
43132
|
+
"description": "A template for the API URL to get information about branches in the repository."
|
|
43133
|
+
},
|
|
43134
|
+
"collaborators_url": {
|
|
43135
|
+
"type": "string",
|
|
43136
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
|
|
43137
|
+
"description": "A template for the API URL to get information about collaborators of the repository."
|
|
43138
|
+
},
|
|
43139
|
+
"comments_url": {
|
|
43140
|
+
"type": "string",
|
|
43141
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
|
|
43142
|
+
"description": "A template for the API URL to get information about comments on the repository."
|
|
43143
|
+
},
|
|
43144
|
+
"commits_url": {
|
|
43145
|
+
"type": "string",
|
|
43146
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
|
|
43147
|
+
"description": "A template for the API URL to get information about commits on the repository."
|
|
43148
|
+
},
|
|
43149
|
+
"compare_url": {
|
|
43150
|
+
"type": "string",
|
|
43151
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
|
|
43152
|
+
"description": "A template for the API URL to compare two commits or refs."
|
|
43153
|
+
},
|
|
43154
|
+
"contents_url": {
|
|
43155
|
+
"type": "string",
|
|
43156
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
|
|
43157
|
+
"description": "A template for the API URL to get the contents of the repository."
|
|
43158
|
+
},
|
|
43159
|
+
"contributors_url": {
|
|
43160
|
+
"type": "string",
|
|
43161
|
+
"format": "uri",
|
|
43162
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/contributors",
|
|
43163
|
+
"description": "A template for the API URL to list the contributors to the repository."
|
|
43164
|
+
},
|
|
43165
|
+
"deployments_url": {
|
|
43166
|
+
"type": "string",
|
|
43167
|
+
"format": "uri",
|
|
43168
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/deployments",
|
|
43169
|
+
"description": "The API URL to list the deployments of the repository."
|
|
43170
|
+
},
|
|
43171
|
+
"downloads_url": {
|
|
43172
|
+
"type": "string",
|
|
43173
|
+
"format": "uri",
|
|
43174
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/downloads",
|
|
43175
|
+
"description": "The API URL to list the downloads on the repository."
|
|
43176
|
+
},
|
|
43177
|
+
"events_url": {
|
|
43178
|
+
"type": "string",
|
|
43179
|
+
"format": "uri",
|
|
43180
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/events",
|
|
43181
|
+
"description": "The API URL to list the events of the repository."
|
|
43182
|
+
},
|
|
43183
|
+
"forks_url": {
|
|
43184
|
+
"type": "string",
|
|
43185
|
+
"format": "uri",
|
|
43186
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/forks",
|
|
43187
|
+
"description": "The API URL to list the forks of the repository."
|
|
43188
|
+
},
|
|
43189
|
+
"git_commits_url": {
|
|
43190
|
+
"type": "string",
|
|
43191
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
|
|
43192
|
+
"description": "A template for the API URL to get information about Git commits of the repository."
|
|
43193
|
+
},
|
|
43194
|
+
"git_refs_url": {
|
|
43195
|
+
"type": "string",
|
|
43196
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
|
|
43197
|
+
"description": "A template for the API URL to get information about Git refs of the repository."
|
|
43198
|
+
},
|
|
43199
|
+
"git_tags_url": {
|
|
43200
|
+
"type": "string",
|
|
43201
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
|
|
43202
|
+
"description": "A template for the API URL to get information about Git tags of the repository."
|
|
43203
|
+
},
|
|
43204
|
+
"issue_comment_url": {
|
|
43205
|
+
"type": "string",
|
|
43206
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
|
|
43207
|
+
"description": "A template for the API URL to get information about issue comments on the repository."
|
|
43208
|
+
},
|
|
43209
|
+
"issue_events_url": {
|
|
43210
|
+
"type": "string",
|
|
43211
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
|
|
43212
|
+
"description": "A template for the API URL to get information about issue events on the repository."
|
|
43213
|
+
},
|
|
43214
|
+
"issues_url": {
|
|
43215
|
+
"type": "string",
|
|
43216
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
|
|
43217
|
+
"description": "A template for the API URL to get information about issues on the repository."
|
|
43218
|
+
},
|
|
43219
|
+
"keys_url": {
|
|
43220
|
+
"type": "string",
|
|
43221
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
|
|
43222
|
+
"description": "A template for the API URL to get information about deploy keys on the repository."
|
|
43223
|
+
},
|
|
43224
|
+
"labels_url": {
|
|
43225
|
+
"type": "string",
|
|
43226
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
|
|
43227
|
+
"description": "A template for the API URL to get information about labels of the repository."
|
|
43228
|
+
},
|
|
43229
|
+
"languages_url": {
|
|
43230
|
+
"type": "string",
|
|
43231
|
+
"format": "uri",
|
|
43232
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/languages",
|
|
43233
|
+
"description": "The API URL to get information about the languages of the repository."
|
|
43234
|
+
},
|
|
43235
|
+
"merges_url": {
|
|
43236
|
+
"type": "string",
|
|
43237
|
+
"format": "uri",
|
|
43238
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/merges",
|
|
43239
|
+
"description": "The API URL to merge branches in the repository."
|
|
43240
|
+
},
|
|
43241
|
+
"milestones_url": {
|
|
43242
|
+
"type": "string",
|
|
43243
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
|
|
43244
|
+
"description": "A template for the API URL to get information about milestones of the repository."
|
|
43245
|
+
},
|
|
43246
|
+
"notifications_url": {
|
|
43247
|
+
"type": "string",
|
|
43248
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
|
|
43249
|
+
"description": "A template for the API URL to get information about notifications on the repository."
|
|
43250
|
+
},
|
|
43251
|
+
"pulls_url": {
|
|
43252
|
+
"type": "string",
|
|
43253
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
|
|
43254
|
+
"description": "A template for the API URL to get information about pull requests on the repository."
|
|
43255
|
+
},
|
|
43256
|
+
"releases_url": {
|
|
43257
|
+
"type": "string",
|
|
43258
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
|
|
43259
|
+
"description": "A template for the API URL to get information about releases on the repository."
|
|
43260
|
+
},
|
|
43261
|
+
"stargazers_url": {
|
|
43262
|
+
"type": "string",
|
|
43263
|
+
"format": "uri",
|
|
43264
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/stargazers",
|
|
43265
|
+
"description": "The API URL to list the stargazers on the repository."
|
|
43266
|
+
},
|
|
43267
|
+
"statuses_url": {
|
|
43268
|
+
"type": "string",
|
|
43269
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
|
|
43270
|
+
"description": "A template for the API URL to get information about statuses of a commit."
|
|
43271
|
+
},
|
|
43272
|
+
"subscribers_url": {
|
|
43273
|
+
"type": "string",
|
|
43274
|
+
"format": "uri",
|
|
43275
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/subscribers",
|
|
43276
|
+
"description": "The API URL to list the subscribers on the repository."
|
|
43277
|
+
},
|
|
43278
|
+
"subscription_url": {
|
|
43279
|
+
"type": "string",
|
|
43280
|
+
"format": "uri",
|
|
43281
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/subscription",
|
|
43282
|
+
"description": "The API URL to subscribe to notifications for this repository."
|
|
43283
|
+
},
|
|
43284
|
+
"tags_url": {
|
|
43285
|
+
"type": "string",
|
|
43286
|
+
"format": "uri",
|
|
43287
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/tags",
|
|
43288
|
+
"description": "The API URL to get information about tags on the repository."
|
|
43289
|
+
},
|
|
43290
|
+
"teams_url": {
|
|
43291
|
+
"type": "string",
|
|
43292
|
+
"format": "uri",
|
|
43293
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/teams",
|
|
43294
|
+
"description": "The API URL to list the teams on the repository."
|
|
43295
|
+
},
|
|
43296
|
+
"trees_url": {
|
|
43297
|
+
"type": "string",
|
|
43298
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
|
|
43299
|
+
"description": "A template for the API URL to create or retrieve a raw Git tree of the repository."
|
|
43300
|
+
},
|
|
43301
|
+
"hooks_url": {
|
|
43302
|
+
"type": "string",
|
|
43303
|
+
"format": "uri",
|
|
43304
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
43305
|
+
"description": "The API URL to list the hooks on the repository."
|
|
43306
|
+
}
|
|
43307
|
+
},
|
|
43308
|
+
"required": [
|
|
43309
|
+
"archive_url",
|
|
43310
|
+
"assignees_url",
|
|
43311
|
+
"blobs_url",
|
|
43312
|
+
"branches_url",
|
|
43313
|
+
"collaborators_url",
|
|
43314
|
+
"comments_url",
|
|
43315
|
+
"commits_url",
|
|
43316
|
+
"compare_url",
|
|
43317
|
+
"contents_url",
|
|
43318
|
+
"contributors_url",
|
|
43319
|
+
"deployments_url",
|
|
43320
|
+
"description",
|
|
43321
|
+
"downloads_url",
|
|
43322
|
+
"events_url",
|
|
43323
|
+
"fork",
|
|
43324
|
+
"forks_url",
|
|
43325
|
+
"full_name",
|
|
43326
|
+
"git_commits_url",
|
|
43327
|
+
"git_refs_url",
|
|
43328
|
+
"git_tags_url",
|
|
43329
|
+
"hooks_url",
|
|
43330
|
+
"html_url",
|
|
43331
|
+
"id",
|
|
43332
|
+
"node_id",
|
|
43333
|
+
"issue_comment_url",
|
|
43334
|
+
"issue_events_url",
|
|
43335
|
+
"issues_url",
|
|
43336
|
+
"keys_url",
|
|
43337
|
+
"labels_url",
|
|
43338
|
+
"languages_url",
|
|
43339
|
+
"merges_url",
|
|
43340
|
+
"milestones_url",
|
|
43341
|
+
"name",
|
|
43342
|
+
"notifications_url",
|
|
43343
|
+
"owner",
|
|
43344
|
+
"private",
|
|
43345
|
+
"pulls_url",
|
|
43346
|
+
"releases_url",
|
|
43347
|
+
"stargazers_url",
|
|
43348
|
+
"statuses_url",
|
|
43349
|
+
"subscribers_url",
|
|
43350
|
+
"subscription_url",
|
|
43351
|
+
"tags_url",
|
|
43352
|
+
"teams_url",
|
|
43353
|
+
"trees_url",
|
|
43354
|
+
"url"
|
|
43355
|
+
]
|
|
43356
|
+
},
|
|
43029
43357
|
"organization-secret-scanning-alert": {
|
|
43030
43358
|
"type": "object",
|
|
43031
43359
|
"properties": {
|
|
@@ -43064,7 +43392,7 @@
|
|
|
43064
43392
|
"type": "string",
|
|
43065
43393
|
"description": "The secret that was detected."
|
|
43066
43394
|
},
|
|
43067
|
-
"repository": { "$ref": "#/components/schemas/
|
|
43395
|
+
"repository": { "$ref": "#/components/schemas/simple-repository" }
|
|
43068
43396
|
}
|
|
43069
43397
|
},
|
|
43070
43398
|
"nullable-team-simple": {
|
|
@@ -58448,6 +58776,69 @@
|
|
|
58448
58776
|
]
|
|
58449
58777
|
}
|
|
58450
58778
|
},
|
|
58779
|
+
"public-org-events-items": {
|
|
58780
|
+
"value": [
|
|
58781
|
+
{
|
|
58782
|
+
"id": "22237752260",
|
|
58783
|
+
"type": "WatchEvent",
|
|
58784
|
+
"actor": {
|
|
58785
|
+
"id": 583231,
|
|
58786
|
+
"login": "octocat",
|
|
58787
|
+
"display_login": "octocat",
|
|
58788
|
+
"gravatar_id": "",
|
|
58789
|
+
"url": "https://api.github.com/users/octocat",
|
|
58790
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
|
|
58791
|
+
},
|
|
58792
|
+
"repo": {
|
|
58793
|
+
"id": 1296269,
|
|
58794
|
+
"name": "octo-org/octo-repo",
|
|
58795
|
+
"url": "https://api.github.com/repos/octo-org/octo-repo"
|
|
58796
|
+
},
|
|
58797
|
+
"payload": { "action": "started" },
|
|
58798
|
+
"public": true,
|
|
58799
|
+
"created_at": "2022-06-08T23:29:25Z"
|
|
58800
|
+
},
|
|
58801
|
+
{
|
|
58802
|
+
"id": "22249084964",
|
|
58803
|
+
"type": "PushEvent",
|
|
58804
|
+
"actor": {
|
|
58805
|
+
"id": 583231,
|
|
58806
|
+
"login": "octocat",
|
|
58807
|
+
"display_login": "octocat",
|
|
58808
|
+
"gravatar_id": "",
|
|
58809
|
+
"url": "https://api.github.com/users/octocat",
|
|
58810
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
|
|
58811
|
+
},
|
|
58812
|
+
"repo": {
|
|
58813
|
+
"id": 1296269,
|
|
58814
|
+
"name": "octo-org/octo-repo",
|
|
58815
|
+
"url": "https://api.github.com/repos/octo-org/oct-repo"
|
|
58816
|
+
},
|
|
58817
|
+
"payload": {
|
|
58818
|
+
"push_id": 10115855396,
|
|
58819
|
+
"size": 1,
|
|
58820
|
+
"distinct_size": 1,
|
|
58821
|
+
"ref": "refs/heads/master",
|
|
58822
|
+
"head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
|
|
58823
|
+
"before": "883efe034920928c47fe18598c01249d1a9fdabd",
|
|
58824
|
+
"commits": [
|
|
58825
|
+
{
|
|
58826
|
+
"sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
|
|
58827
|
+
"author": {
|
|
58828
|
+
"email": "octocat@github.com",
|
|
58829
|
+
"name": "Monalisa Octocat"
|
|
58830
|
+
},
|
|
58831
|
+
"message": "commit",
|
|
58832
|
+
"distinct": true,
|
|
58833
|
+
"url": "https://api.github.com/repos/octo-org/oct-repo/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
|
|
58834
|
+
}
|
|
58835
|
+
]
|
|
58836
|
+
},
|
|
58837
|
+
"public": true,
|
|
58838
|
+
"created_at": "2022-06-09T12:47:28Z"
|
|
58839
|
+
}
|
|
58840
|
+
]
|
|
58841
|
+
},
|
|
58451
58842
|
"org-hook-items": {
|
|
58452
58843
|
"value": [
|
|
58453
58844
|
{
|
|
@@ -59060,7 +59451,6 @@
|
|
|
59060
59451
|
"git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
|
|
59061
59452
|
"git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
|
|
59062
59453
|
"git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
|
|
59063
|
-
"git_url": "git:github.com/octocat/Hello-World.git",
|
|
59064
59454
|
"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
|
|
59065
59455
|
"issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
|
|
59066
59456
|
"issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
|
|
@@ -59072,7 +59462,6 @@
|
|
|
59072
59462
|
"notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
|
|
59073
59463
|
"pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
|
|
59074
59464
|
"releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
|
|
59075
|
-
"ssh_url": "git@github.com:octocat/Hello-World.git",
|
|
59076
59465
|
"stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
|
|
59077
59466
|
"statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
|
|
59078
59467
|
"subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
|
|
@@ -59080,145 +59469,7 @@
|
|
|
59080
59469
|
"tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
|
|
59081
59470
|
"teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
|
|
59082
59471
|
"trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
|
|
59083
|
-
"
|
|
59084
|
-
"mirror_url": "git:git.example.com/octocat/Hello-World",
|
|
59085
|
-
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
59086
|
-
"svn_url": "https://svn.github.com/octocat/Hello-World",
|
|
59087
|
-
"homepage": "https://github.com",
|
|
59088
|
-
"language": null,
|
|
59089
|
-
"forks_count": 9,
|
|
59090
|
-
"stargazers_count": 80,
|
|
59091
|
-
"watchers_count": 80,
|
|
59092
|
-
"size": 108,
|
|
59093
|
-
"default_branch": "master",
|
|
59094
|
-
"open_issues_count": 0,
|
|
59095
|
-
"is_template": false,
|
|
59096
|
-
"topics": ["octocat", "atom", "electron", "api"],
|
|
59097
|
-
"has_issues": true,
|
|
59098
|
-
"has_projects": true,
|
|
59099
|
-
"has_wiki": true,
|
|
59100
|
-
"has_pages": false,
|
|
59101
|
-
"has_downloads": true,
|
|
59102
|
-
"archived": false,
|
|
59103
|
-
"disabled": false,
|
|
59104
|
-
"visibility": "public",
|
|
59105
|
-
"pushed_at": "2011-01-26T19:06:43Z",
|
|
59106
|
-
"created_at": "2011-01-26T19:01:12Z",
|
|
59107
|
-
"updated_at": "2011-01-26T19:14:43Z",
|
|
59108
|
-
"permissions": { "admin": false, "push": false, "pull": true },
|
|
59109
|
-
"template_repository": {
|
|
59110
|
-
"id": 1296269,
|
|
59111
|
-
"node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
|
|
59112
|
-
"name": "Hello-World-Template",
|
|
59113
|
-
"full_name": "octocat/Hello-World-Template",
|
|
59114
|
-
"owner": {
|
|
59115
|
-
"login": "octocat",
|
|
59116
|
-
"id": 1,
|
|
59117
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
59118
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
59119
|
-
"gravatar_id": "",
|
|
59120
|
-
"url": "https://api.github.com/users/octocat",
|
|
59121
|
-
"html_url": "https://github.com/octocat",
|
|
59122
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
59123
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
59124
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
59125
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
59126
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
59127
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
59128
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
59129
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
59130
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
59131
|
-
"type": "User",
|
|
59132
|
-
"site_admin": false
|
|
59133
|
-
},
|
|
59134
|
-
"private": false,
|
|
59135
|
-
"html_url": "https://github.com/octocat/Hello-World-Template",
|
|
59136
|
-
"description": "This your first repo!",
|
|
59137
|
-
"fork": false,
|
|
59138
|
-
"url": "https://api.github.com/repos/octocat/Hello-World-Template",
|
|
59139
|
-
"archive_url": "https://api.github.com/repos/octocat/Hello-World-Template/{archive_format}{/ref}",
|
|
59140
|
-
"assignees_url": "https://api.github.com/repos/octocat/Hello-World-Template/assignees{/user}",
|
|
59141
|
-
"blobs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/blobs{/sha}",
|
|
59142
|
-
"branches_url": "https://api.github.com/repos/octocat/Hello-World-Template/branches{/branch}",
|
|
59143
|
-
"collaborators_url": "https://api.github.com/repos/octocat/Hello-World-Template/collaborators{/collaborator}",
|
|
59144
|
-
"comments_url": "https://api.github.com/repos/octocat/Hello-World-Template/comments{/number}",
|
|
59145
|
-
"commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/commits{/sha}",
|
|
59146
|
-
"compare_url": "https://api.github.com/repos/octocat/Hello-World-Template/compare/{base}...{head}",
|
|
59147
|
-
"contents_url": "https://api.github.com/repos/octocat/Hello-World-Template/contents/{+path}",
|
|
59148
|
-
"contributors_url": "https://api.github.com/repos/octocat/Hello-World-Template/contributors",
|
|
59149
|
-
"deployments_url": "https://api.github.com/repos/octocat/Hello-World-Template/deployments",
|
|
59150
|
-
"downloads_url": "https://api.github.com/repos/octocat/Hello-World-Template/downloads",
|
|
59151
|
-
"events_url": "https://api.github.com/repos/octocat/Hello-World-Template/events",
|
|
59152
|
-
"forks_url": "https://api.github.com/repos/octocat/Hello-World-Template/forks",
|
|
59153
|
-
"git_commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/commits{/sha}",
|
|
59154
|
-
"git_refs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/refs{/sha}",
|
|
59155
|
-
"git_tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/tags{/sha}",
|
|
59156
|
-
"git_url": "git:github.com/octocat/Hello-World-Template.git",
|
|
59157
|
-
"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/comments{/number}",
|
|
59158
|
-
"issue_events_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/events{/number}",
|
|
59159
|
-
"issues_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues{/number}",
|
|
59160
|
-
"keys_url": "https://api.github.com/repos/octocat/Hello-World-Template/keys{/key_id}",
|
|
59161
|
-
"labels_url": "https://api.github.com/repos/octocat/Hello-World-Template/labels{/name}",
|
|
59162
|
-
"languages_url": "https://api.github.com/repos/octocat/Hello-World-Template/languages",
|
|
59163
|
-
"merges_url": "https://api.github.com/repos/octocat/Hello-World-Template/merges",
|
|
59164
|
-
"milestones_url": "https://api.github.com/repos/octocat/Hello-World-Template/milestones{/number}",
|
|
59165
|
-
"notifications_url": "https://api.github.com/repos/octocat/Hello-World-Template/notifications{?since,all,participating}",
|
|
59166
|
-
"pulls_url": "https://api.github.com/repos/octocat/Hello-World-Template/pulls{/number}",
|
|
59167
|
-
"releases_url": "https://api.github.com/repos/octocat/Hello-World-Template/releases{/id}",
|
|
59168
|
-
"ssh_url": "git@github.com:octocat/Hello-World-Template.git",
|
|
59169
|
-
"stargazers_url": "https://api.github.com/repos/octocat/Hello-World-Template/stargazers",
|
|
59170
|
-
"statuses_url": "https://api.github.com/repos/octocat/Hello-World-Template/statuses/{sha}",
|
|
59171
|
-
"subscribers_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscribers",
|
|
59172
|
-
"subscription_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscription",
|
|
59173
|
-
"tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/tags",
|
|
59174
|
-
"teams_url": "https://api.github.com/repos/octocat/Hello-World-Template/teams",
|
|
59175
|
-
"trees_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/trees{/sha}",
|
|
59176
|
-
"clone_url": "https://github.com/octocat/Hello-World-Template.git",
|
|
59177
|
-
"mirror_url": "git:git.example.com/octocat/Hello-World-Template",
|
|
59178
|
-
"hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
|
|
59179
|
-
"svn_url": "https://svn.github.com/octocat/Hello-World-Template",
|
|
59180
|
-
"homepage": "https://github.com",
|
|
59181
|
-
"language": null,
|
|
59182
|
-
"forks": 9,
|
|
59183
|
-
"forks_count": 9,
|
|
59184
|
-
"stargazers_count": 80,
|
|
59185
|
-
"watchers_count": 80,
|
|
59186
|
-
"watchers": 80,
|
|
59187
|
-
"size": 108,
|
|
59188
|
-
"default_branch": "master",
|
|
59189
|
-
"open_issues": 0,
|
|
59190
|
-
"open_issues_count": 0,
|
|
59191
|
-
"is_template": true,
|
|
59192
|
-
"license": {
|
|
59193
|
-
"key": "mit",
|
|
59194
|
-
"name": "MIT License",
|
|
59195
|
-
"url": "https://api.github.com/licenses/mit",
|
|
59196
|
-
"spdx_id": "MIT",
|
|
59197
|
-
"node_id": "MDc6TGljZW5zZW1pdA==",
|
|
59198
|
-
"html_url": "https://api.github.com/licenses/mit"
|
|
59199
|
-
},
|
|
59200
|
-
"topics": ["octocat", "atom", "electron", "api"],
|
|
59201
|
-
"has_issues": true,
|
|
59202
|
-
"has_projects": true,
|
|
59203
|
-
"has_wiki": true,
|
|
59204
|
-
"has_pages": false,
|
|
59205
|
-
"has_downloads": true,
|
|
59206
|
-
"archived": false,
|
|
59207
|
-
"disabled": false,
|
|
59208
|
-
"visibility": "public",
|
|
59209
|
-
"pushed_at": "2011-01-26T19:06:43Z",
|
|
59210
|
-
"created_at": "2011-01-26T19:01:12Z",
|
|
59211
|
-
"updated_at": "2011-01-26T19:14:43Z",
|
|
59212
|
-
"permissions": { "admin": false, "push": false, "pull": true },
|
|
59213
|
-
"allow_rebase_merge": true,
|
|
59214
|
-
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
59215
|
-
"allow_squash_merge": true,
|
|
59216
|
-
"allow_auto_merge": false,
|
|
59217
|
-
"delete_branch_on_merge": true,
|
|
59218
|
-
"allow_merge_commit": true,
|
|
59219
|
-
"subscribers_count": 42,
|
|
59220
|
-
"network_count": 0
|
|
59221
|
-
}
|
|
59472
|
+
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks"
|
|
59222
59473
|
}
|
|
59223
59474
|
},
|
|
59224
59475
|
{
|
|
@@ -59281,7 +59532,6 @@
|
|
|
59281
59532
|
"git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
|
|
59282
59533
|
"git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
|
|
59283
59534
|
"git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
|
|
59284
|
-
"git_url": "git:github.com/octocat/Hello-World.git",
|
|
59285
59535
|
"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
|
|
59286
59536
|
"issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
|
|
59287
59537
|
"issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
|
|
@@ -59293,7 +59543,6 @@
|
|
|
59293
59543
|
"notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
|
|
59294
59544
|
"pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
|
|
59295
59545
|
"releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
|
|
59296
|
-
"ssh_url": "git@github.com:octocat/Hello-World.git",
|
|
59297
59546
|
"stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
|
|
59298
59547
|
"statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
|
|
59299
59548
|
"subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
|
|
@@ -59301,145 +59550,7 @@
|
|
|
59301
59550
|
"tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
|
|
59302
59551
|
"teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
|
|
59303
59552
|
"trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
|
|
59304
|
-
"
|
|
59305
|
-
"mirror_url": "git:git.example.com/octocat/Hello-World",
|
|
59306
|
-
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
59307
|
-
"svn_url": "https://svn.github.com/octocat/Hello-World",
|
|
59308
|
-
"homepage": "https://github.com",
|
|
59309
|
-
"language": null,
|
|
59310
|
-
"forks_count": 9,
|
|
59311
|
-
"stargazers_count": 80,
|
|
59312
|
-
"watchers_count": 80,
|
|
59313
|
-
"size": 108,
|
|
59314
|
-
"default_branch": "master",
|
|
59315
|
-
"open_issues_count": 0,
|
|
59316
|
-
"is_template": false,
|
|
59317
|
-
"topics": ["octocat", "atom", "electron", "api"],
|
|
59318
|
-
"has_issues": true,
|
|
59319
|
-
"has_projects": true,
|
|
59320
|
-
"has_wiki": true,
|
|
59321
|
-
"has_pages": false,
|
|
59322
|
-
"has_downloads": true,
|
|
59323
|
-
"archived": false,
|
|
59324
|
-
"disabled": false,
|
|
59325
|
-
"visibility": "public",
|
|
59326
|
-
"pushed_at": "2011-01-26T19:06:43Z",
|
|
59327
|
-
"created_at": "2011-01-26T19:01:12Z",
|
|
59328
|
-
"updated_at": "2011-01-26T19:14:43Z",
|
|
59329
|
-
"permissions": { "admin": false, "push": false, "pull": true },
|
|
59330
|
-
"template_repository": {
|
|
59331
|
-
"id": 1296269,
|
|
59332
|
-
"node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
|
|
59333
|
-
"name": "Hello-World-Template",
|
|
59334
|
-
"full_name": "octocat/Hello-World-Template",
|
|
59335
|
-
"owner": {
|
|
59336
|
-
"login": "octocat",
|
|
59337
|
-
"id": 1,
|
|
59338
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
59339
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
59340
|
-
"gravatar_id": "",
|
|
59341
|
-
"url": "https://api.github.com/users/octocat",
|
|
59342
|
-
"html_url": "https://github.com/octocat",
|
|
59343
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
59344
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
59345
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
59346
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
59347
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
59348
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
59349
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
59350
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
59351
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
59352
|
-
"type": "User",
|
|
59353
|
-
"site_admin": false
|
|
59354
|
-
},
|
|
59355
|
-
"private": false,
|
|
59356
|
-
"html_url": "https://github.com/octocat/Hello-World-Template",
|
|
59357
|
-
"description": "This your first repo!",
|
|
59358
|
-
"fork": false,
|
|
59359
|
-
"url": "https://api.github.com/repos/octocat/Hello-World-Template",
|
|
59360
|
-
"archive_url": "https://api.github.com/repos/octocat/Hello-World-Template/{archive_format}{/ref}",
|
|
59361
|
-
"assignees_url": "https://api.github.com/repos/octocat/Hello-World-Template/assignees{/user}",
|
|
59362
|
-
"blobs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/blobs{/sha}",
|
|
59363
|
-
"branches_url": "https://api.github.com/repos/octocat/Hello-World-Template/branches{/branch}",
|
|
59364
|
-
"collaborators_url": "https://api.github.com/repos/octocat/Hello-World-Template/collaborators{/collaborator}",
|
|
59365
|
-
"comments_url": "https://api.github.com/repos/octocat/Hello-World-Template/comments{/number}",
|
|
59366
|
-
"commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/commits{/sha}",
|
|
59367
|
-
"compare_url": "https://api.github.com/repos/octocat/Hello-World-Template/compare/{base}...{head}",
|
|
59368
|
-
"contents_url": "https://api.github.com/repos/octocat/Hello-World-Template/contents/{+path}",
|
|
59369
|
-
"contributors_url": "https://api.github.com/repos/octocat/Hello-World-Template/contributors",
|
|
59370
|
-
"deployments_url": "https://api.github.com/repos/octocat/Hello-World-Template/deployments",
|
|
59371
|
-
"downloads_url": "https://api.github.com/repos/octocat/Hello-World-Template/downloads",
|
|
59372
|
-
"events_url": "https://api.github.com/repos/octocat/Hello-World-Template/events",
|
|
59373
|
-
"forks_url": "https://api.github.com/repos/octocat/Hello-World-Template/forks",
|
|
59374
|
-
"git_commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/commits{/sha}",
|
|
59375
|
-
"git_refs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/refs{/sha}",
|
|
59376
|
-
"git_tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/tags{/sha}",
|
|
59377
|
-
"git_url": "git:github.com/octocat/Hello-World-Template.git",
|
|
59378
|
-
"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/comments{/number}",
|
|
59379
|
-
"issue_events_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/events{/number}",
|
|
59380
|
-
"issues_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues{/number}",
|
|
59381
|
-
"keys_url": "https://api.github.com/repos/octocat/Hello-World-Template/keys{/key_id}",
|
|
59382
|
-
"labels_url": "https://api.github.com/repos/octocat/Hello-World-Template/labels{/name}",
|
|
59383
|
-
"languages_url": "https://api.github.com/repos/octocat/Hello-World-Template/languages",
|
|
59384
|
-
"merges_url": "https://api.github.com/repos/octocat/Hello-World-Template/merges",
|
|
59385
|
-
"milestones_url": "https://api.github.com/repos/octocat/Hello-World-Template/milestones{/number}",
|
|
59386
|
-
"notifications_url": "https://api.github.com/repos/octocat/Hello-World-Template/notifications{?since,all,participating}",
|
|
59387
|
-
"pulls_url": "https://api.github.com/repos/octocat/Hello-World-Template/pulls{/number}",
|
|
59388
|
-
"releases_url": "https://api.github.com/repos/octocat/Hello-World-Template/releases{/id}",
|
|
59389
|
-
"ssh_url": "git@github.com:octocat/Hello-World-Template.git",
|
|
59390
|
-
"stargazers_url": "https://api.github.com/repos/octocat/Hello-World-Template/stargazers",
|
|
59391
|
-
"statuses_url": "https://api.github.com/repos/octocat/Hello-World-Template/statuses/{sha}",
|
|
59392
|
-
"subscribers_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscribers",
|
|
59393
|
-
"subscription_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscription",
|
|
59394
|
-
"tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/tags",
|
|
59395
|
-
"teams_url": "https://api.github.com/repos/octocat/Hello-World-Template/teams",
|
|
59396
|
-
"trees_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/trees{/sha}",
|
|
59397
|
-
"clone_url": "https://github.com/octocat/Hello-World-Template.git",
|
|
59398
|
-
"mirror_url": "git:git.example.com/octocat/Hello-World-Template",
|
|
59399
|
-
"hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
|
|
59400
|
-
"svn_url": "https://svn.github.com/octocat/Hello-World-Template",
|
|
59401
|
-
"homepage": "https://github.com",
|
|
59402
|
-
"language": null,
|
|
59403
|
-
"forks": 9,
|
|
59404
|
-
"forks_count": 9,
|
|
59405
|
-
"stargazers_count": 80,
|
|
59406
|
-
"watchers_count": 80,
|
|
59407
|
-
"watchers": 80,
|
|
59408
|
-
"size": 108,
|
|
59409
|
-
"default_branch": "master",
|
|
59410
|
-
"open_issues": 0,
|
|
59411
|
-
"open_issues_count": 0,
|
|
59412
|
-
"is_template": true,
|
|
59413
|
-
"license": {
|
|
59414
|
-
"key": "mit",
|
|
59415
|
-
"name": "MIT License",
|
|
59416
|
-
"url": "https://api.github.com/licenses/mit",
|
|
59417
|
-
"spdx_id": "MIT",
|
|
59418
|
-
"node_id": "MDc6TGljZW5zZW1pdA==",
|
|
59419
|
-
"html_url": "https://api.github.com/licenses/mit"
|
|
59420
|
-
},
|
|
59421
|
-
"topics": ["octocat", "atom", "electron", "api"],
|
|
59422
|
-
"has_issues": true,
|
|
59423
|
-
"has_projects": true,
|
|
59424
|
-
"has_wiki": true,
|
|
59425
|
-
"has_pages": false,
|
|
59426
|
-
"has_downloads": true,
|
|
59427
|
-
"archived": false,
|
|
59428
|
-
"disabled": false,
|
|
59429
|
-
"visibility": "public",
|
|
59430
|
-
"pushed_at": "2011-01-26T19:06:43Z",
|
|
59431
|
-
"created_at": "2011-01-26T19:01:12Z",
|
|
59432
|
-
"updated_at": "2011-01-26T19:14:43Z",
|
|
59433
|
-
"permissions": { "admin": false, "push": false, "pull": true },
|
|
59434
|
-
"allow_rebase_merge": true,
|
|
59435
|
-
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
59436
|
-
"allow_squash_merge": true,
|
|
59437
|
-
"allow_auto_merge": false,
|
|
59438
|
-
"delete_branch_on_merge": true,
|
|
59439
|
-
"allow_merge_commit": true,
|
|
59440
|
-
"subscribers_count": 42,
|
|
59441
|
-
"network_count": 0
|
|
59442
|
-
}
|
|
59553
|
+
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks"
|
|
59443
59554
|
}
|
|
59444
59555
|
}
|
|
59445
59556
|
]
|
|
@@ -66088,6 +66199,69 @@
|
|
|
66088
66199
|
}
|
|
66089
66200
|
}
|
|
66090
66201
|
},
|
|
66202
|
+
"repo-events-items": {
|
|
66203
|
+
"value": [
|
|
66204
|
+
{
|
|
66205
|
+
"id": "22249084964",
|
|
66206
|
+
"type": "PushEvent",
|
|
66207
|
+
"actor": {
|
|
66208
|
+
"id": 583231,
|
|
66209
|
+
"login": "octocat",
|
|
66210
|
+
"display_login": "octocat",
|
|
66211
|
+
"gravatar_id": "",
|
|
66212
|
+
"url": "https://api.github.com/users/octocat",
|
|
66213
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
|
|
66214
|
+
},
|
|
66215
|
+
"repo": {
|
|
66216
|
+
"id": 1296269,
|
|
66217
|
+
"name": "octocat/Hello-World",
|
|
66218
|
+
"url": "https://api.github.com/repos/octocat/Hello-World"
|
|
66219
|
+
},
|
|
66220
|
+
"payload": {
|
|
66221
|
+
"push_id": 10115855396,
|
|
66222
|
+
"size": 1,
|
|
66223
|
+
"distinct_size": 1,
|
|
66224
|
+
"ref": "refs/heads/master",
|
|
66225
|
+
"head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
|
|
66226
|
+
"before": "883efe034920928c47fe18598c01249d1a9fdabd",
|
|
66227
|
+
"commits": [
|
|
66228
|
+
{
|
|
66229
|
+
"sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
|
|
66230
|
+
"author": {
|
|
66231
|
+
"email": "octocat@github.com",
|
|
66232
|
+
"name": "Monalisa Octocat"
|
|
66233
|
+
},
|
|
66234
|
+
"message": "commit",
|
|
66235
|
+
"distinct": true,
|
|
66236
|
+
"url": "https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
|
|
66237
|
+
}
|
|
66238
|
+
]
|
|
66239
|
+
},
|
|
66240
|
+
"public": true,
|
|
66241
|
+
"created_at": "2022-06-09T12:47:28Z"
|
|
66242
|
+
},
|
|
66243
|
+
{
|
|
66244
|
+
"id": "22237752260",
|
|
66245
|
+
"type": "WatchEvent",
|
|
66246
|
+
"actor": {
|
|
66247
|
+
"id": 583231,
|
|
66248
|
+
"login": "octocat",
|
|
66249
|
+
"display_login": "octocat",
|
|
66250
|
+
"gravatar_id": "",
|
|
66251
|
+
"url": "https://api.github.com/users/octocat",
|
|
66252
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
|
|
66253
|
+
},
|
|
66254
|
+
"repo": {
|
|
66255
|
+
"id": 1296269,
|
|
66256
|
+
"name": "octocat/Hello-World",
|
|
66257
|
+
"url": "https://api.github.com/repos/octocat/Hello-World"
|
|
66258
|
+
},
|
|
66259
|
+
"payload": { "action": "started" },
|
|
66260
|
+
"public": true,
|
|
66261
|
+
"created_at": "2022-06-08T23:29:25Z"
|
|
66262
|
+
}
|
|
66263
|
+
]
|
|
66264
|
+
},
|
|
66091
66265
|
"minimal-repository-items-2": {
|
|
66092
66266
|
"value": [
|
|
66093
66267
|
{
|