DigitalDJ / tinytinyrss-fever-plugin

Tiny Tiny RSS Fever API Plugin
https://github.com/DigitalDJ/tinytinyrss-fever-plugin
GNU General Public License v3.0
207 stars 28 forks source link

Bug: last_refreshed_on_time must be int by fever api spec #13

Open subvillion opened 5 years ago

subvillion commented 5 years ago
{
  "api_version": 3,
  "auth": 1,
  "total_items": 33725,
  "items": [],
  "last_refreshed_on_time": "1565084077"
}

last_refreshed_on_time contains the time of the most recently refreshed (not updated) feed (Unix timestamp/integer)