-
-
Notifications
You must be signed in to change notification settings - Fork 1
Feed
Davide Santangelo edited this page Mar 7, 2023
·
16 revisions
RSS is a type of web feed that allows users and applications to access updates to online content in a standardized, computer-readable format — RSS Wiki.
All feeds have some of the following properties, with required properties in bold:
Field | Description |
---|---|
id | The feed's unique UUID. |
title | The title of the feed. |
description | The description of the feed. |
url | the url of the feed. |
image | the url of image. |
created_at | The create row DateTime. |
updated_at | The update row DateTime. |
items_count | the number of items. |
language | the language of the feed. |
synchronized_at | the datetime of last import. |