chore(): update example doc

This commit is contained in:
tiagosiebler
2025-05-22 11:53:54 +01:00
parent aedfb0b32f
commit 9c592a2a48

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/bybit-api/blob/master/examples/ws-api-client.ts#L58
* https://github.com/tiagosiebler/bybit-api/blob/master/examples/ws-api-raw-promises.ts
*/
export class WebsocketAPIClient {
private wsClient: WebsocketClient;