MonsterChenzhuo commented on code in PR #4372:
URL: 
https://github.com/apache/incubator-seatunnel/pull/4372#discussion_r1149949547


##########
docs/en/connector-v2/source/Http.md:
##########
@@ -289,6 +293,32 @@ Http {
 }
 ```
 
+### page options
+
+## Example
+
+simple:
+
+```hocon
+Http {
+  url = "https://tyrantlucifer.com/api/getDemoData";
+  pageing = {
+    pageNoField = "pageNo",
+    pageNo = "1-2,4,8-10",

Review Comment:
   At present, the entanglement is that the user's response body needs to be 
consistent. This json structure, if the user structure does not match, this 
function will directly fail.
   `"data":{
           "total":36,
           "totalPage":4,
           "pageSize":10,
           "currentPage":1,
           "start":0
   }`



-- 
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]

Reply via email to