1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-31 13:50:23 +02:00
Files
php-rss-bridge/tests/samples/feed.emptyItems.json
2019-01-05 13:20:11 +01:00

20 lines
264 B
JSON

{
"server": {
"HTTPS": "on",
"HTTP_HOST": "example.com",
"REQUEST_URI": "/feed"
},
"meta": {
"name": "Sample feed with minimum data",
"uri": "",
"icon": ""
},
"items": [
{
"title": "Sample Item #1"
},{
"title": "Sample Item #2"
}
]
}