MCPcopy Create free account
hub / github.com/hunvreus/devpush / github_webhook

Route github_webhook

app/routers/github.py:None–None  ·  view source on GitHub ↗
router.post("/webhook", name="github_webhook")

Source from the content-addressed store, hash-verified

1import logging
2import hmac
3import hashlib
4from fastapi import APIRouter, Request, Depends, HTTPException

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected