omar_abed
03/09/2023, 3:58 PMget_next_page_token() to treat it like pagination, but wanted to make sure I'm incrementing the date query params with each HTTP request, so I need to figure out where the request is being made and possible overload that function to make multiple requests instead of one.ptd
03/09/2023, 4:04 PMget_url_params method and use it there. You can pass the date range to the paginator object you create in get_new_paginator and have that class’s get_next method just return the next date in the range.ptd
03/09/2023, 4:05 PMget_next method to return both the date and the page token.omar_abed
03/09/2023, 8:14 PMomar_abed
03/09/2023, 8:16 PM