0.3.0 • Published 2 months ago

@mx-space/webhook v0.3.0

Weekly downloads
-
License
-
Repository
-
Last release
2 months ago

Mix Space Core Webhook SDK

pnpm install @mx-space/webhook

Usage

const handler = createHandler({
  secret: 'your_secret',
})

ctx.server.post('/mx/webhook', (req, res) => {
  handler(req.raw, res.raw)
})

handler.emitter.on(event, callback)

MIT

0.3.0

2 months ago

0.2.3

2 months ago

0.2.4

2 months ago

0.2.1

4 months ago

0.2.0

4 months ago

0.2.2

4 months ago

0.1.4

5 months ago

0.1.3

5 months ago

0.1.2

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago