mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-09-03 13:12:48 +02:00
format: Refactor JsonFormat to JSON Feed version 1 (#988)
JsonFormat now implements https://jsonfeed.org/version/1 Closes #618
This commit is contained in:
13
tests/samples/feed.empty.json
Normal file
13
tests/samples/feed.empty.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"server": {
|
||||
"HTTPS": "on",
|
||||
"HTTP_HOST": "example.com",
|
||||
"REQUEST_URI": "/feed"
|
||||
},
|
||||
"meta": {
|
||||
"name": "Sample feed with minimum data",
|
||||
"uri": "",
|
||||
"icon": ""
|
||||
},
|
||||
"items": []
|
||||
}
|
Reference in New Issue
Block a user