Compare commits
No commits in common. "a0c3fb9d5d86fccc806c95c56361c61c0b62f30a" and "fd34b69f8aebb76a97fee49c61a1d6aa8a194d4b" have entirely different histories.
a0c3fb9d5d
...
fd34b69f8a
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,2 @@
|
||||||
target
|
target
|
||||||
.env
|
.env
|
||||||
/Cargo.lock
|
|
||||||
|
|
1249
Cargo.lock
generated
Normal file
1249
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "qbittorrent-web-api"
|
name = "qbittorrent-web-api"
|
||||||
version = "0.6.4"
|
version = "0.6.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
keywords = ["qbittorrent"]
|
keywords = ["qbittorrent"]
|
||||||
|
@ -10,7 +10,7 @@ description = "Generated web api for qBittorrent"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
reqwest = { version = "0.11", features = ["json", "multipart"] }
|
reqwest = { version = "0.11", features = ["json", "multipart"] }
|
||||||
tokio = { version = "1.19", features = ["full"] }
|
tokio = { version = "1.19", features = ["full"] }
|
||||||
qbittorrent-web-api-gen = { path = "./qbittorrent-web-api-gen", version = "0.6.4" }
|
qbittorrent-web-api-gen = { path = "./qbittorrent-web-api-gen", version = "0.6.3" }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
serde_repr = "0.1"
|
serde_repr = "0.1"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "qbittorrent-web-api-gen"
|
name = "qbittorrent-web-api-gen"
|
||||||
version = "0.6.4"
|
version = "0.6.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
keywords = ["qbittorrent"]
|
keywords = ["qbittorrent"]
|
||||||
|
|
|
@ -1982,14 +1982,6 @@ Requires knowing the torrent hash. You can get it from [torrent list](#get-torre
|
||||||
|
|
||||||
Name: `addTrackers`
|
Name: `addTrackers`
|
||||||
|
|
||||||
**Parameters:**
|
|
||||||
|
|
||||||
Property | Type | Description
|
|
||||||
--------------------------------|---------|------------
|
|
||||||
`hash` | string | Torrent file to add trackers to
|
|
||||||
`urls` | string | URLs separated with newlines
|
|
||||||
|
|
||||||
|
|
||||||
```http
|
```http
|
||||||
POST /api/v2/torrents/addTrackers HTTP/1.1
|
POST /api/v2/torrents/addTrackers HTTP/1.1
|
||||||
User-Agent: Fiddler
|
User-Agent: Fiddler
|
||||||
|
|
Loading…
Reference in New Issue
Block a user