[AAE-8713] feat: create api registry with factories support (#7634)

Co-authored-by: Andras Popovics <popovics@ndras.hu>
Co-authored-by: Michal Dobkiewicz <michal.dobkiewicz@hyland.com>
Co-authored-by: Michał Dobkiewicz <ddohcim@users.noreply.github.com>
This commit is contained in:
Mikołaj Serwicki
2022-05-17 11:35:52 +02:00
committed by GitHub
parent 95fc295688
commit 226a6548a1
14 changed files with 351 additions and 6 deletions

5
lib/core/api/index.ts Normal file
View File

@@ -0,0 +1,5 @@
export * from './api-client.factory';
export * from './api-clients.service';
export * from './api.module';
export * from './clients';