junyng / weather-forecast

weather application
0 stars 0 forks source link

API 통신 Network Layer 구조 설계 #11

Closed junyng closed 5 years ago

junyng commented 5 years ago
junyng commented 5 years ago

https://medium.com/flawless-app-stories/writing-network-layer-in-swift-protocol-oriented-approach-4fa40ef1f908

junyng commented 5 years ago

테스트 가능한 네트워크 레이어 https://blog.canapio.com/127

junyng commented 5 years ago

네트워크 패칭 프로세스 학습 및 구조 적용

  1. 요청 만들기(URLRequest)
  2. 요청 디스패치하기(Dispatcher)
  3. 응받 받고 파싱하기(Service)
junyng commented 5 years ago

미니멀한 네트워크 레이어 구조 https://medium.com/ios-os-x-development/minimal-networking-layer-from-scratch-in-swift-4-a151af786dc5