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

[feat] data 모듈 생성 및 서버통신 기초 세팅 #11 #22

Merged
merged 11 commits into from
Feb 2, 2025

Conversation

2chang5
Copy link
Collaborator

@2chang5 2chang5 commented Feb 2, 2025

📌 관련 이슈

📁 작업 설명

  • 이슈 확인 부탁드립니다.

Copy link
Collaborator

@easyhooon easyhooon left a comment

Choose a reason for hiding this comment

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

리뷰 완료

}
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_11
Copy link
Collaborator

@easyhooon easyhooon Feb 2, 2025

Choose a reason for hiding this comment

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

여기 Java 17 버전으로 다른 build.gradle 과 통일하게 가면 될듯 합니다.
빌드로직 적용할때 한번에 바꿔도 될것같구

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

우선 반영하였습니다. 감사합니다.

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
Copy link
Collaborator

@easyhooon easyhooon Feb 2, 2025

Choose a reason for hiding this comment

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

data 모듈이라 manifest 파일을 쓰지 않아서 지우는게 나을것 같네여

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

넵 반영하였습니다. 감사합니다.

object RetrofitModule {
@Provides
fun providesHttpLoggingInterceptor(): HttpLoggingInterceptor =
HttpLoggingInterceptor().apply { level = HttpLoggingInterceptor.Level.HEADERS }
Copy link
Collaborator

@easyhooon easyhooon Feb 2, 2025

Choose a reason for hiding this comment

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

api 통신 로그 Body 까지 다 확인하는게 좋을 것 같아서 Level 을 BODY 로 설정하는게 낫지않을까요?

Copy link
Collaborator Author

@2chang5 2chang5 Feb 2, 2025

Choose a reason for hiding this comment

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

동의합니다. 수정하였습니다.

@2chang5
Copy link
Collaborator Author

2chang5 commented Feb 2, 2025

@easyhooon 코드리뷰 반영하였습니다. 확인 부탁드리겠습니다.

Copy link
Collaborator

@easyhooon easyhooon left a comment

Choose a reason for hiding this comment

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

LGTM 수고하셨습니다.

충돌되는 부분 수정하고 merge 하면 될것같슴다

@2chang5 2chang5 merged commit fd2495f into develop Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] data 모듈 생성 및 서버통신 기초 세팅
2 participants