Interface ICoreRESTClient
- Namespace
- FoundationaLLM.Client.Core.Interfaces
- Assembly
- FoundationaLLM.Client.Core.dll
Contains methods to interact with the Core API's endpoints.
public interface ICoreRESTClient
- Extension Methods
Properties
Attachments
Contains methods to interact with the Attachments endpoints.
IAttachmentRESTClient Attachments { get; }
Property Value
Branding
Contains methods to interact with the Branding endpoints.
IBrandingRESTClient Branding { get; }
Property Value
Completions
Contains methods to interact with the Orchestration endpoints.
ICompletionRESTClient Completions { get; }
Property Value
Sessions
Contains methods to interact with the Sessions endpoints.
ISessionRESTClient Sessions { get; }
Property Value
Status
Contains methods to interact with the Status endpoints.
IStatusRESTClient Status { get; }
Property Value
UserProfiles
Contains methods to interact with the UserProfiles endpoints.
IUserProfileRESTClient UserProfiles { get; }