George-Miao / qbit

A Rust library for interacting with qBittorrent's Web API
https://docs.rs/qbit-rs
MIT License
32 stars 12 forks source link

add api torrent/export #18

Closed shenjiangqiu closed 1 month ago

shenjiangqiu commented 2 months ago

torrent/export have been introduced since QBittorrent 4.5

George-Miao commented 2 months ago

I found the PR for this endpoint, but this seems like an undocumented api?

shenjiangqiu commented 2 months ago

Yes, it's undocumented. But it has been implemented in the official WebUI, and also the Python library.

George-Miao commented 1 month ago

I see, we should add this then.