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