Class ExternalApiSettings
Inherited Members
Namespace: LemonEdge.API
Assembly: LemonEdge.API.dll
Syntax
public class ExternalApiSettings
Constructors
ExternalApiSettings()
Declaration
public ExternalApiSettings()
Properties
ApiKey
Declaration
public string ApiKey { get; set; }
Property Value
Type | Description |
---|---|
string |
Base
Declaration
public string Base { get; set; }
Property Value
Type | Description |
---|---|
string |
Requests
Declaration
public ExternalApiRequestSetting[] Requests { get; set; }
Property Value
Type | Description |
---|---|
ExternalApiRequestSetting[] |