@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.
Files changed (28) hide show
  1. package/generated/api.github.com.deref.json +19628 -17725
  2. package/generated/api.github.com.json +1 -1
  3. package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
  4. package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
  5. package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +1 -1
  6. package/generated/ghes-3.2-diff-to-ghes-3.3.json +1 -1
  7. package/generated/ghes-3.2.deref.json +173 -3
  8. package/generated/ghes-3.2.json +163 -4
  9. package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +1 -1
  10. package/generated/ghes-3.3-diff-to-ghes-3.4.json +1 -1
  11. package/generated/ghes-3.3.deref.json +354 -1388
  12. package/generated/ghes-3.3.json +461 -287
  13. package/generated/ghes-3.4-anicca-diff-to-ghes-3.5.deref.json +0 -14
  14. package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +7801 -10209
  15. package/generated/ghes-3.4-diff-to-ghes-3.5.json +341 -326
  16. package/generated/ghes-3.4.deref.json +1408 -3641
  17. package/generated/ghes-3.4.json +1145 -968
  18. package/generated/ghes-3.5-anicca-diff-to-api.github.com.deref.json +10 -72
  19. package/generated/ghes-3.5-diff-to-api.github.com.deref.json +29452 -32935
  20. package/generated/ghes-3.5-diff-to-api.github.com.json +442 -569
  21. package/generated/ghes-3.5.deref.json +1663 -4953
  22. package/generated/ghes-3.5.json +1301 -1254
  23. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +10 -0
  24. package/generated/github.ae-diff-to-api.github.com.deref.json +66 -1
  25. package/generated/github.ae-diff-to-api.github.com.json +69 -1
  26. package/generated/github.ae.deref.json +234 -2
  27. package/generated/github.ae.json +221 -3
  28. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.1.4",
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" },
@@ -3788,6 +3788,11 @@
3788
3788
  "schema": {
3789
3789
  "type": "array",
3790
3790
  "items": { "$ref": "#/components/schemas/event" }
3791
+ },
3792
+ "examples": {
3793
+ "200-response": {
3794
+ "$ref": "#/components/examples/public-org-events-items"
3795
+ }
3791
3796
  }
3792
3797
  }
3793
3798
  }
@@ -5138,7 +5143,8 @@
5138
5143
  "description": "Response",
5139
5144
  "content": {
5140
5145
  "application/json": {
5141
- "schema": { "$ref": "#/components/schemas/empty-object" }
5146
+ "schema": { "$ref": "#/components/schemas/empty-object" },
5147
+ "examples": { "default": { "value": null } }
5142
5148
  }
5143
5149
  }
5144
5150
  },
@@ -5533,7 +5539,8 @@
5533
5539
  "description": "Response",
5534
5540
  "content": {
5535
5541
  "application/json": {
5536
- "schema": { "$ref": "#/components/schemas/empty-object" }
5542
+ "schema": { "$ref": "#/components/schemas/empty-object" },
5543
+ "examples": { "default": { "value": null } }
5537
5544
  }
5538
5545
  }
5539
5546
  }
@@ -6380,6 +6387,11 @@
6380
6387
  "schema": {
6381
6388
  "type": "array",
6382
6389
  "items": { "$ref": "#/components/schemas/event" }
6390
+ },
6391
+ "examples": {
6392
+ "200-response": {
6393
+ "$ref": "#/components/examples/repo-events-items"
6394
+ }
6383
6395
  }
6384
6396
  }
6385
6397
  }
@@ -12365,7 +12377,7 @@
12365
12377
  "type": "string",
12366
12378
  "description": "The secret that was detected."
12367
12379
  },
12368
- "repository": { "$ref": "#/components/schemas/minimal-repository" }
12380
+ "repository": { "$ref": "#/components/schemas/simple-repository" }
12369
12381
  }
12370
12382
  },
12371
12383
  "event": {
@@ -13924,7 +13936,7 @@
13924
13936
  "most_recent_instance": {
13925
13937
  "$ref": "#/components/schemas/code-scanning-alert-instance"
13926
13938
  },
13927
- "repository": { "$ref": "#/components/schemas/minimal-repository" }
13939
+ "repository": { "$ref": "#/components/schemas/simple-repository" }
13928
13940
  },
13929
13941
  "required": [
13930
13942
  "number",
@@ -16729,6 +16741,301 @@
16729
16741
  "format": "uri",
16730
16742
  "readOnly": true
16731
16743
  },
