emarref avatar
IntentToReceive
@emarref
HTTP (deprecated)
Implements Xero's "Intent to Receive" signature validation webhook.
emarref avatar
HttpMiddlewareRequireHttpMethod
@emarref
Script
Middleware to ensure your http handler is called with the specific http method. export default chain() .then(add(requireHttpMethod("post"))) .then(send())
1
Next
June 14, 2024