Implementing TTRSS: Get Category List #81

Closed
opened 7 years ago by jking · 0 comments
jking commented 7 years ago
Owner

getCategories

Returns JSON-encoded list of categories with unread counts.

  • unread_only (bool) - only return categories which have unread
    articles
  • enable_nested (bool) - switch to nested mode, only returns topmost
    categories requires version:1.6.0
  • include_empty (bool) - include empty categories requires
    version:1.7.6

Nested mode in this case means that a flat list of only topmost
categories is returned and unread counters include counters for child
categories.

This should be used as a starting point, to display a root list of all
(for backwards compatibility) or topmost categories, use getFeeds to
traverse deeper.

### getCategories Returns JSON-encoded list of categories with unread counts. - unread\_only (bool) - only return categories which have unread articles - enable\_nested (bool) - switch to nested mode, only returns topmost categories **requires version:1.6.0** - include\_empty (bool) - include empty categories **requires version:1.7.6** Nested mode in this case means that a flat list of **only** topmost categories is returned and unread counters include counters for child categories. This should be used as a starting point, to display a root list of all (for backwards compatibility) or topmost categories, use getFeeds to traverse deeper.
jking added this to the 0.2.0 milestone 7 years ago
jking added the
feature
api
labels 7 years ago
jking closed this issue 7 years ago
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date

0000-12-31

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.