You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2022. It is now read-only.
A better function signature would be to have a function that has as input the body and headers of some request, and as output what should be sent as a result.
If you don't use express, it's nearly impossible to use webhooks, because the webhook functionality assumes express responses:
kin-node/src/webhook/index.ts
Line 282 in 91cb711
A better function signature would be to have a function that has as input the body and headers of some request, and as output what should be sent as a result.