Hello team,
I'm migrating a connector from the low-code CDK to the python CDK in the goal of making a PR for a new connector we are using at my company.
I have just one issue, in the low-code CDK, there's an option to inject the next page url, but the only examples I have found for the python CDK are injecting a new parameter in the request parameters. The API i'm ingesting from specifies the next page url in this param:
json_response["links"]["next"]
how can I use this url directly in the python CDK ?