add get-tag-signature-verification endpoint (#389) · jnan77/node-github@0e674d6 · GitHub
Skip to content

Commit 0e674d6

Browse files
authored
add get-tag-signature-verification endpoint (octokit#389)
1 parent d6f24e3 commit 0e674d6

3 files changed

Lines changed: 39 additions & 0 deletions

File tree

doc/apidoc.js

Lines changed: 13 additions & 0 deletions

lib/routes.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,6 +1458,17 @@
14581458
},
14591459
"description": "Create a Tag Object"
14601460
},
1461+
1462+
"get-tag-signature-verification": {
1463+
"url": "/repos/:user/:repo/git/tags/:sha",
1464+
"method": "GET",
1465+
"params": {
1466+
"$user": null,
1467+
"$repo": null,
1468+
"$sha": null
1469+
},
1470+
"description": "Get a Tag Signature Verification. (In preview period. See README.)"
1471+
},
14611472

14621473
"get-tree": {
14631474
"url": "/repos/:user/:repo/git/trees/:sha",

test/gitdataTest.js

Lines changed: 15 additions & 0 deletions

0 commit comments

Comments
 (0)