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 + Logger *zerolog.Logger + func (c Client) GetAPIVersion() (string, error) + func (c Client) GetAppPreferences() (*qbittorrent_model.Preferences, error) + func (c Client) GetAppVersion() (string, error) + func (c Client) GetBuildInfo() (*qbittorrent_model.BuildInfo, error) + func (c Client) GetDefaultSavePath() (string, error) + func (c Client) SetAppPreferences(p *qbittorrent_model.Preferences) error v0.1.0 Nov 7, 2024