Expand description

data types for filtering and querying information from qbittorrent

Structs

Getting log information

Metadata for downloading magnet links and torrent files

filter optional Filter torrent list. Allowed filters: all, downloading, completed, paused, active, inactive, ‘resumed’ category optional Get torrents with the given category (empty string means “without category”; no “category” parameter means “any category”) sort optional Sort torrents by given key. All the possible keys are listed here below reverse optional Enable reverse sorting. Possible values are true and false (default) limit optional Limit the number of torrents returned offset optional Set offset (if less than 0, offset from end) hashes optional Filter by hashes. Can contain multiple hashes separated by |

Enums

Error type for LogRequestBuilder

Error type for TorrentDownloadBuilder

Filtering enum for use in making a TorrentRequest

Error type for TorrentRequestBuilder