16744
+ "simple-repository": {
16745
+ "title": "Simple Repository",
16746
+ "description": "Simple Repository",
16747
+ "type": "object",
16748
+ "properties": {
16749
+ "id": {
16750
+ "type": "integer",
16751
+ "example": 1296269,
16752
+ "description": "A unique identifier of the repository."
16753
+ },
16754
+ "node_id": {
16755
+ "type": "string",
16756
+ "example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
16757
+ "description": "The GraphQL identifier of the repository."
16758
+ },
16759
+ "name": {
16760
+ "type": "string",
16761
+ "example": "Hello-World",
16762
+ "description": "The name of the repository."
16763
+ },
16764
+ "full_name": {
16765
+ "type": "string",
16766
+ "example": "octocat/Hello-World",
16767
+ "description": "The full, globally unique, name of the repository."
16768
+ },
16769
+ "owner": { "$ref": "#/components/schemas/simple-user" },
16770
+ "private": {
16771
+ "type": "boolean",
16772
+ "description": "Whether the repository is private."
16773
+ },
16774
+ "html_url": {
16775
+ "type": "string",
16776
+ "format": "uri",
16777
+ "example": "https://github.com/octocat/Hello-World",
16778
+ "description": "The URL to view the repository on GitHub.com."
16779
+ },
16780
+ "description": {
16781
+ "type": "string",
16782
+ "example": "This your first repo!",
16783
+ "nullable": true,
16784
+ "description": "The repository description."
16785
+ },
16786
+ "fork": {
16787
+ "type": "boolean",
16788
+ "description": "Whether the repository is a fork."
16789
+ },
16790
+ "url": {
16791
+ "type": "string",
16792
+ "format": "uri",
16793
+ "example": "https://api.github.com/repos/octocat/Hello-World",
16794
+ "description": "The URL to get more information about the repository from the GitHub API."
16795
+ },
16796
+ "archive_url": {
16797
+ "type": "string",
16798
+ "example": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
16799
+ "description": "A template for the API URL to download the repository as an archive."
16800
+ },
16801
+ "assignees_url": {
16802
+ "type": "string",
16803
+ "example": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
16804
+ "description": "A template for the API URL to list the available assignees for issues in the repository."
16805
+ },
16806
+ "blobs_url": {
16807
+ "type": "string",
16808
+ "example": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
16809
+ "description": "A template for the API URL to create or retrieve a raw Git blob in the repository."
16810
+ },
16811
+ "branches_url": {
16812
+ "type": "string",
16813
+ "example": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
16814
+ "description": "A template for the API URL to get information about branches in the repository."
16815
+ },
16816
+ "collaborators_url": {
16817
+ "type": "string",
16818
+ "example": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
16819
+ "description": "A template for the API URL to get information about collaborators of the repository."
16820
+ },
16821
+ "comments_url": {
16822
+ "type": "string",
16823
+ "example": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
16824
+ "description": "A template for the API URL to get information about comments on the repository."
16825
+ },
16826
+ "commits_url": {
16827
+ "type": "string",
16828
+ "example": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
16829
+ "description": "A template for the API URL to get information about commits on the repository."
16830
+ },
16831
+ "compare_url": {
16832
+ "type": "string",
16833
+ "example": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
16834
+ "description": "A template for the API URL to compare two commits or refs."
16835
+ },
16836
+ "contents_url": {
16837
+ "type": "string",
16838
+ "example": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
16839
+ "description": "A template for the API URL to get the contents of the repository."
16840
+ },
16841
+ "contributors_url": {
16842
+ "type": "string",
16843
+ "format": "uri",
16844
+ "example": "https://api.github.com/repos/octocat/Hello-World/contributors",
16845
+ "description": "A template for the API URL to list the contributors to the repository."
16846
+ },
16847
+ "deployments_url": {
16848
+ "type": "string",
16849
+ "format": "uri",
16850
+ "example": "https://api.github.com/repos/octocat/Hello-World/deployments",
16851
+ "description": "The API URL to list the deployments of the repository."
16852
+ },
16853
+ "downloads_url": {
16854
+ "type": "string",
16855
+ "format": "uri",
16856
+ "example": "https://api.github.com/repos/octocat/Hello-World/downloads",
16857
+ "description": "The API URL to list the downloads on the repository."
16858
+ },
16859
+ "events_url": {
16860
+ "type": "string",
16861
+ "format": "uri",
16862
+ "example": "https://api.github.com/repos/octocat/Hello-World/events",
16863
+ "description": "The API URL to list the events of the repository."
16864
+ },
16865
+ "forks_url": {
16866
+ "type": "string",
16867
+ "format": "uri",
16868
+ "example": "https://api.github.com/repos/octocat/Hello-World/forks",
16869
+ "description": "The API URL to list the forks of the repository."
16870
+ },
16871
+ "git_commits_url": {
16872
+ "type": "string",
16873
+ "example": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
16874
+ "description": "A template for the API URL to get information about Git commits of the repository."
16875
+ },
16876
+ "git_refs_url": {
16877
+ "type": "string",
16878
+ "example": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
16879
+ "description": "A template for the API URL to get information about Git refs of the repository."
16880
+ },
16881
+ "git_tags_url": {
16882
+ "type": "string",
16883
+ "example": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
16884
+ "description": "A template for the API URL to get information about Git tags of the repository."
16885
+ },
16886
+ "issue_comment_url": {
16887
+ "type": "string",
16888
+ "example": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
16889
+ "description": "A template for the API URL to get information about issue comments on the repository."
16890
+ },
16891
+ "issue_events_url": {
16892
+ "type": "string",
16893
+ "example": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
16894
+ "description": "A template for the API URL to get information about issue events on the repository."
16895
+ },
16896
+ "issues_url": {
16897
+ "type": "string",
16898
+ "example": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
16899
+ "description": "A template for the API URL to get information about issues on the repository."
16900
+ },
16901
+ "keys_url": {
16902
+ "type": "string",
16903
+ "example": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
16904
+ "description": "A template for the API URL to get information about deploy keys on the repository."
16905
+ },
16906
+ "labels_url": {
16907
+ "type": "string",
16908
+ "example": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
16909
+ "description": "A template for the API URL to get information about labels of the repository."
16910
+ },
16911
+ "languages_url": {
16912
+ "type": "string",
16913
+ "format": "uri",
16914
+ "example": "https://api.github.com/repos/octocat/Hello-World/languages",
16915
+ "description": "The API URL to get information about the languages of the repository."
16916
+ },
16917
+ "merges_url": {
16918
+ "type": "string",
16919
+ "format": "uri",
16920
+ "example": "https://api.github.com/repos/octocat/Hello-World/merges",
16921
+ "description": "The API URL to merge branches in the repository."
16922
+ },
16923
+ "milestones_url": {
16924
+ "type": "string",
16925
+ "example": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
16926
+ "description": "A template for the API URL to get information about milestones of the repository."
16927
+ },
16928
+ "notifications_url": {
16929
+ "type": "string",
16930
+ "example": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
16931
+ "description": "A template for the API URL to get information about notifications on the repository."
16932
+ },
16933
+ "pulls_url": {
16934
+ "type": "string",
16935
+ "example": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
16936
+ "description": "A template for the API URL to get information about pull requests on the repository."
16937
+ },
16938
+ "releases_url": {
16939
+ "type": "string",
16940
+ "example": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
16941
+ "description": "A template for the API URL to get information about releases on the repository."
16942
+ },
16943
+ "stargazers_url": {
16944
+ "type": "string",
16945
+ "format": "uri",
16946
+ "example": "https://api.github.com/repos/octocat/Hello-World/stargazers",
16947
+ "description": "The API URL to list the stargazers on the repository."
16948
+ },
16949
+ "statuses_url": {
16950
+ "type": "string",
16951
+ "example": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
16952
+ "description": "A template for the API URL to get information about statuses of a commit."
16953
+ },
16954
+ "subscribers_url": {
16955
+ "type": "string",
16956
+ "format": "uri",
16957
+ "example": "https://api.github.com/repos/octocat/Hello-World/subscribers",
16958
+ "description": "The API URL to list the subscribers on the repository."
16959
+ },
16960
+ "subscription_url": {
16961
+ "type": "string",
16962
+ "format": "uri",
16963
+ "example": "https://api.github.com/repos/octocat/Hello-World/subscription",
16964
+ "description": "The API URL to subscribe to notifications for this repository."
16965
+ },
16966
+ "tags_url": {
16967
+ "type": "string",
16968
+ "format": "uri",
16969
+ "example": "https://api.github.com/repos/octocat/Hello-World/tags",
16970
+ "description": "The API URL to get information about tags on the repository."
16971
+ },
16972
+ "teams_url": {
16973
+ "type": "string",
16974
+ "format": "uri",
16975
+ "example": "https://api.github.com/repos/octocat/Hello-World/teams",
16976
+ "description": "The API URL to list the teams on the repository."
16977
+ },
16978
+ "trees_url": {
16979
+ "type": "string",
16980
+ "example": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
16981
+ "description": "A template for the API URL to create or retrieve a raw Git tree of the repository."
16982
+ },
16983
+ "hooks_url": {
16984
+ "type": "string",
16985
+ "format": "uri",
16986
+ "example": "https://api.github.com/repos/octocat/Hello-World/hooks",
16987
+ "description": "The API URL to list the hooks on the repository."
16988
+ }
16989
+ },
16990
+ "required": [
16991
+ "archive_url",
16992
+ "assignees_url",
16993
+ "blobs_url",
16994
+ "branches_url",
16995
+ "collaborators_url",
16996
+ "comments_url",
16997
+ "commits_url",
16998
+ "compare_url",
16999
+ "contents_url",
17000
+ "contributors_url",
17001
+ "deployments_url",
17002
+ "description",
17003
+ "downloads_url",
17004
+ "events_url",
17005
+ "fork",
17006
+ "forks_url",
17007
+ "full_name",
17008
+ "git_commits_url",
17009
+ "git_refs_url",
17010
+ "git_tags_url",
17011
+ "hooks_url",
17012
+ "html_url",
17013
+ "id",
17014
+ "node_id",
17015
+ "issue_comment_url",
17016
+ "issue_events_url",
17017
+ "issues_url",
17018
+ "keys_url",
17019
+ "labels_url",
17020
+ "languages_url",
17021
+ "merges_url",
17022
+ "milestones_url",
17023
+ "name",
17024
+ "notifications_url",
17025
+ "owner",
17026
+ "private",
17027
+ "pulls_url",
17028
+ "releases_url",
17029
+ "stargazers_url",
17030
+ "statuses_url",
17031
+ "subscribers_url",
17032
+ "subscription_url",
17033
+ "tags_url",
17034
+ "teams_url",
17035
+ "trees_url",
17036
+ "url"
17037
+ ]
17038
+ },
16732
17039
  "actor": {
16733
17040
  "title": "Actor",
16734
17041
  "description": "Actor",
@@ -19387,7 +19694,6 @@
19387
19694
  "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
19388
19695
  "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
19389
19696
  "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
19390
- "git_url": "git:github.com/octocat/Hello-World.git",
19391
19697
  "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
19392
19698
  "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
19393
19699
  "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
@@ -19399,7 +19705,6 @@
19399
19705
  "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
19400
19706
  "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
19401
19707
  "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
19402
- "ssh_url": "git@github.com:octocat/Hello-World.git",
19403
19708
  "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
19404
19709
  "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
19405
19710
  "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
@@ -19407,145 +19712,7 @@
19407
19712
  "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
19408
19713
  "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
19409
19714
  "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
19410
- "clone_url": "https://github.com/octocat/Hello-World.git",
19411
- "mirror_url": "git:git.example.com/octocat/Hello-World",
19412
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
19413
- "svn_url": "https://svn.github.com/octocat/Hello-World",
19414
- "homepage": "https://github.com",
19415
- "language": null,
19416
- "forks_count": 9,
19417
- "stargazers_count": 80,
19418
- "watchers_count": 80,
19419
- "size": 108,
19420
- "default_branch": "master",
19421
- "open_issues_count": 0,
19422
- "is_template": false,
19423
- "topics": ["octocat", "atom", "electron", "api"],
19424
- "has_issues": true,
19425
- "has_projects": true,
19426
- "has_wiki": true,
19427
- "has_pages": false,
19428
- "has_downloads": true,
19429
- "archived": false,
19430
- "disabled": false,
19431
- "visibility": "public",
19432
- "pushed_at": "2011-01-26T19:06:43Z",
19433
- "created_at": "2011-01-26T19:01:12Z",
19434
- "updated_at": "2011-01-26T19:14:43Z",
19435
- "permissions": { "admin": false, "push": false, "pull": true },
19436
- "template_repository": {
19437
- "id": 1296269,
19438
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
19439
- "name": "Hello-World-Template",
19440
- "full_name": "octocat/Hello-World-Template",
19441
- "owner": {
19442
- "login": "octocat",
19443
- "id": 1,
19444
- "node_id": "MDQ6VXNlcjE=",
19445
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
19446
- "gravatar_id": "",
19447
- "url": "https://api.github.com/users/octocat",
19448
- "html_url": "https://github.com/octocat",
19449
- "followers_url": "https://api.github.com/users/octocat/followers",
19450
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
19451
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
19452
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
19453
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
19454
- "organizations_url": "https://api.github.com/users/octocat/orgs",
19455
- "repos_url": "https://api.github.com/users/octocat/repos",
19456
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
19457
- "received_events_url": "https://api.github.com/users/octocat/received_events",
19458
- "type": "User",
19459
- "site_admin": false
19460
- },
19461
- "private": false,
19462
- "html_url": "https://github.com/octocat/Hello-World-Template",
19463
- "description": "This your first repo!",
19464
- "fork": false,
19465
- "url": "https://api.github.com/repos/octocat/Hello-World-Template",
19466
- "archive_url": "https://api.github.com/repos/octocat/Hello-World-Template/{archive_format}{/ref}",
19467
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World-Template/assignees{/user}",
19468
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/blobs{/sha}",
19469
- "branches_url": "https://api.github.com/repos/octocat/Hello-World-Template/branches{/branch}",
19470
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World-Template/collaborators{/collaborator}",
19471
- "comments_url": "https://api.github.com/repos/octocat/Hello-World-Template/comments{/number}",
19472
- "commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/commits{/sha}",
19473
- "compare_url": "https://api.github.com/repos/octocat/Hello-World-Template/compare/{base}...{head}",
19474
- "contents_url": "https://api.github.com/repos/octocat/Hello-World-Template/contents/{+path}",
19475
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World-Template/contributors",
19476
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World-Template/deployments",
19477
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World-Template/downloads",
19478
- "events_url": "https://api.github.com/repos/octocat/Hello-World-Template/events",
19479
- "forks_url": "https://api.github.com/repos/octocat/Hello-World-Template/forks",
19480
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/commits{/sha}",
19481
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/refs{/sha}",
19482
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/tags{/sha}",
19483
- "git_url": "git:github.com/octocat/Hello-World-Template.git",
19484
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/comments{/number}",
19485
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/events{/number}",
19486
- "issues_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues{/number}",
19487
- "keys_url": "https://api.github.com/repos/octocat/Hello-World-Template/keys{/key_id}",
19488
- "labels_url": "https://api.github.com/repos/octocat/Hello-World-Template/labels{/name}",
19489
- "languages_url": "https://api.github.com/repos/octocat/Hello-World-Template/languages",
19490
- "merges_url": "https://api.github.com/repos/octocat/Hello-World-Template/merges",
19491
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World-Template/milestones{/number}",
19492
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World-Template/notifications{?since,all,participating}",
19493
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World-Template/pulls{/number}",
19494
- "releases_url": "https://api.github.com/repos/octocat/Hello-World-Template/releases{/id}",
19495
- "ssh_url": "git@github.com:octocat/Hello-World-Template.git",
19496
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World-Template/stargazers",
19497
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World-Template/statuses/{sha}",
19498
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscribers",
19499
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscription",
19500
- "tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/tags",
19501
- "teams_url": "https://api.github.com/repos/octocat/Hello-World-Template/teams",
19502
- "trees_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/trees{/sha}",
19503
- "clone_url": "https://github.com/octocat/Hello-World-Template.git",
19504
- "mirror_url": "git:git.example.com/octocat/Hello-World-Template",
19505
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
19506
- "svn_url": "https://svn.github.com/octocat/Hello-World-Template",
19507
- "homepage": "https://github.com",
19508
- "language": null,
19509
- "forks": 9,
19510
- "forks_count": 9,
19511
- "stargazers_count": 80,
19512
- "watchers_count": 80,
19513
- "watchers": 80,
19514
- "size": 108,
19515
- "default_branch": "master",
19516
- "open_issues": 0,
19517
- "open_issues_count": 0,
19518
- "is_template": true,
19519
- "license": {
19520
- "key": "mit",
19521
- "name": "MIT License",
19522
- "url": "https://api.github.com/licenses/mit",
19523
- "spdx_id": "MIT",
19524
- "node_id": "MDc6TGljZW5zZW1pdA==",
19525
- "html_url": "https://api.github.com/licenses/mit"
19526
- },
19527
- "topics": ["octocat", "atom", "electron", "api"],
19528
- "has_issues": true,
19529
- "has_projects": true,
19530
- "has_wiki": true,
19531
- "has_pages": false,
19532
- "has_downloads": true,
19533
- "archived": false,
19534
- "disabled": false,
19535
- "visibility": "public",
19536
- "pushed_at": "2011-01-26T19:06:43Z",
19537
- "created_at": "2011-01-26T19:01:12Z",
19538
- "updated_at": "2011-01-26T19:14:43Z",
19539
- "permissions": { "admin": false, "push": false, "pull": true },
19540
- "allow_rebase_merge": true,
19541
- "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
19542
- "allow_squash_merge": true,
19543
- "allow_auto_merge": false,
19544
- "delete_branch_on_merge": true,
19545
- "allow_merge_commit": true,
19546
- "subscribers_count": 42,
19547
- "network_count": 0
19548
- }
19715
+ "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks"
19549
19716
  }
