feedbin / feedbin-api

Feedbin API Documentation
349 stars 26 forks source link

Count unread entries #63

Closed A973C closed 2 years ago

A973C commented 2 years ago

Hi @benubois

Could you please tell me how to get unread entries counter, please?

API documentation don't explain that part.

Thank you for your help and for your great work!

A973C commented 2 years ago

Ping @benubois

A973C commented 2 years ago

Ping @benubois

A973C commented 2 years ago

Hi @benubois

Could you please give me an answer? There's no customer support at Feedbin??

benubois commented 2 years ago

Hi,

The Unread entries endpoint returns an array of unread entry ids, so the count of unread entries is equal to the length of the array.

In general no support is available for how to accomplish things with the API as this is highly dependent on the language you're using.

Ben