Tsarr Documentation - v2.11.0
Preparing search index...
index
ServarrClientConfig
Interface ServarrClientConfig
interface
ServarrClientConfig
{
baseUrl
:
string
;
apiKey
:
string
;
timeout
?:
number
;
retry
?:
RetryOptions
;
headers
?:
Record
<
string
,
string
>
;
}
Index
Properties
base
Url
api
Key
timeout?
retry?
headers?
Properties
base
Url
baseUrl
:
string
api
Key
apiKey
:
string
Optional
timeout
timeout
?:
number
Request timeout in milliseconds (default: 30000)
Optional
retry
retry
?:
RetryOptions
Retry configuration for transient failures
Optional
headers
headers
?:
Record
<
string
,
string
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
base
Url
api
Key
timeout
retry
headers
Tsarr Documentation - v2.11.0
Loading...
Request timeout in milliseconds (default: 30000)