Client library for epilot Workflow Definition API
Uses openapi-client-axios
npm install --save @epilot/workflow-definition-client
import { getClient } from '@epilot/workflow-definition-client';
const workflowClient = getClient();
const res = await workflowClient.getDefinitions()