You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -413,7 +440,7 @@ The WebSocket API is available in the [WebsocketClient](./src/websocket-client.t
413
440
414
441
Each call to this method is wrapped in a promise, which you can async await for a response, or handle it in a raw event-driven design.
415
442
416
-
#### REST-Like Await API
443
+
#### Async Await API
417
444
418
445
The WebSocket API is also available in a promise-wrapped REST-like format. Either, as above, await any calls to `sendWSAPIRequest(...)`, or directly use the convenient WebsocketAPIClient. This class is very similar to existing REST API classes (such as the MainClient or USDMClient).
0 commit comments