Files
.github
android
api
Paperclip
Passport
Reader
List News Sources.bru
List News.bru
Trigger Scan News.bru
Wallet
WatchTower
environments
bruno.json
collection.bru
assets
ios
lib
linux
macos
snap
web
windows
.gitignore
.metadata
.roadsignrc
analysis_options.yaml
build.yaml
devtools_options.yaml
firebase.json
pubspec.lock
pubspec.yaml
roadsign.toml
App/api/Reader/List News.bru
2025-01-26 12:38:43 +08:00

18 lines
207 B
Plaintext

meta {
name: List News
type: http
seq: 2
}
get {
url: {{endpoint}}/cgi/re/news?take=10&offset=0&source=shadiao
body: none
auth: none
}
params:query {
take: 10
offset: 0
source: shadiao
}