Alberne commented on code in PR #9138:
URL: https://github.com/apache/seatunnel/pull/9138#discussion_r2041510039
##########
docs/en/connector-v2/source/Http.md:
##########
@@ -393,6 +404,42 @@ source {
}
+```
+
+#### 2. CursorPagination
+the `pageing.page_type` parameter must be set to `CursorPagination`.
+`cursor_field` is the field name of the cursor in the request parameters.
+`cursor_response_field` is the field name of the cursor field in the response
data, this value is then passed as the value of the `cursor_field` parameter in
the next request.
+````hocon
+
+source {
Review Comment:
Did you mean that the explanation above wasn't clear enough, and we should
explicitly state than the value of this parameter must be passed in as a
pagination field request parameter ? (You mean the phrase 'add pageing fields
into request')
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]