feat(): added wsapiclient examples, updated endpoint map, updated links to point to bybit

This commit is contained in:
JJ-Cro
2025-05-22 10:24:07 +02:00
parent 22dd45d343
commit 4108f19110
4 changed files with 174 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ export interface WSAPIClientConfigurableOptions {
* may find the below methods slightly more intuitive.
*
* Refer to the WS API promises example for a more detailed example on using sendWSAPIRequest() directly:
* https://github.com/tiagosiebler/binance/blob/master/examples/WebSockets/ws-api-raw-promises.ts#L108
* https://github.com/tiagosiebler/bybit-api/blob/master/examples/ws-api-client.ts#L58
*/
export class WebsocketAPIClient {
private wsClient: WebsocketClient;