-
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
:: [#187] 카카오 APi 연동 #189
:: [#187] 카카오 APi 연동 #189
Conversation
카카오 post, put, get 함수 추가 tokenState함수 추가
카카오 post, put, get 함수 추가 tokenState함수 추가
…umGaGym_iOS into task#187-authTask
@@ -4,7 +4,7 @@ import RxSwift | |||
import RxCocoa | |||
|
|||
public protocol IntroRepositoryInterface { | |||
func kakaoToken(access_token: String) -> Single<String> | |||
func kakaoToken() -> Single<Bool> |
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.
bool로 바꾼 이유를 알고 싶습니다
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.
Usecase에서 String으로 확인하는 과정을 Service로 보냈고 service에서 확인한뒤 Bool로 보내주면 Usecase에서 Bool타입에 따라 토큰 성공, 실패 여부를 로그에 찍도록 했습니다
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.
넹
No description provided.