mirror of
https://notabug.org/RemixDevs/DeezloaderRemix.git
synced 2026-06-11 18:25:19 +00:00
Update page 'REST API'
+16
@@ -75,4 +75,20 @@ GET http://localhost:1730/api/tracks/?album=115542362
|
|||||||
## Retrieve length of, and items in Download Queue
|
## Retrieve length of, and items in Download Queue
|
||||||
``` http
|
``` http
|
||||||
GET http://localhost:1730/api/queue/
|
GET http://localhost:1730/api/queue/
|
||||||
|
```
|
||||||
|
|
||||||
|
## Remove item from Download Queue
|
||||||
|
``` JSON
|
||||||
|
POST http://localhost:1730/api/canceldownload/
|
||||||
|
Content-Type: application/json
|
||||||
|
|
||||||
|
{
|
||||||
|
"queueId": "ida33m5l8firh"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
``` http
|
||||||
|
GET http://localhost:1730/api/canceldownload/?queueId=ida33m5l8firh
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user