JSPM

@loop-engine/adapter-http

0.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 107
  • Score
    100M100P100Q73461F
  • License Apache-2.0

Package Exports

  • @loop-engine/adapter-http

Readme

@loop-engine/adapter-http

npm Apache-2.0 Loop Engine

Generic HTTP event adapter for Loop Engine - post loop events to REST/webhook endpoints.

Install

npm install @loop-engine/adapter-http

Quick 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
});

https://loopengine.io/docs/integrations/http

License

Apache-2.0 © Better Data, Inc.