SignalR

SignalR

class SignalR(**kwargs)

Implements the signalr api endpoints.

get_connection_info(**kwargs) GetConnectionInfoModel

Returns the signalr connection info.

Parameters

**kwargs – Extra keyword arguments.

Returns

Information on the SignalR service.

Return type

GetConnectionInfoModel

Raises

APIError – Error thrown by node API. See message for details.

GetConnectionInfoModel

class GetConnectionInfoModel(*, signalRUri: str, signalRPort: int)

A pydantic model for SignalR connection information.

signalr_uri: str

The SignalR uri.

signalr_port: int

The SignalR port.