Table of Contents

Class CRUDClientSettings

public class CRUDClientSettings : RESTClientSettings
Inheritance
CRUDClientSettings
Inherited Members
Extension Methods

Properties

AdditionalHeaders

Optional. Add additional headers to the request.

public RESTHeader[] AdditionalHeaders { get; set; }

Property Value

RESTHeader[]

ApiKey

Required. Indicates how the API key should be sent.

public CRUDParam ApiKey { get; set; }

Property Value

CRUDParam

BaseURL

Optional. The default base url for all the requests.

Example: "https://api.openai.com"

public string BaseURL { get; set; }

Property Value

string

BetaVersion

Optional. This is the beta version of the API, in case it changes, it will be updated here.

Example: "v1beta"

public CRUDParam BetaVersion { get; set; }

Property Value

CRUDParam

Name

Required. The name of the API.

Example: "OpenAI"

public string Name { get; set; }

Property Value

string

Version

Required. This is the version of the API, in case it changes, it will be updated here.

Example: "v1"

public CRUDParam Version { get; set; }

Property Value

CRUDParam