Class CRUDClientSettings
- Namespace
- Glitch9.IO.Networking.RESTApi
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
ApiKey
Required. Indicates how the API key should be sent.
public CRUDParam ApiKey { get; set; }
Property Value
BaseURL
Optional. The default base url for all the requests.
Example: "https://api.openai.com"
public string BaseURL { get; set; }
Property Value
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
Name
Required. The name of the API.
Example: "OpenAI"
public string Name { get; set; }
Property Value
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; }