API 参考
Webhook 接口
-
路径:
/github-webhook
-
方法: POST
-
请求头:
Content-Type
: application/jsonX-GitHub-Event
: 事件类型X-Hub-Signature-256
: SHA-256 HMAC 签名
-
响应:
{ "status": "success|ignored", "message": "处理信息" }
路径: /github-webhook
方法: POST
请求头:
Content-Type
: application/jsonX-GitHub-Event
: 事件类型X-Hub-Signature-256
: SHA-256 HMAC 签名响应:
{
"status": "success|ignored",
"message": "处理信息"
}