From 8100818e261a76c1bc081d251c0a65a3190d4531 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Thu, 28 Mar 2019 19:07:00 -0400 Subject: [PATCH] Add Group service_url --- entities.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/entities.md b/entities.md index 55f1462..b3fedbd 100644 --- a/entities.md +++ b/entities.md @@ -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 | \ No newline at end of file +| `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 | \ No newline at end of file