summaryrefslogtreecommitdiff
path: root/ApiReference.md
diff options
context:
space:
mode:
authorfox <[email protected]>2021-05-24 14:40:54 +0300
committerfox <[email protected]>2021-05-24 14:40:54 +0300
commitd3e4aec642dcf2b51f04f29f746135a5a306abb2 (patch)
tree4a8162a63189ee1611f97b6c03a3c78195be0d90 /ApiReference.md
parentcd789577b4ae235064d9130df212048a03cc37c2 (diff)
Update 'ApiReference'
Diffstat (limited to 'ApiReference.md')
-rw-r--r--ApiReference.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/ApiReference.md b/ApiReference.md
index fcb8442..a192eb3 100644
--- a/ApiReference.md
+++ b/ApiReference.md
@@ -114,9 +114,9 @@ In case it isn’t immediately obvious, you have to login and get a
session ID even if you are using single user mode. You can omit user and
password parameters.
-On version:1.6.0 and above login also returns current API level as an
-<code>api\_level</code> integer, you can use that instead of calling
+- On version:1.6.0 and above login also returns current API level as an <code>api\_level</code> integer, you can use that instead of calling
getApiLevel after login.
+- Since API 17, also returns configuration object (see `getConfig` below).
### logout
@@ -308,6 +308,7 @@ Returns tt-rss configuration parameters:
- ``daemon_is_running`` - whether update daemon is running
- ``num_feeds`` - amount of subscribed feeds (this can be used to refresh
feedlist when this amount changes)
+- ``custom_sort_types`` - map of plugin-provided article sort types (API 17+)
### updateFeed