With the addition of storing per-item state, readers will likely want a way to mark large numbers of items as read in a single request. Both for offline reading, as well as just for efficiency's sake while online.
Feedly's Markers API allows operations to be made on one or more items at a time. We can likely do something similar, possibly by just including multiple url[] parameters in the request.
With the addition of storing per-item state, readers will likely want a way to mark large numbers of items as read in a single request. Both for offline reading, as well as just for efficiency's sake while online.
Feedly's Markers API allows operations to be made on one or more items at a time. We can likely do something similar, possibly by just including multiple
url[]
parameters in the request.