in reply to Re^4: Paging with REST::Client?
in thread Paging with REST::Client?
Umm, right. Rest::Client does not do any paging. You said that it's on the server. So that means that you will have to provide the parameters or headers necessary to Rest::Client in the call it makes, and write a wrapper that collates the results from the various requests.
What does the documentation of the API you are calling say about paging?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Paging with REST::Client?
by Argel (Prior) on Jan 13, 2020 at 19:31 UTC | |
by Anonymous Monk on Jan 14, 2020 at 01:35 UTC | |
by Argel (Prior) on Jan 14, 2020 at 23:23 UTC | |
by Anonymous Monk on Jan 15, 2020 at 01:03 UTC | |
by Argel (Prior) on Jan 17, 2020 at 22:20 UTC | |
|