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

Create two clients, One with the Pager and One without the Pager. #35

Closed Natim closed 5 years ago

Natim commented 7 years ago

In elm-kinto 6 we added the Pager, which makes it really hard to get started with elm-kinto especially for beginners.

I'd like to get back a simpler kinto client that doesn't need to worry about the Pager.

The same way that we have program and programWithFlags, we could have KintoClient and KintoClientWithPager.

Natim commented 6 years ago

According to @n1k0 this is a bad idea because pagination shouldn't be optional. I think it makes it less easy to start using elm-kinto but also beginnerProgram was removed so maybe we should close this issue.