Native way for pagination API response #286
Unanswered
makarovstas
asked this question in
Q&A
Replies: 1 comment
-
Same question - and to make it more complex, the pagination information is returned as Response Headers... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi prkumar, please give advice for this case: some APIs have a paginated response, so, we have to make several requests with same type in recursion mode, in which only one parameter changes (offset, sinceID and etc). What do you think, is there a way to implement this inside Consumer class, or is it better to make it a separate functionality?
Beta Was this translation helpful? Give feedback.
All reactions