-
Notifications
You must be signed in to change notification settings - Fork 0
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/#138] 탐색 뷰 피드 조회 API 연결 #142
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.
LGTM~🚀🚀🚀
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.
LGTM~🚀
…-api # Conflicts: # app/src/main/java/com/spoony/spoony/data/di/DataSourceModule.kt # app/src/main/java/com/spoony/spoony/data/di/ServiceModule.kt
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.
굿 !! 최고
@SerialName("userId") | ||
val userId: Int, | ||
@SerialName("userName") | ||
val userName: String, | ||
@SerialName("userRegion") | ||
val userRegion: String, | ||
@SerialName("postId") | ||
val postId: Int, | ||
@SerialName("title") | ||
val title: String, | ||
@SerialName("categoryColorResponse") | ||
val categoryColorResponse: CategoryColorResponse, | ||
@SerialName("zzimCount") | ||
val zzimCount: Int, | ||
@SerialName("createdAt") | ||
val createdAt: 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.
Key Value 처럼 사용하는 건가요?
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.
네!! 비슷합니다ㅋㅋ
…-api # Conflicts: # app/src/main/java/com/spoony/spoony/presentation/explore/ExploreScreen.kt
Related issue 🛠
Work Description ✏️
Screenshot 📸
Uncompleted Tasks 😅
N/A
To Reviewers 📢