-
Notifications
You must be signed in to change notification settings - Fork 1
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] #73 - Auth, User, Zip, University Service 추가 #83
Conversation
case .getMe: return .get | ||
case .getMeUniversity: return .get | ||
case .getMeHankkiHeartList: return .get | ||
case .getMeHankkiReportList: return .get | ||
case .getMeZipList: return .get |
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.
p3
한줄로 어떠실까요 공주님
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.
APPLE TV
struct GetUniversityListResponseDataDTO: Codable { | ||
let universities: [GetUniversityResponseData] | ||
} |
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.
GetUniversityListResponseData 어떠실가요
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.
레전드 꼼꼼함 ㄷㄷ
struct GetMeResponseDTO { | ||
let nickname: String | ||
let profileImageUrl: String | ||
} |
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.
GetMeResponseData
🔥 Pull requests
👷 작업한 내용
🖥️ 주요 코드 설명
BaseTargetType
서버의 버전관리 이슈로, version 타입을 utilpath 의 처음 부분에서 관리합니다.
✅ Check List
📟 관련 이슈