Skip to content

Commit ed5ab09

Browse files
octokitbotgr2m
andauthored
feat: GET /repos/{owner}/{repo}/readme/{dir} endpoint (#290)
Co-authored-by: Gregor Martynus <[email protected]>
1 parent c337004 commit ed5ab09

File tree

5 files changed

+169
-34
lines changed

5 files changed

+169
-34
lines changed

package-lock.json

Lines changed: 11 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"description": "Shared TypeScript definitions for Octokit projects",
88
"dependencies": {
9-
"@octokit/openapi-types": "^5.3.2"
9+
"@octokit/openapi-types": "^6.0.0"
1010
},
1111
"scripts": {
1212
"build": "pika build",
@@ -96,7 +96,7 @@
9696
]
9797
},
9898
"octokit": {
99-
"openapi-version": "2.13.3"
99+
"openapi-version": "2.15.0"
100100
},
101101
"renovate": {
102102
"extends": [

scripts/update-endpoints/fetch-json.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ main();
3535

3636
async function main() {
3737
const { endpoints } = await graphql(QUERY, {
38-
url: "https://github-openapi-graphql-server.vercel.app/api/graphql",
38+
baseUrl: "https://github-openapi-graphql-server.vercel.app/api",
3939
version,
4040
ignoreChangesBefore: "2020-06-10",
4141
});

0 commit comments

Comments
 (0)