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?