You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by "MonsterChenzhuo (via GitHub)" <gi...@apache.org> on 2023/03/23 08:48:51 UTC

[GitHub] [incubator-seatunnel] MonsterChenzhuo commented on a diff in pull request #4372: [Feature][Connector] http connector support pagable

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


##########
seatunnel-connectors-v2/connector-http/connector-http-base/src/main/java/org/apache/seatunnel/connectors/seatunnel/http/config/HttpPage.java:
##########
@@ -0,0 +1,15 @@
+package org.apache.seatunnel.connectors.seatunnel.http.config;
+
+import lombok.Builder;
+import lombok.Data;
+
+import java.io.Serializable;
+
+@Data
+@Builder
+public class HttpPage implements Serializable {
+
+    private String pageNum;
+    private String pageField;
+    private String paheSize;

Review Comment:
   [WIP] is still under development.



-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org