chore(): update example doc
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user