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

[Network] #101 - 식당 좋아요 추가 및 삭제 API 연동 #106

Merged
merged 2 commits into from
Jul 18, 2024

Conversation

EunsuSeo01
Copy link
Member

🔥 Pull requests

👷 작업한 내용

  • 식당 좋아요 추가 API 연동 및 데이터 바인딩
  • 식당 좋아요 삭제 API 연동 및 데이터 바인딩

📸 스크린샷

구현 내용 SE Console
GIF 스크린샷 2024-07-18 오후 10 28 08

✅ Check List

  • Merge 대상 브랜치가 올바른가?
  • 최종 코드가 에러 없이 잘 동작하는가?
  • 전체 변경사항이 500줄을 넘지 않는가?

📟 관련 이슈

@EunsuSeo01 EunsuSeo01 added 🐬 은수 은수 공주 작업 🛜 Network API 연결 labels Jul 18, 2024
@EunsuSeo01 EunsuSeo01 requested a review from mcrkgus July 18, 2024 16:17
@EunsuSeo01 EunsuSeo01 self-assigned this Jul 18, 2024
Copy link
Contributor

@shimseohyun shimseohyun left a comment

Choose a reason for hiding this comment

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

굿이옵니다

Copy link
Member

@mcrkgus mcrkgus left a comment

Choose a reason for hiding this comment

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

APPLETV

@@ -123,4 +129,38 @@ final class HankkiAPIService: BaseAPIService, HankkiAPIServiceProtocol {
}
}
}

/// 식당 좋아요 추가
func postHankkiHeart(id: Int64, completion: @escaping (NetworkResult<HeartResponseDTO>) -> Void) {
Copy link
Member

Choose a reason for hiding this comment

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

p2
BaseDTO 사용햐주세용

Copy link
Member Author

Choose a reason for hiding this comment

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

위에 typealias로 해놨습니다 엉님

@EunsuSeo01 EunsuSeo01 merged commit 8d038f5 into develop Jul 18, 2024
@EunsuSeo01 EunsuSeo01 deleted the network/#101 branch July 18, 2024 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐬 은수 은수 공주 작업 🛜 Network API 연결
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Network] 식당 좋아요 추가 및 삭제 API 연동
3 participants