Surface/api/Reader/List News.bru

18 lines
207 B
Plaintext
Raw Normal View History

2025-01-26 02:12:03 +08:00
meta {
name: List News
type: http
seq: 2
}
get {
2025-01-26 12:38:26 +08:00
url: {{endpoint}}/cgi/re/news?take=10&offset=0&source=shadiao
2025-01-26 02:12:03 +08:00
body: none
auth: none
}
params:query {
take: 10
offset: 0
2025-01-26 12:38:26 +08:00
source: shadiao
2025-01-26 02:12:03 +08:00
}