19550
19717
  },
19551
19718
  {
@@ -19608,7 +19775,6 @@
19608
19775
  "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
19609
19776
  "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
19610
19777
  "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
19611
- "git_url": "git:github.com/octocat/Hello-World.git",
19612
19778
  "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
19613
19779
  "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
19614
19780
  "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
@@ -19620,7 +19786,6 @@
19620
19786
  "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
19621
19787
  "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
19622
19788
  "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
19623
- "ssh_url": "git@github.com:octocat/Hello-World.git",
19624
19789
  "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
19625
19790
  "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
19626
19791
  "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
@@ -19628,145 +19793,7 @@
19628
19793
  "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
19629
19794
  "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
19630
19795
  "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
19631
- "clone_url": "https://github.com/octocat/Hello-World.git",
19632
- "mirror_url": "git:git.example.com/octocat/Hello-World",
19633
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
19634
- "svn_url": "https://svn.github.com/octocat/Hello-World",
19635
- "homepage": "https://github.com",
19636
- "language": null,
19637
- "forks_count": 9,
19638
- "stargazers_count": 80,
19639
- "watchers_count": 80,
19640
- "size": 108,
19641
- "default_branch": "master",
19642
- "open_issues_count": 0,
19643
- "is_template": false,
19644
- "topics": ["octocat", "atom", "electron", "api"],
19645
- "has_issues": true,
19646
- "has_projects": true,
19647
- "has_wiki": true,
19648
- "has_pages": false,
19649
- "has_downloads": true,
19650
- "archived": false,
19651
- "disabled": false,
19652
- "visibility": "public",
19653
- "pushed_at": "2011-01-26T19:06:43Z",
19654
- "created_at": "2011-01-26T19:01:12Z",
19655
- "updated_at": "2011-01-26T19:14:43Z",
19656
- "permissions": { "admin": false, "push": false, "pull": true },
19657
- "template_repository": {
19658
- "id": 1296269,
19659
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
19660
- "name": "Hello-World-Template",
19661
- "full_name": "octocat/Hello-World-Template",
19662
- "owner": {
19663
- "login": "octocat",
19664
- "id": 1,
19665
- "node_id": "MDQ6VXNlcjE=",
19666
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
19667
- "gravatar_id": "",
19668
- "url": "https://api.github.com/users/octocat",
19669
- "html_url": "https://github.com/octocat",
19670
- "followers_url": "https://api.github.com/users/octocat/followers",
19671
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
19672
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
19673
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
19674
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
19675
- "organizations_url": "https://api.github.com/users/octocat/orgs",
19676
- "repos_url": "https://api.github.com/users/octocat/repos",
19677
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
19678
- "received_events_url": "https://api.github.com/users/octocat/received_events",
19679
- "type": "User",
19680
- "site_admin": false
19681
- },
19682
- "private": false,
19683
- "html_url": "https://github.com/octocat/Hello-World-Template",
19684
- "description": "This your first repo!",
19685
- "fork": false,
19686
- "url": "https://api.github.com/repos/octocat/Hello-World-Template",
19687
- "archive_url": "https://api.github.com/repos/octocat/Hello-World-Template/{archive_format}{/ref}",
19688
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World-Template/assignees{/user}",
19689
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/blobs{/sha}",
19690
- "branches_url": "https://api.github.com/repos/octocat/Hello-World-Template/branches{/branch}",
19691
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World-Template/collaborators{/collaborator}",
19692
- "comments_url": "https://api.github.com/repos/octocat/Hello-World-Template/comments{/number}",
19693
- "commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/commits{/sha}",
19694
- "compare_url": "https://api.github.com/repos/octocat/Hello-World-Template/compare/{base}...{head}",
19695
- "contents_url": "https://api.github.com/repos/octocat/Hello-World-Template/contents/{+path}",
19696
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World-Template/contributors",
19697
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World-Template/deployments",
19698
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World-Template/downloads",
19699
- "events_url": "https://api.github.com/repos/octocat/Hello-World-Template/events",
19700
- "forks_url": "https://api.github.com/repos/octocat/Hello-World-Template/forks",
19701
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/commits{/sha}",
19702
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/refs{/sha}",
19703
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/tags{/sha}",
19704
- "git_url": "git:github.com/octocat/Hello-World-Template.git",
19705
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/comments{/number}",
19706
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/events{/number}",
19707
- "issues_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues{/number}",
19708
- "keys_url": "https://api.github.com/repos/octocat/Hello-World-Template/keys{/key_id}",
19709
- "labels_url": "https://api.github.com/repos/octocat/Hello-World-Template/labels{/name}",
19710
- "languages_url": "https://api.github.com/repos/octocat/Hello-World-Template/languages",
19711
- "merges_url": "https://api.github.com/repos/octocat/Hello-World-Template/merges",
19712
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World-Template/milestones{/number}",
19713
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World-Template/notifications{?since,all,participating}",
19714
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World-Template/pulls{/number}",
19715
- "releases_url": "https://api.github.com/repos/octocat/Hello-World-Template/releases{/id}",
19716
- "ssh_url": "git@github.com:octocat/Hello-World-Template.git",
19717
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World-Template/stargazers",
19718
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World-Template/statuses/{sha}",
19719
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscribers",
19720
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscription",
19721
- "tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/tags",
19722
- "teams_url": "https://api.github.com/repos/octocat/Hello-World-Template/teams",
19723
- "trees_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/trees{/sha}",
19724
- "clone_url": "https://github.com/octocat/Hello-World-Template.git",
19725
- "mirror_url": "git:git.example.com/octocat/Hello-World-Template",
19726
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
19727
- "svn_url": "https://svn.github.com/octocat/Hello-World-Template",
19728
- "homepage": "https://github.com",
19729
- "language": null,
19730
- "forks": 9,
19731
- "forks_count": 9,
19732
- "stargazers_count": 80,
19733
- "watchers_count": 80,
19734
- "watchers": 80,
19735
- "size": 108,
19736
- "default_branch": "master",
19737
- "open_issues": 0,
19738
- "open_issues_count": 0,
19739
- "is_template": true,
19740
- "license": {
19741
- "key": "mit",
19742
- "name": "MIT License",
19743
- "url": "https://api.github.com/licenses/mit",
19744
- "spdx_id": "MIT",
19745
- "node_id": "MDc6TGljZW5zZW1pdA==",
19746
- "html_url": "https://api.github.com/licenses/mit"
19747
- },
19748
- "topics": ["octocat", "atom", "electron", "api"],
19749
- "has_issues": true,
19750
- "has_projects": true,
19751
- "has_wiki": true,
19752
- "has_pages": false,
19753
- "has_downloads": true,
19754
- "archived": false,
19755
- "disabled": false,
19756
- "visibility": "public",
19757
- "pushed_at": "2011-01-26T19:06:43Z",
19758
- "created_at": "2011-01-26T19:01:12Z",
19759
- "updated_at": "2011-01-26T19:14:43Z",
19760
- "permissions": { "admin": false, "push": false, "pull": true },
19761
- "allow_rebase_merge": true,
19762
- "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
19763
- "allow_squash_merge": true,
19764
- "allow_auto_merge": false,
19765
- "delete_branch_on_merge": true,
19766
- "allow_merge_commit": true,
19767
- "subscribers_count": 42,
19768
- "network_count": 0
19769
- }
19796
+ "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks"
19770
19797
  }
