The Envelope type includes a Maybe Pagination, which includes a pNextUrl, but actually making a request using that pNextUrl doesn't seem to be possible from outside the library. It seems like you would need at least the getJSONEnvelope function, which isn't exported.
Is there a way that I'm missing to get "the next page"?
The
Envelope
type includes aMaybe Pagination
, which includes apNextUrl
, but actually making a request using thatpNextUrl
doesn't seem to be possible from outside the library. It seems like you would need at least thegetJSONEnvelope
function, which isn't exported.Is there a way that I'm missing to get "the next page"?