We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
리팩터링하고자 하는 파트와 이유를 구체적으로 설명해주세요.
리팩터링하고자 하는 파트
리팩터링하고자 하는 이유
handleApiResponse
리팩터링 방향을 구체적으로 공유해주세요.
CallAdapter
리팩터링 완료 예상 날짜를 작성해주세요. 신중하게 생각해요!
팀원에게 이슈 확인을 부탁해요!
The text was updated successfully, but these errors were encountered:
@Junyoung-WON @s6m1n
Retrofit에 CallAdapter를 적용하는 법
참고자료 하나 더 추가해뒀습니다! 같이 읽어보면 좋을 것 같아요~
Sorry, something went wrong.
hxeyexn
Successfully merging a pull request may close this issue.
🤮 As Is
리팩터링하고자 하는 파트
리팩터링하고자 하는 이유
handleApiResponse
로 감싸줘야하는 불편함이 있습니다.🤩 To Be
CallAdapter
에게 위임하여 데이터 레이어와 handleApi 사이의 의존성을 제거하려고 합니다.CallAdapter
는 네트워크 응답을 원하는 객체로 변경시켜줍니다.😇 이때까지 끝낼게요!
11월 29일➡️ 12월 10일 (테스트가 필요해서 시간이 좀 더 걸릴 것 같습니다!)😵 참고 자료(선택)
🙇♀️이슈 확인했어요:)
The text was updated successfully, but these errors were encountered: