Search before asking
Description
Page Number Pagination& Cursor-Based Pagination are the common pagination methods used in HTTP APIs. Cursor-based pagination are better for large datasets.
the Http source plugin [Connector-V2] currently only supports page-number pagination, in our business scenario, we need to use Cursor-Based Pagination functionality.
so, we hope to improve the http source plugin to support this functionality.
Usage Scenario
for example, we request data from facebook API [https://developers.facebook.com/docs/graph-api/results/?locale=en_US], the api used Cursor-based Pagination.
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
Search before asking
Description
Page Number Pagination& Cursor-Based Pagination are the common pagination methods used in HTTP APIs. Cursor-based pagination are better for large datasets.
the Http source plugin [Connector-V2] currently only supports page-number pagination, in our business scenario, we need to use Cursor-Based Pagination functionality.
so, we hope to improve the http source plugin to support this functionality.
Usage Scenario
for example, we request data from facebook API [https://developers.facebook.com/docs/graph-api/results/?locale=en_US], the api used Cursor-based Pagination.
Related issues
No response
Are you willing to submit a PR?
Code of Conduct