Namespace Singulink.Net.Http.Api.Client
Classes
ApiClientBase
Base class for API clients.
ApiHubConnection
A hub connection that exposes a strongly typed API based on HubMessage, HubMethod<TResult> and HubStream<TItem> definitions, and reports errors from the server as ApiException instances (matching the behavior of regular API requests).
SignalRApiClientBase
Base class for API clients that support SignalR hub connections.
Structs
VoidApiResponse
Represents a void response type for API requests that do not return any content.