Add Group service_url

This commit is contained in:
Shadowfacts 2019-03-28 19:07:00 -04:00
parent f009e0bb2f
commit 8100818e26
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 3 additions and 2 deletions

View File

@ -54,7 +54,7 @@ An item is an individual item from an RSS feed.
| `summary` | HTML String. The summar of this item. | No |
| `url` | URL. The original URL of this item. | Yes |
| `service_url` | URL. The URL of this item on the aggregation service. | No |
| `read` | Boolean. Whether this item has been marked as read.. | No |
| `read` | Boolean. Whether this item has been marked as read. | No |
## Group
A group contains multiple feeds.
@ -65,4 +65,5 @@ Feeds may or may not belong to multiple groups, depending on the service impleme
| -------------- | ------------------------------------------------------------- | -------- |
| `id` | ID. The ID of this group. | Yes |
| `title` | String. The title/name of this group. | Yes |
| `feed_ids` | Array of IDs. The IDs of the feeds that this group contains. | Yes |
| `feed_ids` | Array of IDs. The IDs of the feeds that this group contains. | Yes |
| `service_url` | URL. The URL of this group on the aggregation service. | No |