You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: