diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-02-24 16:07:38 -0500 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-02-24 16:07:38 -0500 |
| commit | 774fccbe94f9a252c72d5394e5cbd027aaaebf64 (patch) | |
| tree | f665950a197fe4cad115b9f07557acfa887e486a /internal/jsonfeed/testdata | |
| parent | 93f6421e1d4e9ce9a4bcf1a55815fed3e2cee962 (diff) | |
| download | xesite-774fccbe94f9a252c72d5394e5cbd027aaaebf64.tar.xz xesite-774fccbe94f9a252c72d5394e5cbd027aaaebf64.zip | |
wire up the protofeed call
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'internal/jsonfeed/testdata')
| -rw-r--r-- | internal/jsonfeed/testdata/feed.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/internal/jsonfeed/testdata/feed.json b/internal/jsonfeed/testdata/feed.json new file mode 100644 index 0000000..ad4bbe1 --- /dev/null +++ b/internal/jsonfeed/testdata/feed.json @@ -0,0 +1,21 @@ +{ + "version": "https://jsonfeed.org/version/1", + "title": "JSON Feed", + "description": "JSON Feed is a ...", + "home_page_url": "https://jsonfeed.org/", + "feed_url": "https://jsonfeed.org/feed.json", + "user_comment": "This feed allows ...", + "favicon": "https://jsonfeed.org/graphics/icon.png", + "author": { + "name": "Brent Simmons and Manton Reece" + }, + "items": [ + { + "id": "https://jsonfeed.org/2017/05/17/announcing_json_feed", + "url": "https://jsonfeed.org/2017/05/17/announcing_json_feed", + "title": "Announcing JSON Feed", + "content_html": "<p>We ...", + "date_published": "2017-05-17T08:02:12-07:00" + } + ] +} |
