library · inferred from evidence
LinearWebhookClient
A client library for handling Linear webhooks, part of Linear's SDK.
- LinearWebhookClient Express docs example is wrong: `createHandler()` returns a Fetch-style handler
I am following Linear's official SDK webhook docs for Express. The example does `const handler = webhookClient.createHandler(); app.post("/hooks/linear", handler);`, but in practice `createHandler()` returns `(request: Request) => Promise[R