Versions in this module Expand all Collapse all v0 v0.1.1 Nov 23, 2024 Changes in this version + type Client struct + BaseUrl string + Client *http.Client + func (c Client) AlternativeSpeedLimitsEnabled() (bool, error) + func (c Client) GetGlobalDownloadLimit() (int, error) + func (c Client) GetGlobalUploadLimit() (int, error) + func (c Client) GetTransferInfo() (*qbittorrent_model.TransferInfo, error) + func (c Client) SetGlobalDownloadLimit(limit int) error + func (c Client) SetGlobalUploadLimit(limit int) error + func (c Client) ToggleAlternativeSpeedLimits() error v0.1.0 Nov 7, 2024