Client library for epilot Workflow API
Uses openapi-client-axios
npm install --save @epilot/automation-client
import { getClient } from "@epilot/automation-client";
const automationClient = getClient();
const res = await automationClient.searchFlows(null, {
schema: "mySchema",
});