Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

문화축제 API 호출입니다. #5

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

dev-khg
Copy link
Contributor

@dev-khg dev-khg commented Oct 10, 2023

축제명, 축제기간, 축제장소를 파싱하여 우리 캐쳐아이템에 반영할 수 있을 것 같습니다.

@dev-khg dev-khg changed the title 문화축제관광공사 API 호출입니다. 문화축제 API 호출입니다. Oct 10, 2023
CatcherJsonParser festivalParser = new CatcherJsonParser(headerPath, bodyPath) {
@Override
public String getUri(int page, int count) {
return new StringBuilder()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

요부분은 실제로 사용하실때는 UriBuilder를 이용하여 만들면 더 좋을거같습니다~

Copy link
Contributor

@pingu9 pingu9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

코멘트 하나 남겼던 부분 말고는 좋아보입니다! 고생많으셨습니다~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants