mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 08:01:16 +00:00
12 lines
209 B
JSON
12 lines
209 B
JSON
{
|
|
"url": "/templates",
|
|
"method": "GET",
|
|
"qs": {
|
|
"q": "{{parameters.query}}"
|
|
},
|
|
"response": {
|
|
"iterate": "{{ifempty(body.data, body)}}",
|
|
"output": "{{item}}"
|
|
}
|
|
}
|