27 lines
342 B
Plaintext
27 lines
342 B
Plaintext
meta {
|
|
name: /posters
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
post {
|
|
url: {{base_uri}}/poster
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"width": 480,
|
|
"height": 320,
|
|
"count": 4,
|
|
"orientation": "horizontal",
|
|
"shuffle": true,
|
|
"backgroundColor": "#000",
|
|
"format": "png",
|
|
"language": "de-DE",
|
|
"output": "lvgl"
|
|
}
|
|
|
|
}
|