Interface IBrandingRESTClient
- Namespace
- FoundationaLLM.Client.Core.Interfaces
- Assembly
- FoundationaLLM.Client.Core.dll
Provides methods to manage calls to the Core API's Branding endpoints.
public interface IBrandingRESTClient
- Extension Methods
Methods
GetBrandingAsync()
Retrieves the branding information for the client.
Task<ClientBrandingConfiguration> GetBrandingAsync()