mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
refactor(editor): Extract API Requests into @n8n/rest-api-client package (no-changelog) (#15930)
This commit is contained in:
12
packages/frontend/@n8n/rest-api-client/src/api/index.ts
Normal file
12
packages/frontend/@n8n/rest-api-client/src/api/index.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export * from './api-keys';
|
||||
export * from './communityNodes';
|
||||
export * from './ctas';
|
||||
export * from './eventbus.ee';
|
||||
export * from './events';
|
||||
export * from './mfa';
|
||||
export * from './nodeTypes';
|
||||
export * from './npsSurvey';
|
||||
export * from './orchestration';
|
||||
export * from './roles';
|
||||
export * from './ui';
|
||||
export * from './webhooks';
|
||||
Reference in New Issue
Block a user