File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ node_modules
Original file line number Diff line number Diff line change 1
1
{
2
2
"openapi": "3.0.3",
3
3
"info": {
4
- "version": "1.0.0 ",
5
- "title": "GitHub v3 REST API ",
6
- "description": "GitHub's v3 REST API. ",
4
+ "version": "1.0.1 ",
5
+ "title": "GitHub's official OpenAPI spec + Octokit extension ",
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" },
8
8
"termsOfService": "https://docs.github.com/articles/github-terms-of-service",
9
- "contact": { "name": "Support", "url": "https://support.github.com" }
9
+ "contact": {
10
+ "name": "Support",
11
+ "url": "https://github.com/octokit/openapi"
12
+ }
10
13
},
11
14
"tags": [
12
15
{
You can’t perform that action at this time.
0 commit comments