コンストラクタ
constructor
client): ConnectionsClient
新しい ConnectionsClient インスタンスを作成します
パラメーター
戻り値
ConnectionsClient
定義場所
メソッド
getConnectionHistory
options): Promise<Response>
接続履歴の取得認証済みアプリケーションに対する現在および過去のストリーミング接続と、その切断理由を返します。
パラメータ
Returns
Promise<Response>
API レスポンス、または requestOptions.raw が true の場合は生の Response を解決する Promise
定義場所
options?): Promise<Get2ConnectionsResponse>
パラメーター
戻り値
Promise<Get2ConnectionsResponse>
定義場所
deleteAll
options): Promise<Response>
すべての接続を終了します認証された App のアクティブなストリーミング接続をすべて終了します。
パラメータ
Returns
Promise<Response>
API レスポンス、または requestOptions.raw が true の場合は生の Response を返す Promise
定義場所
Promise<KillAllConnectionsResponse>
戻り値
Promise<KillAllConnectionsResponse>