in reply to Re^2: Paging with REST::Client?
in thread Paging with REST::Client?
I'm not an expert on RESTful APIs, so I'm not sure what specifically is supplying the functionality, but it's on the server side of things. It's something passed in via the URL. Here's an example URL from some debug output I have lying around:
Hi
;) Have you read what you wrote?
Surely you know exactly the actions you took, cause you say
"passed in via URL"
Well, there you go, the module does accepts URLs https://metacpan.org/pod/REST::Client#GET-(-$url,-%5B%25$headers%5D-)
So what happened when you did that (pass via url)?
"paging" ain't nothing but a loop (foreach) where you ask for some more
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Paging with REST::Client?
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 |