import { definePluginEntry, type OpenClawPluginApi } from "./api.js"; import { resolveWebhooksPluginConfig } from "./src/config.js"; import { createTaskFlowWebhookRequestHandler, type TaskFlowWebhookTarget } from "./src/http.js";
function registerWebhookRoutes(api: OpenClawPluginApi): void { const routes = resolveWebhooksPluginConfig({
pluginConfig: api.pluginConfig,
}); if (routes.length === 0) { return;
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.