Kinto / elm-kinto

An Elm client for the Kinto API
http://package.elm-lang.org/packages/Kinto/elm-kinto/latest
Other
28 stars 7 forks source link

Make the Pager evolve to allow refresh. #45

Open Natim opened 5 years ago

Natim commented 5 years ago

The Pager API is exactly what one's need to fetch a list of Records.

However on time to time you wish to update the list, and it would be nice to be able to use the ETag to refresh the list without reloading the whole collection.

My understanding is that the Pager object is not far from being able to handle that.

Reference: http://docs.kinto-storage.org/en/stable/tutorials/synchronisation.html#polling-for-remote-changes