-
Notifications
You must be signed in to change notification settings - Fork 2
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
Network [#89] 챌린지 관련 서버 통신 #92
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다!~🙏
case .getdailyChallenge: | ||
return .requestPlain |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
p5. 그냥 dailyChallenge인 네이밍 어떤가요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오옹 약간 Get Method인걸 알려주기 위해 붙여뒀는데 그게 더 나을까요 ??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
사실 문제 될건 없을 것 같습니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저히 get, set 지양티비~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고햇슴니다 zeo~
case .getdailyChallenge: | ||
return .requestPlain |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저히 get, set 지양티비~
self.setRootViewController(rootViewController) | ||
|
||
} | ||
|
||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아 이거 딱걸린건데 ㅋ
👾 작업 내용
🚀 PR Point
EmptyRequestDTO
를 만들어 처리했습니다.HMH-iOS/HMH_iOS/HMH_iOS/Network/DTO/ChallengeModel/EmptyResponseDTO.swift
Line 10 in c9c6c43
HMH-iOS/HMH_iOS/HMH_iOS/Presentation/Onboarding/ViewControllers/OnboardingGoalTimeViewController.swift
Lines 40 to 47 in c9c6c43
📸 스크린샷
✅ Issue
Resolved #89