Interface IManagementRESTClient
- Namespace
- FoundationaLLM.Client.Management.Interfaces
- Assembly
- FoundationaLLM.Client.Management.dll
Contains methods to interact with the Management API's endpoints.
public interface IManagementRESTClient
- Extension Methods
Properties
Identity
Contains methods to interact with the Identity endpoints.
IIdentityRESTClient Identity { get; }
Property Value
Resources
Contains methods to interact with the Resources endpoints.
IResourceRESTClient Resources { get; }
Property Value
Status
Contains methods to interact with the Status endpoints.
IStatusRESTClient Status { get; }