UNPKG

@rxap/n8n-utilities

Version:

This package provides utility functions and classes for n8n nodes, including custom authentication methods (Bearer Auth, Oauth2 Proxy Auth, Base URL), a decorator for capturing execution errors, and base classes for creating nodes from OpenAPI specificati

10 lines (9 loc) 391 B
export * from './lib/BaseUrl.credentials'; export * from './lib/HttpBearerAuth.credentials'; export * from './lib/Oauth2ProxyAuth.credentials'; export * from './lib/add-files-to-results'; export * from './lib/cached'; export * from './lib/capture-execution-error.decorator'; export * from './lib/for-each-item'; export * from './lib/open-api-node'; export * from './lib/open-api-tool-node';