WebAPI: Expand RSS related API

Added markAsRead API method with optional parameter for specifying single article.
Added the rss_smart_episode_filters and rss_download_repack_proper_episodes keys to preference api.
Added matchingArticles API method for retrieving articles that match specified rule.
This commit is contained in:
Sepro 2020-04-19 20:37:55 +02:00
parent e05ef12e68
commit a3b58e59da
3 changed files with 58 additions and 0 deletions

View file

@ -44,9 +44,11 @@ private slots:
void removeItemAction();
void moveItemAction();
void itemsAction();
void markAsReadAction();
void refreshItemAction();
void setRuleAction();
void renameRuleAction();
void removeRuleAction();
void rulesAction();
void matchingArticlesAction();
};