robby_robinson
10/28/2022, 6:40 PM/endpoint/{page}
pattern, and I’m trying to find a good way to get the next_page_token to the URL. The get_url method does not get the next_page token parameter passed to it, but I currently have it working by modifying the prepare_request method to add {'page': next_page_token}
to the context before going to the get_url method. Is there a better option to get the token to the URL?edgar_ramirez_mondragon
11/01/2022, 7:41 PMRESTStream.get_url
might look like 🙂
https://github.com/meltano/sdk/issues/new/choose