19771
19798
  }
19772
19799
  ]
@@ -21193,7 +21220,6 @@
21193
21220
  "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
21194
21221
  "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
21195
21222
  "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
21196
- "git_url": "git:github.com/octocat/Hello-World.git",
21197
21223
  "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
21198
21224
  "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
21199
21225
  "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
@@ -21205,7 +21231,6 @@
21205
21231
  "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
21206
21232
  "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
21207
21233
  "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
21208
- "ssh_url": "git@github.com:octocat/Hello-World.git",
21209
21234
  "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
21210
21235
  "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
21211
21236
  "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
@@ -21213,145 +21238,7 @@
21213
21238
  "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
21214
21239
  "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
21215
21240
  "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
21216
- "clone_url": "https://github.com/octocat/Hello-World.git",
21217
- "mirror_url": "git:git.example.com/octocat/Hello-World",
21218
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
21219
- "svn_url": "https://svn.github.com/octocat/Hello-World",
21220
- "homepage": "https://github.com",
21221
- "language": null,
21222
- "forks_count": 9,
21223
- "stargazers_count": 80,
21224
- "watchers_count": 80,
21225
- "size": 108,
21226
- "default_branch": "master",
21227
- "open_issues_count": 0,
21228
- "is_template": false,
21229
- "topics": ["octocat", "atom", "electron", "api"],
21230
- "has_issues": true,
21231
- "has_projects": true,
21232
- "has_wiki": true,
21233
- "has_pages": false,
21234
- "has_downloads": true,
21235
- "archived": false,
21236
- "disabled": false,
21237
- "visibility": "public",
21238
- "pushed_at": "2011-01-26T19:06:43Z",
21239
- "created_at": "2011-01-26T19:01:12Z",
21240
- "updated_at": "2011-01-26T19:14:43Z",
21241
- "permissions": { "admin": false, "push": false, "pull": true },
21242
- "template_repository": {
21243
- "id": 1296269,
21244
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
21245
- "name": "Hello-World-Template",
21246
- "full_name": "octocat/Hello-World-Template",
21247
- "owner": {
21248
- "login": "octocat",
21249
- "id": 1,
21250
- "node_id": "MDQ6VXNlcjE=",
21251
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
21252
- "gravatar_id": "",
21253
- "url": "https://api.github.com/users/octocat",
21254
- "html_url": "https://github.com/octocat",
21255
- "followers_url": "https://api.github.com/users/octocat/followers",
21256
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
21257
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
21258
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
21259
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
21260
- "organizations_url": "https://api.github.com/users/octocat/orgs",
21261
- "repos_url": "https://api.github.com/users/octocat/repos",
21262
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
21263
- "received_events_url": "https://api.github.com/users/octocat/received_events",
21264
- "type": "User",
21265
- "site_admin": false
21266
- },
21267
- "private": false,
21268
- "html_url": "https://github.com/octocat/Hello-World-Template",
21269
- "description": "This your first repo!",
21270
- "fork": false,
21271
- "url": "https://api.github.com/repos/octocat/Hello-World-Template",
21272
- "archive_url": "https://api.github.com/repos/octocat/Hello-World-Template/{archive_format}{/ref}",
21273
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World-Template/assignees{/user}",
21274
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/blobs{/sha}",
21275
- "branches_url": "https://api.github.com/repos/octocat/Hello-World-Template/branches{/branch}",
21276
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World-Template/collaborators{/collaborator}",
21277
- "comments_url": "https://api.github.com/repos/octocat/Hello-World-Template/comments{/number}",
21278
- "commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/commits{/sha}",
21279
- "compare_url": "https://api.github.com/repos/octocat/Hello-World-Template/compare/{base}...{head}",
21280
- "contents_url": "https://api.github.com/repos/octocat/Hello-World-Template/contents/{+path}",
21281
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World-Template/contributors",
21282
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World-Template/deployments",
21283
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World-Template/downloads",
21284
- "events_url": "https://api.github.com/repos/octocat/Hello-World-Template/events",
21285
- "forks_url": "https://api.github.com/repos/octocat/Hello-World-Template/forks",
21286
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/commits{/sha}",
21287
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/refs{/sha}",
21288
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/tags{/sha}",
21289
- "git_url": "git:github.com/octocat/Hello-World-Template.git",
21290
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/comments{/number}",
21291
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/events{/number}",
21292
- "issues_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues{/number}",
21293
- "keys_url": "https://api.github.com/repos/octocat/Hello-World-Template/keys{/key_id}",
21294
- "labels_url": "https://api.github.com/repos/octocat/Hello-World-Template/labels{/name}",
21295
- "languages_url": "https://api.github.com/repos/octocat/Hello-World-Template/languages",
21296
- "merges_url": "https://api.github.com/repos/octocat/Hello-World-Template/merges",
21297
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World-Template/milestones{/number}",
21298
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World-Template/notifications{?since,all,participating}",
21299
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World-Template/pulls{/number}",
21300
- "releases_url": "https://api.github.com/repos/octocat/Hello-World-Template/releases{/id}",
21301
- "ssh_url": "git@github.com:octocat/Hello-World-Template.git",
21302
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World-Template/stargazers",
21303
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World-Template/statuses/{sha}",
21304
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscribers",
21305
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscription",
21306
- "tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/tags",
21307
- "teams_url": "https://api.github.com/repos/octocat/Hello-World-Template/teams",
21308
- "trees_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/trees{/sha}",
21309
- "clone_url": "https://github.com/octocat/Hello-World-Template.git",
21310
- "mirror_url": "git:git.example.com/octocat/Hello-World-Template",
21311
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
21312
- "svn_url": "https://svn.github.com/octocat/Hello-World-Template",
21313
- "homepage": "https://github.com",
21314
- "language": null,
21315
- "forks": 9,
21316
- "forks_count": 9,
21317
- "stargazers_count": 80,
21318
- "watchers_count": 80,
21319
- "watchers": 80,
21320
- "size": 108,
21321
- "default_branch": "master",
21322
- "open_issues": 0,
21323
- "open_issues_count": 0,
21324
- "is_template": true,
21325
- "license": {
21326
- "key": "mit",
21327
- "name": "MIT License",
21328
- "url": "https://api.github.com/licenses/mit",
21329
- "spdx_id": "MIT",
21330
- "node_id": "MDc6TGljZW5zZW1pdA==",
21331
- "html_url": "https://api.github.com/licenses/mit"
21332
- },
21333
- "topics": ["octocat", "atom", "electron", "api"],
21334
- "has_issues": true,
21335
- "has_projects": true,
21336
- "has_wiki": true,
21337
- "has_pages": false,
21338
- "has_downloads": true,
21339
- "archived": false,
21340
- "disabled": false,
21341
- "visibility": "public",
21342
- "pushed_at": "2011-01-26T19:06:43Z",
21343
- "created_at": "2011-01-26T19:01:12Z",
21344
- "updated_at": "2011-01-26T19:14:43Z",
21345
- "permissions": { "admin": false, "push": false, "pull": true },
21346
- "allow_rebase_merge": true,
21347
- "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
21348
- "allow_squash_merge": true,
21349
- "allow_auto_merge": false,
21350
- "delete_branch_on_merge": true,
21351
- "allow_merge_commit": true,
21352
- "subscribers_count": 42,
21353
- "network_count": 0
21354
- }
21241
+ "svn_url": "https://svn.github.com/octocat/Hello-World"
21355
21242
  }
