lazy-json-pages
lazy-json-pages copied to clipboard
Offset Support
Any plans to support offset based pagination in the future? One of the APIs we're working with requires you to pass a start
number and paginate by offset vs passing a page number.
Thanks!
Hi @LukeAbell, offset is in the roadmap for the next release :)
Just to be on the same page, you mean something like this, right?
https://pokeapi.co/docs/v2#resource-listspagination-section
@cerbero90 awesome! Yep, exactly like that.
@LukeAbell offset is now supported in Lazy JSON Pages v2 🎉
@cerbero90 Thank you!!