1
0
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:
fulmeek
2019-01-05 13:20:11 +01:00
committed by LogMANOriginal
parent 288d4de218
commit 8801ac9e64
11 changed files with 385 additions and 10 deletions

View 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": []
}