initial commit, add bitget rest api and websockets connector

This commit is contained in:
Tiago Siebler
2022-10-09 23:01:08 +01:00
commit 0f75ded05c
59 changed files with 15246 additions and 0 deletions

8
src/index.ts Normal file
View File

@@ -0,0 +1,8 @@
export * from './broker-client';
export * from './futures-client';
export * from './spot-client';
export * from './websocket-client';
export * from './util/logger';
export * from './util';
export * from './types';
export * from './constants/enum';