Hey everyone,
I'm currently developing a custom source connector for Podio and have run into an issue I can't quite figure out regarding pagination.
As I understand the 'next_page_token' method in the 'PodioStream' class is supposed to retrieve the pagination information from the response and then use that to make the following request, but the problem is that there is no pagination information in the response... The way you paginate in Podio is by passing an 'offset' parameter to the request which then offsets the records by x amount (which would be the number of records in the former request, which I am able to retrieve). Do any of you have any suggestions on how I should approach this?
This is the first time I'm working with Airbyte anything, so I'm still trying to get a grip on things, and maybe there is an obvious approach I'm just missing, but any help regarding this would be appreciated. Thank you 🙏