Skip to content

Commit

Permalink
Merge pull request #27 from GDSC-snowflowerthon/fix/openAPI-13
Browse files Browse the repository at this point in the history
[feat] 가져오는 데이터 수 늘림 #13
  • Loading branch information
yunji118 authored Jan 11, 2024
2 parents 5a0b87d + 3d989e3 commit f1dc108
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public MessageResponse message(User user) throws IOException, ParseException {
urlBuilder.append("?serviceKey=" + secretKey);
urlBuilder.append("&returnType=json");
urlBuilder.append("&pageNum=1");
urlBuilder.append("&numRowsPerPage=10");
urlBuilder.append("&numRowsPerPage=20");

URL url = new URL(urlBuilder.toString());
HttpURLConnection conn = (HttpURLConnection) url.openConnection();
Expand Down

0 comments on commit f1dc108

Please sign in to comment.