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