I am familiar with the support for next page token...
# singer-tap-development
a
I am familiar with the support for next page tokens for pagination. The API I am working with now has HATEOAS style links in the response body. It would be simpler to just grab the next link rather than parse it for the next page token and pass along the next page token. Is there support for HATEOAS style links?
v
I don't know of any HATEOAS support right now. I think I'd go for the same thing you're doing (use nextpagetoken to pass the link to the next page, and update the path there).