Skip to content

Commit c0df79a

Browse files
authored
build: cache (#10)
1 parent d15bfe1 commit c0df79a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

cache/openapi-schema.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"openapi": "3.0.3",
33
"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",
77
"license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
88
"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+
}
1013
},
1114
"tags": [
1215
{

0 commit comments

Comments
 (0)