indieweb / microsub

For tracking issues on the Microsub specification
24 stars 1 forks source link

Bulk Operations / Syncing #12

Open aaronpk opened 6 years ago

aaronpk commented 6 years ago

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.