Trading Assistant API Documentation - v0.1.0
Preparing search index...
components/02-widgets/11_ApplicationSettings/settings.types
ApiSettings
Interface ApiSettings
interface
ApiSettings
{
baseUrl
:
string
;
apiVersion
:
string
;
timeout
:
number
;
retryAttempts
:
number
;
retryDelay
:
number
;
rateLimitEnabled
:
boolean
;
corsEnabled
:
boolean
;
allowedOrigins
:
string
[]
;
}
Index
Properties
base
Url
api
Version
timeout
retry
Attempts
retry
Delay
rate
Limit
Enabled
cors
Enabled
allowed
Origins
Properties
base
Url
baseUrl
:
string
api
Version
apiVersion
:
string
timeout
timeout
:
number
retry
Attempts
retryAttempts
:
number
retry
Delay
retryDelay
:
number
rate
Limit
Enabled
rateLimitEnabled
:
boolean
cors
Enabled
corsEnabled
:
boolean
allowed
Origins
allowedOrigins
:
string
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
base
Url
api
Version
timeout
retry
Attempts
retry
Delay
rate
Limit
Enabled
cors
Enabled
allowed
Origins
Trading Assistant API Documentation - v0.1.0
Loading...