Is there a recommended pattern for syncing a paginated rest API? The example in the docs for an API assumes all items are returned in a single request.
I have some ideas, and I know the answer is highly depended on how your API works, but any examples would be helpful to make sure I'm going about it in roughly the right way.