-
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathrequests.http
More file actions
29 lines (19 loc) · 667 Bytes
/
requests.http
File metadata and controls
29 lines (19 loc) · 667 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# json
### list of all feeds
GET http://localhost:8080/list
# html
### all feeds html (list)
GET http://localhost:8080/feeds
### html for a specific (final) feed
GET http://localhost:8080/feed/yt-example
# RSS
### get the final feed rss
GET http://localhost:8080/rss/yt-example
### rss for a yt feed from a specific channel
GET http://localhost:8080/yt/rss/UCuIE7-5QzeAR6EdZXwDRwuQ
### rss for a yt feed from a specific playlist
GET http://localhost:8080/yt/rss/PLZVQqcKxEn_6YaOniJmxATjODSVUbbMkd
# Admin
### regenerate yt rss feeds, password: 123456 (--admin-passswd=123456)
POST http://localhost:8080/yt/rss/generate
Authorization: Basic YWRtaW46MTIzNDU2