Interface IStatusRESTClient
- Namespace
- FoundationaLLM.Client.Core.Interfaces
- Assembly
- FoundationaLLM.Client.Core.dll
Provides methods to manage calls to the Core API's status endpoints.
public interface IStatusRESTClient
- Extension Methods
Methods
GetServiceStatusAsync()
Returns the status of the Core API service. A token is not required since the status endpoint supports anonymous access.
Task<ServiceStatusInfo> GetServiceStatusAsync()
Returns
IsAuthenticatedAsync()
Checks whether the requester is authenticated and allowed to execute requests against the Core API service.
Task<bool> IsAuthenticatedAsync()