UNPKG

n8n-nodes-arubacentral

Version:

n8n community node for Aruba Central API integration with comprehensive monitoring, configuration, and management capabilities

10 lines (7 loc) 275 B
// api/topology/topology.operations.ts import { topologyOperations } from './topology/topology.methods'; // Export the operations in the format expected by executeOperation const operations = { topology: topologyOperations, }; export { operations as topologyOperations };