The API doesn't provide the methods to simulate the Unread page, i.e. unread entries from globally visible feeds.
This can now be done through /v1/entries?status=unread&globally_visible=true.
Extended the filtering structure for the client library to support this as well. While writing integration tests I noticed that the CreateFeed handler doesn't update subscription.HideGlobally from the CreateFeedRequest, fixed that as well.
Do you follow the guidelines?
[x] I have tested my changes
[x] There is no breaking changes
[x] I really tested my changes and there is no regression
The API doesn't provide the methods to simulate the Unread page, i.e. unread entries from globally visible feeds. This can now be done through
/v1/entries?status=unread&globally_visible=true
.Extended the filtering structure for the client library to support this as well. While writing integration tests I noticed that the CreateFeed handler doesn't update
subscription.HideGlobally
from the CreateFeedRequest, fixed that as well.Do you follow the guidelines?