You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*``output_mode`` (string, default:-flc) - what kind of information to return (f - feeds, l - labels, c - categories, t --tags)
161
-
162
155
### getFeeds
163
156
164
157
Returns JSON-encoded list of feeds. The list includes category id,
165
158
title, feed url, etc.
166
159
167
160
Parameters:
168
161
169
-
-``cat_id`` (integer) - return feeds under category cat\_id
170
-
-``unread_only`` (bool) - only return feeds which have unread articles
171
-
-``limit`` (integer) - limit amount of feeds returned to this value
172
-
-``offset`` (integer) - skip this amount of feeds first
173
-
-``include_nested`` (bool) - include child categories (as Feed-objects
162
+
-``cat_id`` (integer) - return feeds under category cat\_id
163
+
-``unread_only`` (bool) - only return feeds which have unread articles
164
+
-``limit`` (integer) - limit amount of feeds returned to this value
165
+
-``offset`` (integer) - skip this amount of feeds first
166
+
-``include_nested`` (bool) - include child categories (as Feed-objects
174
167
``with is_cat set)``**requires version:1.6.0**
175
168
176
169
Pagination:
@@ -187,8 +180,8 @@ Special category IDs are as follows:
187
180
188
181
Added in version:1.5.0:
189
182
190
-
--3 All feeds, excluding virtual feeds (e.g. Labels and-such)
191
-
--4 All feeds, including virtual feeds
183
+
- -3 All feeds, excluding virtual feeds (e.g. Labels and-such)
184
+
- -4 All feeds, including virtual feeds
192
185
193
186
Known bug: Prior to version:1.5.0 passing null or 0 cat\_id to this
194
187
method returns full list of feeds instead of Uncategorized feeds only.
@@ -197,11 +190,11 @@ method returns full list of feeds instead of Uncategorized feeds only.
197
190
198
191
Returns JSON-encoded list of categories with unread counts.
199
192
200
-
-``unread_only`` (bool) - only return categories which have unread
193
+
-``unread_only`` (bool) - only return categories which have unread
201
194
articles
202
-
-``enable_nested`` (bool) - switch to nested mode, only returns topmost
195
+
-``enable_nested`` (bool) - switch to nested mode, only returns topmost
203
196
categories **requires version:1.6.0**
204
-
-``include_empty`` (bool) - include empty categories **requires
197
+
-``include_empty`` (bool) - include empty categories **requires
205
198
version:1.7.6**
206
199
207
200
Nested mode in this case means that a flat list of **only** topmost
@@ -218,30 +211,30 @@ Returns JSON-encoded list of headlines.
218
211
219
212
Parameters:
220
213
221
-
-``feed_id`` (integer|string) - only output articles for this feed (supports string values to retrieve tag virtual feeds since API level 18, otherwise-integer)
222
-
-``limit`` (integer) - limits the amount of returned articles (see-below)
223
-
-``skip`` (integer) - skip this amount of feeds first
224
-
-``filter`` (string) - currently unused (?)
225
-
-``is_cat`` (bool) - requested feed\_id is a category
226
-
-``show_excerpt`` (bool) - include article excerpt in the output
227
-
-``show_content`` (bool) - include full article text in the output
-``feed_id`` (integer|string) - only output articles for this feed (supports string values to retrieve tag virtual feeds since API level 18, otherwise-integer)
215
+
-``limit`` (integer) - limits the amount of returned articles (see-below)
216
+
-``skip`` (integer) - skip this amount of feeds first
217
+
-``filter`` (string) - currently unused (?)
218
+
-``is_cat`` (bool) - requested feed\_id is a category
219
+
-``show_excerpt`` (bool) - include article excerpt in the output
220
+
-``show_content`` (bool) - include full article text in the output
[<imgsrc="images/tt-rss-android/Screenshot_20250509_135136.webp"width="120"align="left"alt="Android app main feed view">](images/tt-rss-android/Screenshot_20250509_135136.webp)
@@ -55,7 +55,7 @@ When adding new application in Obtainium, paste [app project page](https://gitla
55
55
56
56
### I want to help test the app! Are there development builds available?
57
57
58
-
Sometimes. Releases are not created for signed non-master branch builds, you can get the APKs from build pipeline artifacts[here](https://gitlab.tt-rss.org/tt-rss/tt-rss-android/-/jobs) - look for `build-signed-branch-apk`. Non-master builds install as a separate application with a gray icon.
58
+
Sometimes. Releases are not created for signed non-master branch builds, you can get the APKs from [build pipeline artifacts](https://gitlab.tt-rss.org/tt-rss/tt-rss-android/-/jobs) - look for `build-signed-branch-apk`. Non-master builds install as a separate application with a gray icon.
0 commit comments