kinto.js icon indicating copy to clipboard operation
kinto.js copied to clipboard

add since option for collection.getTotalRecords

Open elelay opened this issue 9 years ago • 0 comments

collection.getTotalRecords uses HEAD on the records endpoint. All filtering options can be used in this request. In my use-case I simply pass since with the collection lastModified date, as per Polling for Change in the doc.

elelay avatar Sep 02 '16 13:09 elelay