-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Hey.
Let's assume I'm sending a request to Twitter API, and my goal is to fetch ALL of this specific user Tweets.
Twitter API liming me to 50 Tweets per request, but it also supply me a "pagination" URL for the next tweets, and so on and on until the "pagination" is empty. At that point I know that the API sent me all of this users tweets.
How exactly should I handle this scenario using this Network Layer? Thanks!
Metadata
Metadata
Assignees
Labels
No labels