StatusClient

class HyperionApiClient::Clients::StatusClient
  : public ClientExtensions

Summary

MembersDescriptions

public string BaseUrl

public StatusClient(HttpClient httpClient)

public async Task< GetHealthResponse > HealthAsync(CancellationToken cancellationToken) = default

API Service Health Report.

private readonly HttpClient _httpClient

Members

public string BaseUrl

public StatusClient(HttpClient httpClient)

public async Task< GetHealthResponse > HealthAsync(CancellationToken cancellationToken) = default

API Service Health Report.

Parameters

  • cancellationToken A cancellation token that can be used by other objects or threads to receive notice of cancellation.

Returns

Default Response

Exceptions

  • ApiException A server side error occurred.

private readonly HttpClient _httpClient

Last updated