in reply to Re^9: Paging with REST::Client?
in thread Paging with REST::Client?

I thought this kind of paging was common in WAPIs, so didn't think the specific one mattered. And I do know other WAPIs provide similar functionality for large data sets. So I was hoping support was more baked in. Basically, a generic question looking for a generic answer.

As for not mentioning the product, I work in a large corporation where it's generally considered prudent to avoid giving out more information than necessary. So I pretty much try and keep those kinds of details out of my posts as much as possible. Sorry if it tripped you up!!

Elda Taluta; Sarks Sark; Ark Arks
My deviantART gallery

Replies are listed 'Best First'.
Re^11: Paging with REST::Client?
by Anonymous Monk on Jan 18, 2020 at 01:49 UTC

    ...So I was hoping support was more baked in. Basically, a generic question looking for a generic answer.

    Ok, so what would interface look like? Fill in the blanks  use REST::Client; my $url ; ...