Implementing TTRSS: Get Configuration #85

Closed
opened 2017-09-11 16:23:22 -04:00 by jking · 0 comments
Owner

getConfig

Returns tt-rss configuration parameters:

{"icons_dir":"icons","icons_url":"icons","daemon_is_running":true,"num_feeds":71}
  • icons_dir - path to icons on the server filesystem
  • icons_url - path to icons when requesting them over http
  • 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)
### getConfig Returns tt-rss configuration parameters: ```json {"icons_dir":"icons","icons_url":"icons","daemon_is_running":true,"num_feeds":71} ``` - icons\_dir - path to icons on the server filesystem - icons\_url - path to icons when requesting them over http - 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)
jking added this to the 0.2.0 milestone 2017-09-11 16:23:22 -04:00
jking closed this issue 2017-10-03 12:43:53 -04:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

-

Dependencies

No dependencies set.

Reference: MensBeam/Arsse#85
No description provided.