Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📌 PR 요약
🌱 작업한 내용
🌱 PR 포인트
sendRequest와 evaluateStatus는 이제 레거시 코드가 되었습니다..! 새로운 메서드인
sendObservableRequest
를 사용해 주세요.sendObservableRequest
를 사용하게 되면sendRequest
에서 항상 보내야했던type
파라미터를 넣을 필요가 없습니다(1번 사진 참고).sendObservableRequest
를 사용하면, data값이 Observable로 그대로 리턴되어 보다 깔끔하게 코드를 구성할 수 있습니다.(2번 사진, 3번 사진 참고)에러는 이제 onError에서 처리할 수 있도록 수정했습니다. 기존에는 error도 success로 취급되어 들어갔으나, 이제 subscribe의 onError 클로저에서 처리하시면 됩니다.
📸 스크린샷
📮 관련 이슈