Tsarr Documentation - v2.11.0
Preparing search index...
index
QBittorrentClient
Class QBittorrentClient
Index
Constructors
constructor
Methods
get
App
Version
get
Api
Version
get
System
Status
get
Transfer
Info
get
Torrents
pause
Torrents
resume
Torrents
delete
Torrents
Constructors
constructor
new
QBittorrentClient
(
config
:
QBittorrentClientConfig
)
:
QBittorrentClient
Parameters
config
:
QBittorrentClientConfig
Returns
QBittorrentClient
Methods
get
App
Version
getAppVersion
()
:
Promise
<
string
>
Returns
Promise
<
string
>
get
Api
Version
getApiVersion
()
:
Promise
<
string
>
Returns
Promise
<
string
>
get
System
Status
getSystemStatus
()
:
Promise
<
{
version
:
string
}
>
Returns
Promise
<
{
version
:
string
}
>
get
Transfer
Info
getTransferInfo
()
:
Promise
<
TransferInfo
>
Returns
Promise
<
TransferInfo
>
get
Torrents
getTorrents
(
filter
?:
TorrentFilter
)
:
Promise
<
TorrentInfo
[]
>
Parameters
Optional
filter
:
TorrentFilter
Returns
Promise
<
TorrentInfo
[]
>
pause
Torrents
pauseTorrents
(
hashes
:
string
)
:
Promise
<
void
>
Parameters
hashes
:
string
Returns
Promise
<
void
>
resume
Torrents
resumeTorrents
(
hashes
:
string
)
:
Promise
<
void
>
Parameters
hashes
:
string
Returns
Promise
<
void
>
delete
Torrents
deleteTorrents
(
hashes
:
string
,
deleteFiles
?:
boolean
)
:
Promise
<
void
>
Parameters
hashes
:
string
deleteFiles
:
boolean
= false
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
App
Version
get
Api
Version
get
System
Status
get
Transfer
Info
get
Torrents
pause
Torrents
resume
Torrents
delete
Torrents
Tsarr Documentation - v2.11.0
Loading...