Freshrss: [greader-api] mixed string and number

Created on 30 Apr 2020  路  2Comments  路  Source: FreshRSS/FreshRSS

when making a get request to /reader/api/0/unread-count the following is returned:

...
    {
      "id": "feed/6",
      "count": 0,
      "newestItemTimestampUsec": 1588269040490890
    },
...

when looking at other documentations about google reader api: The newestItemTimestampUsec should be a string and not a number.
sources:

API

Most helpful comment

Thanks @Stunkymonkey , you are correct. Could you please try this fix? https://github.com/FreshRSS/FreshRSS/pull/2935

All 2 comments

Thanks @Stunkymonkey , you are correct. Could you please try this fix? https://github.com/FreshRSS/FreshRSS/pull/2935

thanks @Alkarex for the super fast reply/fix. Works perfectly.

Super happy that I switched to FreshRss. Awesome work.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mbnoimi picture mbnoimi  路  4Comments

Alkarex picture Alkarex  路  5Comments

Alkarex picture Alkarex  路  5Comments

cwldev picture cwldev  路  5Comments

javerous picture javerous  路  5Comments