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

Moya #18

Open
kimkyuchul opened this issue Nov 24, 2022 · 0 comments
Open

Moya #18

kimkyuchul opened this issue Nov 24, 2022 · 0 comments
Labels

Comments

@kimkyuchul
Copy link
Owner

Moya?

  • 타입이 안전한 방식으로 네트워크 요청을 캡슐화 하는데 중점을 둔 라이브러리
  • 일반적으로 열거형을 사용하여 네트워크 계층으로 작업할 때 컴파일 시간과 신뢰도를 제공하고, 유닛 테스트가 간편
  • Alamofire을 추상화한 프레임워크
  • 재사용성이 높고, 개발 시 request, response만 처리
  • Moya는 자체적으로 어떠한 네트워킹을 하지 않는다. ⇒ 즉, Moya는 Alamofire의 검증된 네트워킹 기능을 사용하고, Alamofire를 추상화 하기 위한 추가적인 기능, 유형과 개념을 제공
  • 즉, 추상화된 Alamofire를 사용 가능하게 하는 것이 Moya (추상화 된 정도를 비교 : URLSession < Alamofire < Moya )
@kimkyuchul kimkyuchul added the IOS label Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant