NullpointerW / go-qbittorrent-apiv2

qBittorrent web API(v2.8.3) wrapper for go
MIT License
3 stars 5 forks source link

Improve `Sync API` processing process #3

Open RWDai opened 10 months ago

RWDai commented 10 months ago

Because the Sync API returns incremental data every time, is it possible to maintain a complete copy of the latest data in the client based on each sync request?

NullpointerW commented 10 months ago

For my use case, I solely rely on incremental data to monitor download status, hence I overlook the necessity for the complete dataset. This aspect is worthy of enhancement.