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

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

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


##########
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:
   Misspell



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