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

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-06-21 10:03:55 +02:00
committed by GitHub
parent d996aadbcc
commit 3aa52c8f14
21 changed files with 394 additions and 8 deletions

View File

@@ -0,0 +1,4 @@
export * from './api-client.factory';
export * from './api-clients.service';
export * from './clients/index';
export * from './types';