21356
21243
  },
21357
21244
  {
@@ -21456,7 +21343,6 @@
21456
21343
  "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
21457
21344
  "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
21458
21345
  "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
21459
- "git_url": "git:github.com/octocat/Hello-World.git",
21460
21346
  "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
21461
21347
  "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
21462
21348
  "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
@@ -21468,7 +21354,6 @@
21468
21354
  "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
21469
21355
  "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
21470
21356
  "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
21471
- "ssh_url": "git@github.com:octocat/Hello-World.git",
21472
21357
  "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
21473
21358
  "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
21474
21359
  "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
@@ -21476,149 +21361,74 @@
21476
21361
  "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
21477
21362
  "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
21478
21363
  "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
21479
- "clone_url": "https://github.com/octocat/Hello-World.git",
21480
- "mirror_url": "git:git.example.com/octocat/Hello-World",
21481
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
21482
- "svn_url": "https://svn.github.com/octocat/Hello-World",
21483
- "homepage": "https://github.com",
21484
- "language": null,
21485
- "forks_count": 9,
21486
- "stargazers_count": 80,
21487
- "watchers_count": 80,
21488
- "size": 108,
21489
- "default_branch": "master",
21490
- "open_issues_count": 0,
21491
- "is_template": false,
21492
- "topics": ["octocat", "atom", "electron", "api"],
21493
- "has_issues": true,
21494
- "has_projects": true,
21495
- "has_wiki": true,
21496
- "has_pages": false,
21497
- "has_downloads": true,
21498
- "archived": false,
21499
- "disabled": false,
21500
- "visibility": "public",
21501
- "pushed_at": "2011-01-26T19:06:43Z",
21502
- "created_at": "2011-01-26T19:01:12Z",
21503
- "updated_at": "2011-01-26T19:14:43Z",
21504
- "permissions": { "admin": false, "push": false, "pull": true },
21505
- "template_repository": {
21506
- "id": 1296269,
21507
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
21508
- "name": "Hello-World-Template",
21509
- "full_name": "octocat/Hello-World-Template",
21510
- "owner": {
21511
- "login": "octocat",
21512
- "id": 1,
21513
- "node_id": "MDQ6VXNlcjE=",
21514
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
21515
- "gravatar_id": "",
21516
- "url": "https://api.github.com/users/octocat",
21517
- "html_url": "https://github.com/octocat",
21518
- "followers_url": "https://api.github.com/users/octocat/followers",
21519
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
21520
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
21521
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
21522
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
21523
- "organizations_url": "https://api.github.com/users/octocat/orgs",
21524
- "repos_url": "https://api.github.com/users/octocat/repos",
21525
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
21526
- "received_events_url": "https://api.github.com/users/octocat/received_events",
21527
- "type": "User",
21528
- "site_admin": false
21529
- },
21530
- "private": false,
21531
- "html_url": "https://github.com/octocat/Hello-World-Template",
21532
- "description": "This your first repo!",
21533
- "fork": false,
21534
- "url": "https://api.github.com/repos/octocat/Hello-World-Template",
21535
- "archive_url": "https://api.github.com/repos/octocat/Hello-World-Template/{archive_format}{/ref}",
21536
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World-Template/assignees{/user}",
21537
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/blobs{/sha}",
21538
- "branches_url": "https://api.github.com/repos/octocat/Hello-World-Template/branches{/branch}",
21539
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World-Template/collaborators{/collaborator}",
21540
- "comments_url": "https://api.github.com/repos/octocat/Hello-World-Template/comments{/number}",
21541
- "commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/commits{/sha}",
21542
- "compare_url": "https://api.github.com/repos/octocat/Hello-World-Template/compare/{base}...{head}",
21543
- "contents_url": "https://api.github.com/repos/octocat/Hello-World-Template/contents/{+path}",
21544
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World-Template/contributors",
21545
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World-Template/deployments",
21546
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World-Template/downloads",
21547
- "events_url": "https://api.github.com/repos/octocat/Hello-World-Template/events",
21548
- "forks_url": "https://api.github.com/repos/octocat/Hello-World-Template/forks",
21549
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/commits{/sha}",
21550
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/refs{/sha}",
21551
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/tags{/sha}",
21552
- "git_url": "git:github.com/octocat/Hello-World-Template.git",
21553
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/comments{/number}",
21554
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/events{/number}",
21555
- "issues_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues{/number}",
21556
- "keys_url": "https://api.github.com/repos/octocat/Hello-World-Template/keys{/key_id}",
21557
- "labels_url": "https://api.github.com/repos/octocat/Hello-World-Template/labels{/name}",
21558
- "languages_url": "https://api.github.com/repos/octocat/Hello-World-Template/languages",
21559
- "merges_url": "https://api.github.com/repos/octocat/Hello-World-Template/merges",
21560
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World-Template/milestones{/number}",
21561
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World-Template/notifications{?since,all,participating}",
21562
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World-Template/pulls{/number}",
21563
- "releases_url": "https://api.github.com/repos/octocat/Hello-World-Template/releases{/id}",
21564
- "ssh_url": "git@github.com:octocat/Hello-World-Template.git",
21565
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World-Template/stargazers",
21566
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World-Template/statuses/{sha}",
21567
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscribers",
21568
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscription",
21569
- "tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/tags",
21570
- "teams_url": "https://api.github.com/repos/octocat/Hello-World-Template/teams",
21571
- "trees_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/trees{/sha}",
21572
- "clone_url": "https://github.com/octocat/Hello-World-Template.git",
21573
- "mirror_url": "git:git.example.com/octocat/Hello-World-Template",
21574
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
21575
- "svn_url": "https://svn.github.com/octocat/Hello-World-Template",
21576
- "homepage": "https://github.com",
21577
- "language": null,
21578
- "forks": 9,
21579
- "forks_count": 9,
21580
- "stargazers_count": 80,
21581
- "watchers_count": 80,
21582
- "watchers": 80,
21583
- "size": 108,
21584
- "default_branch": "master",
21585
- "open_issues": 0,
21586
- "open_issues_count": 0,
21587
- "is_template": true,
21588
- "license": {
21589
- "key": "mit",
21590
- "name": "MIT License",
21591
- "url": "https://api.github.com/licenses/mit",
21592
- "spdx_id": "MIT",
21593
- "node_id": "MDc6TGljZW5zZW1pdA==",
21594
- "html_url": "https://api.github.com/licenses/mit"
21595
- },
21596
- "topics": ["octocat", "atom", "electron", "api"],
21597
- "has_issues": true,
21598
- "has_projects": true,
21599
- "has_wiki": true,
21600
- "has_pages": false,
21601
- "has_downloads": true,
21602
- "archived": false,
21603
- "disabled": false,
21604
- "visibility": "public",
21605
- "pushed_at": "2011-01-26T19:06:43Z",
21606
- "created_at": "2011-01-26T19:01:12Z",
21607
- "updated_at": "2011-01-26T19:14:43Z",
21608
- "permissions": { "admin": false, "push": false, "pull": true },
21609
- "allow_rebase_merge": true,
21610
- "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
21611
- "allow_squash_merge": true,
21612
- "allow_auto_merge": false,
21613
- "delete_branch_on_merge": true,
21614
- "allow_merge_commit": true,
21615
- "subscribers_count": 42,
21616
- "network_count": 0
21617
- }
21364
+ "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks"
21618
21365
  }
