Pull-based webhook relay. Receive webhooks into channels, pull them on your schedule.
curl -X POST http://localhost:10000/api/hooks/my-channel \
-H "Content-Type: application/json" \
-d '{"event": "push", "ref": "main"}'
curl http://localhost:10000/api/hooks/my-channel/pull
curl http://localhost:10000/api/hooks/my-channel/peek
curl http://localhost:10000/api/hooks/my-channel/list