@loop-engine/adapter-http
v1.0.0-rc.0
Published
HTTP routing adapter for approval and event delivery endpoints.
Maintainers
Readme
@loop-engine/adapter-http
Generic HTTP event adapter for Loop Engine - post loop events to REST/webhook endpoints.
Install
npm install @loop-engine/adapter-httpQuick Start
import { httpEventBus } from "@loop-engine/adapter-http";
const eventBus = httpEventBus({
webhookUrl: "https://api.example.com/loop-events",
headers: { Authorization: `Bearer ${process.env.API_TOKEN}` },
retries: 3
});Documentation link
https://loopengine.io/docs/integrations/http
License
Apache-2.0 © Better Data, Inc.
