From bc34f496a926510298859607704293442fa21bd1 Mon Sep 17 00:00:00 2001 From: George Miao Date: Wed, 3 Jul 2024 11:08:48 +0900 Subject: [PATCH] doc: add torrent export to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 55815fc..d50544c 100644 --- a/README.md +++ b/README.md @@ -149,3 +149,7 @@ Most of the API is covered, except `RSS` and `Search`. PR is welcomed if you nee 1. [ ] Uninstall search plugin 1. [ ] Enable search plugin 1. [ ] Update search plugins +1. Undocumented + 1. [x] [Export torrent](https://docs.rs/qbit-rs/latest/qbit_rs/struct.Qbit.html#method.export_torrent)[^1] + +[^1]: The endpoint is added in [this PR](https://github.com/qbittorrent/qBittorrent/pull/16968) \ No newline at end of file