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

🔀 :: API Networking Layer를 Domain과 분리 #63

Merged
merged 8 commits into from
Jul 6, 2023

Conversation

baekteun
Copy link
Member

@baekteun baekteun commented Jul 6, 2023

💡 개요

현재는 API Networking을 하는 것이 Domain을 통해서 했는데, 이 Layer를 Domain으로부터 분리해 Networking모듈을 작업했습니다.

📃 작업내용

  • Networking 모듈 작업
  • BaseDomain으로부터 직접적인 Networking 작업 현상 분리

🔀 변경사항

  • BaseRemoteDataSource 제거

@baekteun baekteun added 🔨 Refactor 코드 리팩토링 1️⃣Priority: High 우선순위 상 labels Jul 6, 2023
@baekteun baekteun requested a review from kimsh153 as a code owner July 6, 2023 02:36
@baekteun baekteun self-assigned this Jul 6, 2023
@baekteun baekteun linked an issue Jul 6, 2023 that may be closed by this pull request
@baekteun baekteun merged commit 21b3f0f into master Jul 6, 2023
@baekteun baekteun deleted the 49-api-layer-separate-on-domain branch July 6, 2023 04:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1️⃣Priority: High 우선순위 상 🔨 Refactor 코드 리팩토링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

네트워크 로직 Domain레이어에서 분리
3 participants