in reply to Paging with REST::Client?
When I was shelling out to curl, the way I was handing this was using _max_results and _paging with the REST calls (and checking if I needed to loop ove the _paging calls). So, I'm wondering if there's an easy way to pull this off with REST::Client? It doesn't look like it, however I can pass in my own LWP::UserAgent object -- is there a way to have LWP::UserAgent handle the paging under the hood? Guessing not based on my supersearch and duckduckgo searches, but thought I'd ask. Assuming not, is there another Perl module designed to handle this while providing a clean, simple interface?
Hi
So are _paging _max_results curl options? Http headers? Something else?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Paging with REST::Client?
by Argel (Prior) on Jan 13, 2020 at 16:42 UTC | |
by bliako (Abbot) on Jan 13, 2020 at 21:44 UTC | |
by Argel (Prior) on Jan 14, 2020 at 23:45 UTC | |
by bliako (Abbot) on Jan 15, 2020 at 11:27 UTC | |
by 1nickt (Canon) on Jan 13, 2020 at 17:16 UTC | |
by Argel (Prior) on Jan 13, 2020 at 17:25 UTC | |
by 1nickt (Canon) on Jan 13, 2020 at 17:54 UTC | |
by Argel (Prior) on Jan 13, 2020 at 19:31 UTC | |
| |
by Anonymous Monk on Jan 14, 2020 at 01:06 UTC | |
by Argel (Prior) on Jan 14, 2020 at 23:08 UTC | |
by Anonymous Monk on Jan 14, 2020 at 23:34 UTC | |
by bliako (Abbot) on Jan 15, 2020 at 11:29 UTC |