bybit-exchange / pybit

Official Python3 API connector for Bybit's HTTP and WebSockets APIs.
Other
415 stars 134 forks source link

Async Support #236

Open Chenger1 opened 3 months ago

Chenger1 commented 3 months ago

Implemented async support for all existing API based in _V5HTTPManager. For api requests use HTTPX. To make code more clear, refactor current _V5HTTPManager

Also, provide async websocket manager using "websockets" library

Chenger1 commented 3 months ago

Does anyone can review this PR?