Constructors
constructor
• new ConnectionsClient(client): ConnectionsClient
Creates a new connections client instance
Parameters
| Name | Type | Description | 
|---|---|---|
client | Client | The main X API client instance | 
Returns
ConnectionsClient
Defined in
connections/client.ts:33Methods
deleteAll
▸ deleteAll():Promise<KillAllConnectionsResponse>
Terminate all connections
Terminates all active streaming connections for the authenticated application.
Returns
Promise<KillAllConnectionsResponse>
Promise resolving to the API response