Implementing TTRSS: Get Configuration #85

Closed
opened 7 years ago by jking · 0 comments
jking commented 7 years ago
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 7 years ago
jking added the
feature
api
labels 7 years ago
jking added the
trivial
label 7 years ago
jking closed this issue 7 years ago
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date

0000-12-31

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.