21619
21366
  }
21620
21367
  ]
21621
21368
  },
21369
+ "public-org-events-items": {
21370
+ "value": [
21371
+ {
21372
+ "id": "22237752260",
21373
+ "type": "WatchEvent",
21374
+ "actor": {
21375
+ "id": 583231,
21376
+ "login": "octocat",
21377
+ "display_login": "octocat",
21378
+ "gravatar_id": "",
21379
+ "url": "https://api.github.com/users/octocat",
21380
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
21381
+ },
21382
+ "repo": {
21383
+ "id": 1296269,
21384
+ "name": "octo-org/octo-repo",
21385
+ "url": "https://api.github.com/repos/octo-org/octo-repo"
21386
+ },
21387
+ "payload": { "action": "started" },
21388
+ "public": true,
21389
+ "created_at": "2022-06-08T23:29:25Z"
21390
+ },
21391
+ {
21392
+ "id": "22249084964",
21393
+ "type": "PushEvent",
21394
+ "actor": {
21395
+ "id": 583231,
21396
+ "login": "octocat",
21397
+ "display_login": "octocat",
21398
+ "gravatar_id": "",
21399
+ "url": "https://api.github.com/users/octocat",
21400
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
21401
+ },
21402
+ "repo": {
21403
+ "id": 1296269,
21404
+ "name": "octo-org/octo-repo",
21405
+ "url": "https://api.github.com/repos/octo-org/oct-repo"
21406
+ },
21407
+ "payload": {
21408
+ "push_id": 10115855396,
21409
+ "size": 1,
21410
+ "distinct_size": 1,
21411
+ "ref": "refs/heads/master",
21412
+ "head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
21413
+ "before": "883efe034920928c47fe18598c01249d1a9fdabd",
21414
+ "commits": [
21415
+ {
21416
+ "sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
21417
+ "author": {
21418
+ "email": "octocat@github.com",
21419
+ "name": "Monalisa Octocat"
21420
+ },
21421
+ "message": "commit",
21422
+ "distinct": true,
21423
+ "url": "https://api.github.com/repos/octo-org/oct-repo/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
21424
+ }
21425
+ ]
21426
+ },
21427
+ "public": true,
21428
+ "created_at": "2022-06-09T12:47:28Z"
21429
+ }
21430
+ ]
21431
+ },
21622
21432
  "migration-with-short-org-items": {
21623
21433
  "value": [
21624
21434
  {
@@ -25669,6 +25479,69 @@
25669
25479
  "url": "https://api.github.com/repos/octocat/Hello-World/6dcb09b5b57875f334f61aebed695e2e4193db5e/status"
25670
25480
  }
25671
25481
  },
25482
+ "repo-events-items": {
25483
+ "value": [
25484
+ {
25485
+ "id": "22249084964",
25486
+ "type": "PushEvent",
25487
+ "actor": {
25488
+ "id": 583231,
25489
+ "login": "octocat",
25490
+ "display_login": "octocat",
25491
+ "gravatar_id": "",
25492
+ "url": "https://api.github.com/users/octocat",
25493
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
25494
+ },
25495
+ "repo": {
25496
+ "id": 1296269,
25497
+ "name": "octocat/Hello-World",
25498
+ "url": "https://api.github.com/repos/octocat/Hello-World"
25499
+ },
25500
+ "payload": {
25501
+ "push_id": 10115855396,
25502
+ "size": 1,
25503
+ "distinct_size": 1,
25504
+ "ref": "refs/heads/master",
25505
+ "head": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
25506
+ "before": "883efe034920928c47fe18598c01249d1a9fdabd",
25507
+ "commits": [
25508
+ {
25509
+ "sha": "7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300",
25510
+ "author": {
25511
+ "email": "octocat@github.com",
25512
+ "name": "Monalisa Octocat"
25513
+ },
25514
+ "message": "commit",
25515
+ "distinct": true,
25516
+ "url": "https://api.github.com/repos/octocat/Hello-World/commits/7a8f3ac80e2ad2f6842cb86f576d4bfe2c03e300"
25517
+ }
25518
+ ]
25519
+ },
25520
+ "public": true,
25521
+ "created_at": "2022-06-09T12:47:28Z"
25522
+ },
25523
+ {
25524
+ "id": "22237752260",
25525
+ "type": "WatchEvent",
25526
+ "actor": {
25527
+ "id": 583231,
25528
+ "login": "octocat",
25529
+ "display_login": "octocat",
25530
+ "gravatar_id": "",
25531
+ "url": "https://api.github.com/users/octocat",
25532
+ "avatar_url": "https://avatars.githubusercontent.com/u/583231?v=4"
25533
+ },
25534
+ "repo": {
25535
+ "id": 1296269,
25536
+ "name": "octocat/Hello-World",
25537
+ "url": "https://api.github.com/repos/octocat/Hello-World"
25538
+ },
25539
+ "payload": { "action": "started" },
25540
+ "public": true,
25541
+ "created_at": "2022-06-08T23:29:25Z"
25542
+ }
25543
+ ]
25544
+ },
25672
25545
  "minimal-repository-items-2": {
25673
25546
  "value": [
25674
25547
  {