-
-
Notifications
You must be signed in to change notification settings - Fork 0
BaseClient
Calculus edited this page Feb 23, 2024
·
4 revisions
The base class for all clients.
extends EventEmitter
| Name | Type | Optional |
|---|---|---|
| options | ClientOptions | Yes |
.options : ClientOptions
The options the client was instantiated with
Destroys all assets used by the base client.
Logs into the application through the client.
| Name | Type | Optional |
|---|---|---|
| token | string | Yes |
| options | LoginOptions | Yes |
Reconnect the client.
Subscribe to events from a channel.
Unsubscribe from events from a channel.
A powerful library for interacting with the AntiLand API