Closed Natim closed 5 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.
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.
beginnerProgram
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.