From fb51cce53a086580819b980fc17f5dc4932d4165 Mon Sep 17 00:00:00 2001 From: Tzahi12345 Date: Tue, 3 Jan 2023 23:57:44 -0500 Subject: [PATCH] Updated RSS Feed (markdown) --- RSS-Feed.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/RSS-Feed.md b/RSS-Feed.md index 3a0b874..6b6f32e 100644 --- a/RSS-Feed.md +++ b/RSS-Feed.md @@ -1,4 +1,19 @@ Placeholder for where future documentation will exist. Helpful validator: https://validator.w3.org/feed/check.cgi -Prettier web-based viewer: https://rssviewer.app/ \ No newline at end of file + +Prettier web-based viewer: https://rssviewer.app/ + +Examples: + +/api/rss +* Generate feed with files downloaded in single-user mode + +/api/rss?uid=admin +* Generate feed with files downloaded by user `admin` + +/api/rss?uid=admin&text_search=chess +* Generate feed with files downloaded by user `admin`, and filter for files that include the word `chess` + +/api/rss?sub_id= +* Generate feed with files from subscription with ID `` \ No newline at end of file