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

:: [#187] 카카오 APi 연동 #189

Merged
merged 14 commits into from
Feb 16, 2024
Merged

:: [#187] 카카오 APi 연동 #189

merged 14 commits into from
Feb 16, 2024

Conversation

Eunho0922
Copy link
Member

No description provided.

@Eunho0922 Eunho0922 self-assigned this Feb 16, 2024
@Eunho0922 Eunho0922 added the 과제 과제 진행하겠습니다. label Feb 16, 2024
@@ -4,7 +4,7 @@ import RxSwift
import RxCocoa

public protocol IntroRepositoryInterface {
func kakaoToken(access_token: String) -> Single<String>
func kakaoToken() -> Single<Bool>
Copy link
Member

Choose a reason for hiding this comment

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

bool로 바꾼 이유를 알고 싶습니다

Copy link
Member Author

Choose a reason for hiding this comment

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

Usecase에서 String으로 확인하는 과정을 Service로 보냈고 service에서 확인한뒤 Bool로 보내주면 Usecase에서 Bool타입에 따라 토큰 성공, 실패 여부를 로그에 찍도록 했습니다

Copy link
Member

Choose a reason for hiding this comment

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

좋아요!

Copy link
Member Author

Choose a reason for hiding this comment

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

@jjunhaa0211 jjunhaa0211 merged commit b8e40e2 into develop Feb 16, 2024
1 check passed
@jjunhaa0211 jjunhaa0211 deleted the task#187-authTask branch February 16, 2024 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
과제 과제 진행하겠습니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants