.github
android
api
Interactive
Nexus
Paperclip
Passport
Reader
List News Sources.bru
List News.bru
Trigger Scan News.bru
Wallet
WatchTower
environments
bruno.json
collection.bru
assets
debian
drift_schemas
ios
lib
linux
macos
snap
test
web
windows
.gitignore
.metadata
.roadsignrc
README.md
analysis_options.yaml
build.yaml
devtools_options.yaml
firebase.json
pubspec.lock
pubspec.yaml
roadsign.toml
19 lines
206 B
Plaintext
19 lines
206 B
Plaintext
meta {
|
|
name: Trigger Scan News
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{endpoint}}/cgi/re/admin/scan
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"sources": ["taiwan-pts"],
|
|
"eager": true
|
|
}
|
|
}
|