You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error::authFailed has a string for better error handling. ea44896
Added error handling with error_for_status() to various API calls in search, sync, torrent, and transfer modules to ensure proper error propagation. a89a916
Added option to use builder for AddTorrent and TorrentListParam by @dragmine149 in #14
Implemented srd::error::Error for ``qbit::error` by @DrRac27 in #17#18
Added derives of Clone, PartialEq, Default, Debug, serd::Deserialize, and serd::Serialize for everything by @DrRac27 in #20#22
Added "New" TorrentState enum for the state field on the torrent struct, including all possible values @dragmine149 in #23.
Added more undocumented endpoints add/getDirectoryContent and torrentCreate/: addTask, status, torrentFile, and deleteTask by @dragmine149 in #24.
Documentation
Added documentation link to all API methods f0c8d9e