Hi again… I’m having a little trouble with paginat...
# singer-tap-development
h
Hi again… I’m having a little trouble with pagination on my REST tap. The API returns a json field with a complete link to the next page (not page number, just random token added on to URL). I tried to change the
get_next_page_token
function to return just the
nextToken=XYZ987
part of the url, but I get a “loop detected … identical token” error. Any ideas? The SDK documents a number of different paginators and one seems to address this nextURL pagination method, but I don’t know how to incorporate them in the tap.