coding-webhook-handler:用于处理编码Webhooks的Node.js Web处理程序中间件

时间:2024-06-03 09:19:45
【文件属性】:

文件名称:coding-webhook-handler:用于处理编码Webhooks的Node.js Web处理程序中间件

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-03 09:19:45

JavaScript

编码Webhook处理程序 编码允许您为存储库注册 。 每当您的存储库中发生事件时,无论是推送代码,填充问题还是创建请求请求,都可以将您注册的Webhook地址配置为使用详细信息进行ping操作。 该库是的分支。 它是Node.js Web服务器的小型处理程序(如果需要,则为“中间件”),处理从Coding接收和验证Webhook请求的所有逻辑。 安装 npm install coding-webhook-handler 例子 var http = require ( 'http' ) var createHandler = require ( 'coding-webhook-handler' ) var handler = createHandler ( { path : '/webhook' , token : 'mytoken' // maybe there is no


【文件预览】:
coding-webhook-handler-master
----.jshintrc(1KB)
----test.js(5KB)
----.travis.yml(61B)
----LICENSE.md(1KB)
----coding-webhook-handler.js(2KB)
----README.md(1KB)
----.gitignore(18B)
----package.json(553B)

网友评论