Implementing TTRSS: Get Compact Headlines #95

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

getCompactHeadlines

Returns a JSON-encoded list of IDs of headlines matching the input parameters.

Parameters:

  • feed_id (integer/string) - only output articles for this feed (see below)
  • limit (integer) - limits the amount of returned articles (see below)
  • skip (integer) - skip this amount of feeds first
  • view_mode (string = all_articles, unread, adaptive, marked, updated)
  • since_id (integer) - only return articles with id greater than since_id

Notes:

  • Limit: contrary to the standard getHeadlines API call, there is no hardcoded limit. If not specified, the default is set to 20.
  • feed_id: feeds between -10 and 0 have a special meaning.
  • 0: archived
  • -1: starred
  • -2: published
  • -3: fresh
  • -4: all articles
  • -6: recently read
  • IDs < -10: labels
  • textual feed_id: browsing by tags
### getCompactHeadlines Returns a JSON-encoded list of IDs of headlines matching the input parameters. Parameters: * feed_id (integer/string) - only output articles for this feed (see below) * limit (integer) - limits the amount of returned articles (see below) * skip (integer) - skip this amount of feeds first * view_mode (string = all_articles, unread, adaptive, marked, updated) * since_id (integer) - only return articles with id greater than since_id Notes: * *Limit*: contrary to the standard **getHeadlines** API call, there is no hardcoded limit. If not specified, the default is set to 20. * *feed_id*: feeds between -10 and 0 have a special meaning. * 0: archived * -1: starred * -2: published * -3: fresh * -4: all articles * -6: recently read * IDs < -10: labels * textual feed_id: browsing by tags
jking added this to the 0.2.0 milestone 7 years ago
jking added the
feature
api
labels 7 years ago
Poster
Owner

Please note this is a protocol extension:

https://github.com/hrk/tt-rss-newsplus-plugin

Please note this is a protocol extension: https://github.com/hrk/tt-rss-newsplus-plugin
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.