github-app:节点模块,用于处理GitHub Apps API的身份验证

时间:2024-02-24 07:50:47
【文件属性】:

文件名称:github-app:节点模块,用于处理GitHub Apps API的身份验证

文件大小:4KB

文件格式:ZIP

更新时间:2024-02-24 07:50:47

github github-api github-app GitHubAPIJavaScript

已淘汰 替换为 GitHub应用 用于构建NodeJS模块。 安装 npm install --save github-app 用法 const createApp = require ( 'github-app' ) ; const app = createApp ( { // Your app id id : 987 , // The private key for your app, which can be downloaded from the // app's settings: https://github.com/settings/apps cert : require ( 'fs' ) . readFileSync ( 'private-key.pem' ) } ) ; asInstallation 身份验证,返回,该可用于调用任何 : //Modify value according to getInstallations return(example in asApp section) var installationId = 99999


【文件预览】:
github-app-master
----.travis.yml(79B)
----index.js(1KB)
----docs()
--------example.js(1KB)
----package.json(494B)
----.gitignore(31B)
----README.md(2KB)

网友评论