@octokit/openapi 6.1.2 → 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 +3 -3
|
@@ -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" },
|
|
@@ -3142,7 +3142,7 @@
|
|
|
3142
3142
|
"type": "string",
|
|
3143
3143
|
"description": "The secret that was detected."
|
|
3144
3144
|
},
|
|
3145
|
-
"repository": { "$ref": "#/components/schemas/
|
|
3145
|
+
"repository": { "$ref": "#/components/schemas/simple-repository" }
|
|
3146
3146
|
}
|
|
3147
3147
|
},
|
|
3148
3148
|
"thread": {
|
|
@@ -4711,51 +4711,300 @@
|
|
|
4711
4711
|
],
|
|
4712
4712
|
"nullable": true
|
|
4713
4713
|
},
|
|
4714
|
-
"
|
|
4715
|
-
"title": "
|
|
4716
|
-
"description": "
|
|
4717
|
-
"type": "object",
|
|
4718
|
-
"properties": {
|
|
4719
|
-
"message": { "type": "string" },
|
|
4720
|
-
"documentation_url": { "type": "string" },
|
|
4721
|
-
"url": { "type": "string" },
|
|
4722
|
-
"status": { "type": "string" }
|
|
4723
|
-
}
|
|
4724
|
-
},
|
|
4725
|
-
"validation-error": {
|
|
4726
|
-
"title": "Validation Error",
|
|
4727
|
-
"description": "Validation Error",
|
|
4714
|
+
"simple-repository": {
|
|
4715
|
+
"title": "Simple Repository",
|
|
4716
|
+
"description": "Simple Repository",
|
|
4728
4717
|
"type": "object",
|
|
4729
|
-
"required": ["message", "documentation_url"],
|
|
4730
4718
|
"properties": {
|
|
4731
|
-
"
|
|
4732
|
-
|
|
4733
|
-
|
|
4734
|
-
"
|
|
4735
|
-
|
|
4736
|
-
|
|
4737
|
-
|
|
4738
|
-
|
|
4739
|
-
|
|
4740
|
-
|
|
4741
|
-
|
|
4742
|
-
|
|
4743
|
-
|
|
4744
|
-
|
|
4745
|
-
|
|
4746
|
-
|
|
4747
|
-
|
|
4748
|
-
|
|
4749
|
-
|
|
4750
|
-
|
|
4751
|
-
|
|
4752
|
-
|
|
4753
|
-
|
|
4754
|
-
|
|
4755
|
-
|
|
4756
|
-
|
|
4719
|
+
"id": {
|
|
4720
|
+
"type": "integer",
|
|
4721
|
+
"example": 1296269,
|
|
4722
|
+
"description": "A unique identifier of the repository."
|
|
4723
|
+
},
|
|
4724
|
+
"node_id": {
|
|
4725
|
+
"type": "string",
|
|
4726
|
+
"example": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
|
|
4727
|
+
"description": "The GraphQL identifier of the repository."
|
|
4728
|
+
},
|
|
4729
|
+
"name": {
|
|
4730
|
+
"type": "string",
|
|
4731
|
+
"example": "Hello-World",
|
|
4732
|
+
"description": "The name of the repository."
|
|
4733
|
+
},
|
|
4734
|
+
"full_name": {
|
|
4735
|
+
"type": "string",
|
|
4736
|
+
"example": "octocat/Hello-World",
|
|
4737
|
+
"description": "The full, globally unique, name of the repository."
|
|
4738
|
+
},
|
|
4739
|
+
"owner": { "$ref": "#/components/schemas/simple-user" },
|
|
4740
|
+
"private": {
|
|
4741
|
+
"type": "boolean",
|
|
4742
|
+
"description": "Whether the repository is private."
|
|
4743
|
+
},
|
|
4744
|
+
"html_url": {
|
|
4745
|
+
"type": "string",
|
|
4746
|
+
"format": "uri",
|
|
4747
|
+
"example": "https://github.com/octocat/Hello-World",
|
|
4748
|
+
"description": "The URL to view the repository on GitHub.com."
|
|
4749
|
+
},
|
|
4750
|
+
"description": {
|
|
4751
|
+
"type": "string",
|
|
4752
|
+
"example": "This your first repo!",
|
|
4753
|
+
"nullable": true,
|
|
4754
|
+
"description": "The repository description."
|
|
4755
|
+
},
|
|
4756
|
+
"fork": {
|
|
4757
|
+
"type": "boolean",
|
|
4758
|
+
"description": "Whether the repository is a fork."
|
|
4759
|
+
},
|
|
4760
|
+
"url": {
|
|
4761
|
+
"type": "string",
|
|
4762
|
+
"format": "uri",
|
|
4763
|
+
"example": "https://api.github.com/repos/octocat/Hello-World",
|
|
4764
|
+
"description": "The URL to get more information about the repository from the GitHub API."
|
|
4765
|
+
},
|
|
4766
|
+
"archive_url": {
|
|
4767
|
+
"type": "string",
|
|
4768
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
|
|
4769
|
+
"description": "A template for the API URL to download the repository as an archive."
|
|
4770
|
+
},
|
|
4771
|
+
"assignees_url": {
|
|
4772
|
+
"type": "string",
|
|
4773
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
|
|
4774
|
+
"description": "A template for the API URL to list the available assignees for issues in the repository."
|
|
4775
|
+
},
|
|
4776
|
+
"blobs_url": {
|
|
4777
|
+
"type": "string",
|
|
4778
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
|
|
4779
|
+
"description": "A template for the API URL to create or retrieve a raw Git blob in the repository."
|
|
4780
|
+
},
|
|
4781
|
+
"branches_url": {
|
|
4782
|
+
"type": "string",
|
|
4783
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
|
|
4784
|
+
"description": "A template for the API URL to get information about branches in the repository."
|
|
4785
|
+
},
|
|
4786
|
+
"collaborators_url": {
|
|
4787
|
+
"type": "string",
|
|
4788
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
|
|
4789
|
+
"description": "A template for the API URL to get information about collaborators of the repository."
|
|
4790
|
+
},
|
|
4791
|
+
"comments_url": {
|
|
4792
|
+
"type": "string",
|
|
4793
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
|
|
4794
|
+
"description": "A template for the API URL to get information about comments on the repository."
|
|
4795
|
+
},
|
|
4796
|
+
"commits_url": {
|
|
4797
|
+
"type": "string",
|
|
4798
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
|
|
4799
|
+
"description": "A template for the API URL to get information about commits on the repository."
|
|
4800
|
+
},
|
|
4801
|
+
"compare_url": {
|
|
4802
|
+
"type": "string",
|
|
4803
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
|
|
4804
|
+
"description": "A template for the API URL to compare two commits or refs."
|
|
4805
|
+
},
|
|
4806
|
+
"contents_url": {
|
|
4807
|
+
"type": "string",
|
|
4808
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
|
|
4809
|
+
"description": "A template for the API URL to get the contents of the repository."
|
|
4810
|
+
},
|
|
4811
|
+
"contributors_url": {
|
|
4812
|
+
"type": "string",
|
|
4813
|
+
"format": "uri",
|
|
4814
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/contributors",
|
|
4815
|
+
"description": "A template for the API URL to list the contributors to the repository."
|
|
4816
|
+
},
|
|
4817
|
+
"deployments_url": {
|
|
4818
|
+
"type": "string",
|
|
4819
|
+
"format": "uri",
|
|
4820
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/deployments",
|
|
4821
|
+
"description": "The API URL to list the deployments of the repository."
|
|
4822
|
+
},
|
|
4823
|
+
"downloads_url": {
|
|
4824
|
+
"type": "string",
|
|
4825
|
+
"format": "uri",
|
|
4826
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/downloads",
|
|
4827
|
+
"description": "The API URL to list the downloads on the repository."
|
|
4828
|
+
},
|
|
4829
|
+
"events_url": {
|
|
4830
|
+
"type": "string",
|
|
4831
|
+
"format": "uri",
|
|
4832
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/events",
|
|
4833
|
+
"description": "The API URL to list the events of the repository."
|
|
4834
|
+
},
|
|
4835
|
+
"forks_url": {
|
|
4836
|
+
"type": "string",
|
|
4837
|
+
"format": "uri",
|
|
4838
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/forks",
|
|
4839
|
+
"description": "The API URL to list the forks of the repository."
|
|
4840
|
+
},
|
|
4841
|
+
"git_commits_url": {
|
|
4842
|
+
"type": "string",
|
|
4843
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
|
|
4844
|
+
"description": "A template for the API URL to get information about Git commits of the repository."
|
|
4845
|
+
},
|
|
4846
|
+
"git_refs_url": {
|
|
4847
|
+
"type": "string",
|
|
4848
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
|
|
4849
|
+
"description": "A template for the API URL to get information about Git refs of the repository."
|
|
4850
|
+
},
|
|
4851
|
+
"git_tags_url": {
|
|
4852
|
+
"type": "string",
|
|
4853
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
|
|
4854
|
+
"description": "A template for the API URL to get information about Git tags of the repository."
|
|
4855
|
+
},
|
|
4856
|
+
"issue_comment_url": {
|
|
4857
|
+
"type": "string",
|
|
4858
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
|
|
4859
|
+
"description": "A template for the API URL to get information about issue comments on the repository."
|
|
4860
|
+
},
|
|
4861
|
+
"issue_events_url": {
|
|
4862
|
+
"type": "string",
|
|
4863
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
|
|
4864
|
+
"description": "A template for the API URL to get information about issue events on the repository."
|
|
4865
|
+
},
|
|
4866
|
+
"issues_url": {
|
|
4867
|
+
"type": "string",
|
|
4868
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
|
|
4869
|
+
"description": "A template for the API URL to get information about issues on the repository."
|
|
4870
|
+
},
|
|
4871
|
+
"keys_url": {
|
|
4872
|
+
"type": "string",
|
|
4873
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
|
|
4874
|
+
"description": "A template for the API URL to get information about deploy keys on the repository."
|
|
4875
|
+
},
|
|
4876
|
+
"labels_url": {
|
|
4877
|
+
"type": "string",
|
|
4878
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
|
|
4879
|
+
"description": "A template for the API URL to get information about labels of the repository."
|
|
4880
|
+
},
|
|
4881
|
+
"languages_url": {
|
|
4882
|
+
"type": "string",
|
|
4883
|
+
"format": "uri",
|
|
4884
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/languages",
|
|
4885
|
+
"description": "The API URL to get information about the languages of the repository."
|
|
4886
|
+
},
|
|
4887
|
+
"merges_url": {
|
|
4888
|
+
"type": "string",
|
|
4889
|
+
"format": "uri",
|
|
4890
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/merges",
|
|
4891
|
+
"description": "The API URL to merge branches in the repository."
|
|
4892
|
+
},
|
|
4893
|
+
"milestones_url": {
|
|
4894
|
+
"type": "string",
|
|
4895
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
|
|
4896
|
+
"description": "A template for the API URL to get information about milestones of the repository."
|
|
4897
|
+
},
|
|
4898
|
+
"notifications_url": {
|
|
4899
|
+
"type": "string",
|
|
4900
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
|
|
4901
|
+
"description": "A template for the API URL to get information about notifications on the repository."
|
|
4902
|
+
},
|
|
4903
|
+
"pulls_url": {
|
|
4904
|
+
"type": "string",
|
|
4905
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
|
|
4906
|
+
"description": "A template for the API URL to get information about pull requests on the repository."
|
|
4907
|
+
},
|
|
4908
|
+
"releases_url": {
|
|
4909
|
+
"type": "string",
|
|
4910
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
|
|
4911
|
+
"description": "A template for the API URL to get information about releases on the repository."
|
|
4912
|
+
},
|
|
4913
|
+
"stargazers_url": {
|
|
4914
|
+
"type": "string",
|
|
4915
|
+
"format": "uri",
|
|
4916
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/stargazers",
|
|
4917
|
+
"description": "The API URL to list the stargazers on the repository."
|
|
4918
|
+
},
|
|
4919
|
+
"statuses_url": {
|
|
4920
|
+
"type": "string",
|
|
4921
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
|
|
4922
|
+
"description": "A template for the API URL to get information about statuses of a commit."
|
|
4923
|
+
},
|
|
4924
|
+
"subscribers_url": {
|
|
4925
|
+
"type": "string",
|
|
4926
|
+
"format": "uri",
|
|
4927
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/subscribers",
|
|
4928
|
+
"description": "The API URL to list the subscribers on the repository."
|
|
4929
|
+
},
|
|
4930
|
+
"subscription_url": {
|
|
4931
|
+
"type": "string",
|
|
4932
|
+
"format": "uri",
|
|
4933
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/subscription",
|
|
4934
|
+
"description": "The API URL to subscribe to notifications for this repository."
|
|
4935
|
+
},
|
|
4936
|
+
"tags_url": {
|
|
4937
|
+
"type": "string",
|
|
4938
|
+
"format": "uri",
|
|
4939
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/tags",
|
|
4940
|
+
"description": "The API URL to get information about tags on the repository."
|
|
4941
|
+
},
|
|
4942
|
+
"teams_url": {
|
|
4943
|
+
"type": "string",
|
|
4944
|
+
"format": "uri",
|
|
4945
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/teams",
|
|
4946
|
+
"description": "The API URL to list the teams on the repository."
|
|
4947
|
+
},
|
|
4948
|
+
"trees_url": {
|
|
4949
|
+
"type": "string",
|
|
4950
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
|
|
4951
|
+
"description": "A template for the API URL to create or retrieve a raw Git tree of the repository."
|
|
4952
|
+
},
|
|
4953
|
+
"hooks_url": {
|
|
4954
|
+
"type": "string",
|
|
4955
|
+
"format": "uri",
|
|
4956
|
+
"example": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
4957
|
+
"description": "The API URL to list the hooks on the repository."
|
|
4757
4958
|
}
|
|
4758
|
-
}
|
|
4959
|
+
},
|
|
4960
|
+
"required": [
|
|
4961
|
+
"archive_url",
|
|
4962
|
+
"assignees_url",
|
|
4963
|
+
"blobs_url",
|
|
4964
|
+
"branches_url",
|
|
4965
|
+
"collaborators_url",
|
|
4966
|
+
"comments_url",
|
|
4967
|
+
"commits_url",
|
|
4968
|
+
"compare_url",
|
|
4969
|
+
"contents_url",
|
|
4970
|
+
"contributors_url",
|
|
4971
|
+
"deployments_url",
|
|
4972
|
+
"description",
|
|
4973
|
+
"downloads_url",
|
|
4974
|
+
"events_url",
|
|
4975
|
+
"fork",
|
|
4976
|
+
"forks_url",
|
|
4977
|
+
"full_name",
|
|
4978
|
+
"git_commits_url",
|
|
4979
|
+
"git_refs_url",
|
|
4980
|
+
"git_tags_url",
|
|
4981
|
+
"hooks_url",
|
|
4982
|
+
"html_url",
|
|
4983
|
+
"id",
|
|
4984
|
+
"node_id",
|
|
4985
|
+
"issue_comment_url",
|
|
4986
|
+
"issue_events_url",
|
|
4987
|
+
"issues_url",
|
|
4988
|
+
"keys_url",
|
|
4989
|
+
"labels_url",
|
|
4990
|
+
"languages_url",
|
|
4991
|
+
"merges_url",
|
|
4992
|
+
"milestones_url",
|
|
4993
|
+
"name",
|
|
4994
|
+
"notifications_url",
|
|
4995
|
+
"owner",
|
|
4996
|
+
"private",
|
|
4997
|
+
"pulls_url",
|
|
4998
|
+
"releases_url",
|
|
4999
|
+
"stargazers_url",
|
|
5000
|
+
"statuses_url",
|
|
5001
|
+
"subscribers_url",
|
|
5002
|
+
"subscription_url",
|
|
5003
|
+
"tags_url",
|
|
5004
|
+
"teams_url",
|
|
5005
|
+
"trees_url",
|
|
5006
|
+
"url"
|
|
5007
|
+
]
|
|
4759
5008
|
},
|
|
4760
5009
|
"simple-user": {
|
|
4761
5010
|
"title": "Simple User",
|
|
@@ -4856,6 +5105,52 @@
|
|
|
4856
5105
|
"url"
|
|
4857
5106
|
]
|
|
4858
5107
|
},
|
|
5108
|
+
"basic-error": {
|
|
5109
|
+
"title": "Basic Error",
|
|
5110
|
+
"description": "Basic Error",
|
|
5111
|
+
"type": "object",
|
|
5112
|
+
"properties": {
|
|
5113
|
+
"message": { "type": "string" },
|
|
5114
|
+
"documentation_url": { "type": "string" },
|
|
5115
|
+
"url": { "type": "string" },
|
|
5116
|
+
"status": { "type": "string" }
|
|
5117
|
+
}
|
|
5118
|
+
},
|
|
5119
|
+
"validation-error": {
|
|
5120
|
+
"title": "Validation Error",
|
|
5121
|
+
"description": "Validation Error",
|
|
5122
|
+
"type": "object",
|
|
5123
|
+
"required": ["message", "documentation_url"],
|
|
5124
|
+
"properties": {
|
|
5125
|
+
"message": { "type": "string" },
|
|
5126
|
+
"documentation_url": { "type": "string" },
|
|
5127
|
+
"errors": {
|
|
5128
|
+
"type": "array",
|
|
5129
|
+
"items": {
|
|
5130
|
+
"type": "object",
|
|
5131
|
+
"required": ["code"],
|
|
5132
|
+
"properties": {
|
|
5133
|
+
"resource": { "type": "string" },
|
|
5134
|
+
"field": { "type": "string" },
|
|
5135
|
+
"message": { "type": "string" },
|
|
5136
|
+
"code": { "type": "string" },
|
|
5137
|
+
"index": { "type": "integer" },
|
|
5138
|
+
"value": {
|
|
5139
|
+
"oneOf": [
|
|
5140
|
+
{ "type": "string", "nullable": true },
|
|
5141
|
+
{ "type": "integer", "nullable": true },
|
|
5142
|
+
{
|
|
5143
|
+
"type": "array",
|
|
5144
|
+
"nullable": true,
|
|
5145
|
+
"items": { "type": "string" }
|
|
5146
|
+
}
|
|
5147
|
+
]
|
|
5148
|
+
}
|
|
5149
|
+
}
|
|
5150
|
+
}
|
|
5151
|
+
}
|
|
5152
|
+
}
|
|
5153
|
+
},
|
|
4859
5154
|
"nullable-repository": {
|
|
4860
5155
|
"title": "Repository",
|
|
4861
5156
|
"description": "A git repository",
|
|
@@ -6028,7 +6323,6 @@
|
|
|
6028
6323
|
"git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
|
|
6029
6324
|
"git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
|
|
6030
6325
|
"git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
|
|
6031
|
-
"git_url": "git:github.com/octocat/Hello-World.git",
|
|
6032
6326
|
"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
|
|
6033
6327
|
"issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
|
|
6034
6328
|
"issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
|
|
@@ -6040,7 +6334,6 @@
|
|
|
6040
6334
|
"notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
|
|
6041
6335
|
"pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
|
|
6042
6336
|
"releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
|
|
6043
|
-
"ssh_url": "git@github.com:octocat/Hello-World.git",
|
|
6044
6337
|
"stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
|
|
6045
6338
|
"statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
|
|
6046
6339
|
"subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
|
|
@@ -6048,145 +6341,7 @@
|
|
|
6048
6341
|
"tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
|
|
6049
6342
|
"teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
|
|
6050
6343
|
"trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
|
|
6051
|
-
"
|
|
6052
|
-
"mirror_url": "git:git.example.com/octocat/Hello-World",
|
|
6053
|
-
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
6054
|
-
"svn_url": "https://svn.github.com/octocat/Hello-World",
|
|
6055
|
-
"homepage": "https://github.com",
|
|
6056
|
-
"language": null,
|
|
6057
|
-
"forks_count": 9,
|
|
6058
|
-
"stargazers_count": 80,
|
|
6059
|
-
"watchers_count": 80,
|
|
6060
|
-
"size": 108,
|
|
6061
|
-
"default_branch": "master",
|
|
6062
|
-
"open_issues_count": 0,
|
|
6063
|
-
"is_template": false,
|
|
6064
|
-
"topics": ["octocat", "atom", "electron", "api"],
|
|
6065
|
-
"has_issues": true,
|
|
6066
|
-
"has_projects": true,
|
|
6067
|
-
"has_wiki": true,
|
|
6068
|
-
"has_pages": false,
|
|
6069
|
-
"has_downloads": true,
|
|
6070
|
-
"archived": false,
|
|
6071
|
-
"disabled": false,
|
|
6072
|
-
"visibility": "public",
|
|
6073
|
-
"pushed_at": "2011-01-26T19:06:43Z",
|
|
6074
|
-
"created_at": "2011-01-26T19:01:12Z",
|
|
6075
|
-
"updated_at": "2011-01-26T19:14:43Z",
|
|
6076
|
-
"permissions": { "admin": false, "push": false, "pull": true },
|
|
6077
|
-
"template_repository": {
|
|
6078
|
-
"id": 1296269,
|
|
6079
|
-
"node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
|
|
6080
|
-
"name": "Hello-World-Template",
|
|
6081
|
-
"full_name": "octocat/Hello-World-Template",
|
|
6082
|
-
"owner": {
|
|
6083
|
-
"login": "octocat",
|
|
6084
|
-
"id": 1,
|
|
6085
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
6086
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
6087
|
-
"gravatar_id": "",
|
|
6088
|
-
"url": "https://api.github.com/users/octocat",
|
|
6089
|
-
"html_url": "https://github.com/octocat",
|
|
6090
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
6091
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
6092
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
6093
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
6094
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
6095
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
6096
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
6097
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
6098
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
6099
|
-
"type": "User",
|
|
6100
|
-
"site_admin": false
|
|
6101
|
-
},
|
|
6102
|
-
"private": false,
|
|
6103
|
-
"html_url": "https://github.com/octocat/Hello-World-Template",
|
|
6104
|
-
"description": "This your first repo!",
|
|
6105
|
-
"fork": false,
|
|
6106
|
-
"url": "https://api.github.com/repos/octocat/Hello-World-Template",
|
|
6107
|
-
"archive_url": "https://api.github.com/repos/octocat/Hello-World-Template/{archive_format}{/ref}",
|
|
6108
|
-
"assignees_url": "https://api.github.com/repos/octocat/Hello-World-Template/assignees{/user}",
|
|
6109
|
-
"blobs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/blobs{/sha}",
|
|
6110
|
-
"branches_url": "https://api.github.com/repos/octocat/Hello-World-Template/branches{/branch}",
|
|
6111
|
-
"collaborators_url": "https://api.github.com/repos/octocat/Hello-World-Template/collaborators{/collaborator}",
|
|
6112
|
-
"comments_url": "https://api.github.com/repos/octocat/Hello-World-Template/comments{/number}",
|
|
6113
|
-
"commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/commits{/sha}",
|
|
6114
|
-
"compare_url": "https://api.github.com/repos/octocat/Hello-World-Template/compare/{base}...{head}",
|
|
6115
|
-
"contents_url": "https://api.github.com/repos/octocat/Hello-World-Template/contents/{+path}",
|
|
6116
|
-
"contributors_url": "https://api.github.com/repos/octocat/Hello-World-Template/contributors",
|
|
6117
|
-
"deployments_url": "https://api.github.com/repos/octocat/Hello-World-Template/deployments",
|
|
6118
|
-
"downloads_url": "https://api.github.com/repos/octocat/Hello-World-Template/downloads",
|
|
6119
|
-
"events_url": "https://api.github.com/repos/octocat/Hello-World-Template/events",
|
|
6120
|
-
"forks_url": "https://api.github.com/repos/octocat/Hello-World-Template/forks",
|
|
6121
|
-
"git_commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/commits{/sha}",
|
|
6122
|
-
"git_refs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/refs{/sha}",
|
|
6123
|
-
"git_tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/tags{/sha}",
|
|
6124
|
-
"git_url": "git:github.com/octocat/Hello-World-Template.git",
|
|
6125
|
-
"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/comments{/number}",
|
|
6126
|
-
"issue_events_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/events{/number}",
|
|
6127
|
-
"issues_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues{/number}",
|
|
6128
|
-
"keys_url": "https://api.github.com/repos/octocat/Hello-World-Template/keys{/key_id}",
|
|
6129
|
-
"labels_url": "https://api.github.com/repos/octocat/Hello-World-Template/labels{/name}",
|
|
6130
|
-
"languages_url": "https://api.github.com/repos/octocat/Hello-World-Template/languages",
|
|
6131
|
-
"merges_url": "https://api.github.com/repos/octocat/Hello-World-Template/merges",
|
|
6132
|
-
"milestones_url": "https://api.github.com/repos/octocat/Hello-World-Template/milestones{/number}",
|
|
6133
|
-
"notifications_url": "https://api.github.com/repos/octocat/Hello-World-Template/notifications{?since,all,participating}",
|
|
6134
|
-
"pulls_url": "https://api.github.com/repos/octocat/Hello-World-Template/pulls{/number}",
|
|
6135
|
-
"releases_url": "https://api.github.com/repos/octocat/Hello-World-Template/releases{/id}",
|
|
6136
|
-
"ssh_url": "git@github.com:octocat/Hello-World-Template.git",
|
|
6137
|
-
"stargazers_url": "https://api.github.com/repos/octocat/Hello-World-Template/stargazers",
|
|
6138
|
-
"statuses_url": "https://api.github.com/repos/octocat/Hello-World-Template/statuses/{sha}",
|
|
6139
|
-
"subscribers_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscribers",
|
|
6140
|
-
"subscription_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscription",
|
|
6141
|
-
"tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/tags",
|
|
6142
|
-
"teams_url": "https://api.github.com/repos/octocat/Hello-World-Template/teams",
|
|
6143
|
-
"trees_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/trees{/sha}",
|
|
6144
|
-
"clone_url": "https://github.com/octocat/Hello-World-Template.git",
|
|
6145
|
-
"mirror_url": "git:git.example.com/octocat/Hello-World-Template",
|
|
6146
|
-
"hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
|
|
6147
|
-
"svn_url": "https://svn.github.com/octocat/Hello-World-Template",
|
|
6148
|
-
"homepage": "https://github.com",
|
|
6149
|
-
"language": null,
|
|
6150
|
-
"forks": 9,
|
|
6151
|
-
"forks_count": 9,
|
|
6152
|
-
"stargazers_count": 80,
|
|
6153
|
-
"watchers_count": 80,
|
|
6154
|
-
"watchers": 80,
|
|
6155
|
-
"size": 108,
|
|
6156
|
-
"default_branch": "master",
|
|
6157
|
-
"open_issues": 0,
|
|
6158
|
-
"open_issues_count": 0,
|
|
6159
|
-
"is_template": true,
|
|
6160
|
-
"license": {
|
|
6161
|
-
"key": "mit",
|
|
6162
|
-
"name": "MIT License",
|
|
6163
|
-
"url": "https://api.github.com/licenses/mit",
|
|
6164
|
-
"spdx_id": "MIT",
|
|
6165
|
-
"node_id": "MDc6TGljZW5zZW1pdA==",
|
|
6166
|
-
"html_url": "https://api.github.com/licenses/mit"
|
|
6167
|
-
},
|
|
6168
|
-
"topics": ["octocat", "atom", "electron", "api"],
|
|
6169
|
-
"has_issues": true,
|
|
6170
|
-
"has_projects": true,
|
|
6171
|
-
"has_wiki": true,
|
|
6172
|
-
"has_pages": false,
|
|
6173
|
-
"has_downloads": true,
|
|
6174
|
-
"archived": false,
|
|
6175
|
-
"disabled": false,
|
|
6176
|
-
"visibility": "public",
|
|
6177
|
-
"pushed_at": "2011-01-26T19:06:43Z",
|
|
6178
|
-
"created_at": "2011-01-26T19:01:12Z",
|
|
6179
|
-
"updated_at": "2011-01-26T19:14:43Z",
|
|
6180
|
-
"permissions": { "admin": false, "push": false, "pull": true },
|
|
6181
|
-
"allow_rebase_merge": true,
|
|
6182
|
-
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
6183
|
-
"allow_squash_merge": true,
|
|
6184
|
-
"allow_auto_merge": false,
|
|
6185
|
-
"delete_branch_on_merge": true,
|
|
6186
|
-
"allow_merge_commit": true,
|
|
6187
|
-
"subscribers_count": 42,
|
|
6188
|
-
"network_count": 0
|
|
6189
|
-
}
|
|
6344
|
+
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks"
|
|
6190
6345
|
}
|
|
6191
6346
|
},
|
|
6192
6347
|
{
|
|
@@ -6249,7 +6404,6 @@
|
|
|
6249
6404
|
"git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
|
|
6250
6405
|
"git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
|
|
6251
6406
|
"git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
|
|
6252
|
-
"git_url": "git:github.com/octocat/Hello-World.git",
|
|
6253
6407
|
"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
|
|
6254
6408
|
"issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
|
|
6255
6409
|
"issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
|
|
@@ -6261,7 +6415,6 @@
|
|
|
6261
6415
|
"notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
|
|
6262
6416
|
"pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
|
|
6263
6417
|
"releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
|
|
6264
|
-
"ssh_url": "git@github.com:octocat/Hello-World.git",
|
|
6265
6418
|
"stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
|
|
6266
6419
|
"statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
|
|
6267
6420
|
"subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
|
|
@@ -6269,145 +6422,7 @@
|
|
|
6269
6422
|
"tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
|
|
6270
6423
|
"teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
|
|
6271
6424
|
"trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
|
|
6272
|
-
"
|
|
6273
|
-
"mirror_url": "git:git.example.com/octocat/Hello-World",
|
|
6274
|
-
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
6275
|
-
"svn_url": "https://svn.github.com/octocat/Hello-World",
|
|
6276
|
-
"homepage": "https://github.com",
|
|
6277
|
-
"language": null,
|
|
6278
|
-
"forks_count": 9,
|
|
6279
|
-
"stargazers_count": 80,
|
|
6280
|
-
"watchers_count": 80,
|
|
6281
|
-
"size": 108,
|
|
6282
|
-
"default_branch": "master",
|
|
6283
|
-
"open_issues_count": 0,
|
|
6284
|
-
"is_template": false,
|
|
6285
|
-
"topics": ["octocat", "atom", "electron", "api"],
|
|
6286
|
-
"has_issues": true,
|
|
6287
|
-
"has_projects": true,
|
|
6288
|
-
"has_wiki": true,
|
|
6289
|
-
"has_pages": false,
|
|
6290
|
-
"has_downloads": true,
|
|
6291
|
-
"archived": false,
|
|
6292
|
-
"disabled": false,
|
|
6293
|
-
"visibility": "public",
|
|
6294
|
-
"pushed_at": "2011-01-26T19:06:43Z",
|
|
6295
|
-
"created_at": "2011-01-26T19:01:12Z",
|
|
6296
|
-
"updated_at": "2011-01-26T19:14:43Z",
|
|
6297
|
-
"permissions": { "admin": false, "push": false, "pull": true },
|
|
6298
|
-
"template_repository": {
|
|
6299
|
-
"id": 1296269,
|
|
6300
|
-
"node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
|
|
6301
|
-
"name": "Hello-World-Template",
|
|
6302
|
-
"full_name": "octocat/Hello-World-Template",
|
|
6303
|
-
"owner": {
|
|
6304
|
-
"login": "octocat",
|
|
6305
|
-
"id": 1,
|
|
6306
|
-
"node_id": "MDQ6VXNlcjE=",
|
|
6307
|
-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
|
|
6308
|
-
"gravatar_id": "",
|
|
6309
|
-
"url": "https://api.github.com/users/octocat",
|
|
6310
|
-
"html_url": "https://github.com/octocat",
|
|
6311
|
-
"followers_url": "https://api.github.com/users/octocat/followers",
|
|
6312
|
-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
|
|
6313
|
-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
|
|
6314
|
-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
|
|
6315
|
-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
|
|
6316
|
-
"organizations_url": "https://api.github.com/users/octocat/orgs",
|
|
6317
|
-
"repos_url": "https://api.github.com/users/octocat/repos",
|
|
6318
|
-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
|
|
6319
|
-
"received_events_url": "https://api.github.com/users/octocat/received_events",
|
|
6320
|
-
"type": "User",
|
|
6321
|
-
"site_admin": false
|
|
6322
|
-
},
|
|
6323
|
-
"private": false,
|
|
6324
|
-
"html_url": "https://github.com/octocat/Hello-World-Template",
|
|
6325
|
-
"description": "This your first repo!",
|
|
6326
|
-
"fork": false,
|
|
6327
|
-
"url": "https://api.github.com/repos/octocat/Hello-World-Template",
|
|
6328
|
-
"archive_url": "https://api.github.com/repos/octocat/Hello-World-Template/{archive_format}{/ref}",
|
|
6329
|
-
"assignees_url": "https://api.github.com/repos/octocat/Hello-World-Template/assignees{/user}",
|
|
6330
|
-
"blobs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/blobs{/sha}",
|
|
6331
|
-
"branches_url": "https://api.github.com/repos/octocat/Hello-World-Template/branches{/branch}",
|
|
6332
|
-
"collaborators_url": "https://api.github.com/repos/octocat/Hello-World-Template/collaborators{/collaborator}",
|
|
6333
|
-
"comments_url": "https://api.github.com/repos/octocat/Hello-World-Template/comments{/number}",
|
|
6334
|
-
"commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/commits{/sha}",
|
|
6335
|
-
"compare_url": "https://api.github.com/repos/octocat/Hello-World-Template/compare/{base}...{head}",
|
|
6336
|
-
"contents_url": "https://api.github.com/repos/octocat/Hello-World-Template/contents/{+path}",
|
|
6337
|
-
"contributors_url": "https://api.github.com/repos/octocat/Hello-World-Template/contributors",
|
|
6338
|
-
"deployments_url": "https://api.github.com/repos/octocat/Hello-World-Template/deployments",
|
|
6339
|
-
"downloads_url": "https://api.github.com/repos/octocat/Hello-World-Template/downloads",
|
|
6340
|
-
"events_url": "https://api.github.com/repos/octocat/Hello-World-Template/events",
|
|
6341
|
-
"forks_url": "https://api.github.com/repos/octocat/Hello-World-Template/forks",
|
|
6342
|
-
"git_commits_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/commits{/sha}",
|
|
6343
|
-
"git_refs_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/refs{/sha}",
|
|
6344
|
-
"git_tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/tags{/sha}",
|
|
6345
|
-
"git_url": "git:github.com/octocat/Hello-World-Template.git",
|
|
6346
|
-
"issue_comment_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/comments{/number}",
|
|
6347
|
-
"issue_events_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues/events{/number}",
|
|
6348
|
-
"issues_url": "https://api.github.com/repos/octocat/Hello-World-Template/issues{/number}",
|
|
6349
|
-
"keys_url": "https://api.github.com/repos/octocat/Hello-World-Template/keys{/key_id}",
|
|
6350
|
-
"labels_url": "https://api.github.com/repos/octocat/Hello-World-Template/labels{/name}",
|
|
6351
|
-
"languages_url": "https://api.github.com/repos/octocat/Hello-World-Template/languages",
|
|
6352
|
-
"merges_url": "https://api.github.com/repos/octocat/Hello-World-Template/merges",
|
|
6353
|
-
"milestones_url": "https://api.github.com/repos/octocat/Hello-World-Template/milestones{/number}",
|
|
6354
|
-
"notifications_url": "https://api.github.com/repos/octocat/Hello-World-Template/notifications{?since,all,participating}",
|
|
6355
|
-
"pulls_url": "https://api.github.com/repos/octocat/Hello-World-Template/pulls{/number}",
|
|
6356
|
-
"releases_url": "https://api.github.com/repos/octocat/Hello-World-Template/releases{/id}",
|
|
6357
|
-
"ssh_url": "git@github.com:octocat/Hello-World-Template.git",
|
|
6358
|
-
"stargazers_url": "https://api.github.com/repos/octocat/Hello-World-Template/stargazers",
|
|
6359
|
-
"statuses_url": "https://api.github.com/repos/octocat/Hello-World-Template/statuses/{sha}",
|
|
6360
|
-
"subscribers_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscribers",
|
|
6361
|
-
"subscription_url": "https://api.github.com/repos/octocat/Hello-World-Template/subscription",
|
|
6362
|
-
"tags_url": "https://api.github.com/repos/octocat/Hello-World-Template/tags",
|
|
6363
|
-
"teams_url": "https://api.github.com/repos/octocat/Hello-World-Template/teams",
|
|
6364
|
-
"trees_url": "https://api.github.com/repos/octocat/Hello-World-Template/git/trees{/sha}",
|
|
6365
|
-
"clone_url": "https://github.com/octocat/Hello-World-Template.git",
|
|
6366
|
-
"mirror_url": "git:git.example.com/octocat/Hello-World-Template",
|
|
6367
|
-
"hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
|
|
6368
|
-
"svn_url": "https://svn.github.com/octocat/Hello-World-Template",
|
|
6369
|
-
"homepage": "https://github.com",
|
|
6370
|
-
"language": null,
|
|
6371
|
-
"forks": 9,
|
|
6372
|
-
"forks_count": 9,
|
|
6373
|
-
"stargazers_count": 80,
|
|
6374
|
-
"watchers_count": 80,
|
|
6375
|
-
"watchers": 80,
|
|
6376
|
-
"size": 108,
|
|
6377
|
-
"default_branch": "master",
|
|
6378
|
-
"open_issues": 0,
|
|
6379
|
-
"open_issues_count": 0,
|
|
6380
|
-
"is_template": true,
|
|
6381
|
-
"license": {
|
|
6382
|
-
"key": "mit",
|
|
6383
|
-
"name": "MIT License",
|
|
6384
|
-
"url": "https://api.github.com/licenses/mit",
|
|
6385
|
-
"spdx_id": "MIT",
|
|
6386
|
-
"node_id": "MDc6TGljZW5zZW1pdA==",
|
|
6387
|
-
"html_url": "https://api.github.com/licenses/mit"
|
|
6388
|
-
},
|
|
6389
|
-
"topics": ["octocat", "atom", "electron", "api"],
|
|
6390
|
-
"has_issues": true,
|
|
6391
|
-
"has_projects": true,
|
|
6392
|
-
"has_wiki": true,
|
|
6393
|
-
"has_pages": false,
|
|
6394
|
-
"has_downloads": true,
|
|
6395
|
-
"archived": false,
|
|
6396
|
-
"disabled": false,
|
|
6397
|
-
"visibility": "public",
|
|
6398
|
-
"pushed_at": "2011-01-26T19:06:43Z",
|
|
6399
|
-
"created_at": "2011-01-26T19:01:12Z",
|
|
6400
|
-
"updated_at": "2011-01-26T19:14:43Z",
|
|
6401
|
-
"permissions": { "admin": false, "push": false, "pull": true },
|
|
6402
|
-
"allow_rebase_merge": true,
|
|
6403
|
-
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
6404
|
-
"allow_squash_merge": true,
|
|
6405
|
-
"allow_auto_merge": false,
|
|
6406
|
-
"delete_branch_on_merge": true,
|
|
6407
|
-
"allow_merge_commit": true,
|
|
6408
|
-
"subscribers_count": 42,
|
|
6409
|
-
"network_count": 0
|
|
6410
|
-
}
|
|
6425
|
+
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks"
|
|
6411
6426
|
}
|
|
6412
6427
|
}
|
|
6413
6428
|
]
|