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

Feature alamofire #21

Merged
merged 6 commits into from
Apr 22, 2021
Merged

Feature alamofire #21

merged 6 commits into from
Apr 22, 2021

Conversation

ghis22130
Copy link
Owner

No description provided.

네트워크 프레임워크인 Almofire을 사용하기위해 Cocoapod을 통하여 설치하였습니다

issue: #16
HTTPMethod를 통한 네트워크 통신을 Alamofire를 사용하여 작동하는 NetworkService Class의 초안을 구현하였습니다.

issue: #16
네트워크와 통신할 DTO 객체를 구현하였습니다.
DTO 자체에서 toDomain() 메소드를 두어 Entity를 바로 생성해줄 수 있도록 하였습니다.

issue: # 16
네트워크와 통신할 DTO 객체를 구현하였습니다.
DTO 자체에서 toDomain() 메소드를 두어 Entity를 바로 생성해줄 수 있도록 하였습니다.

issue: # 16
네트워크와 통신하여 반찬리스트를 받아올 UseCase를 작성하였습니다

issue: #16
String URL로 부터 Image를 불러오기 위한 UseCase를 작성하였습니다.
UIKit을 모르게 하기 위해 가공된 Data에 대한 completion을 제공하여 Image생성하게 끔 하였습니다.

issue: #16
@ghis22130 ghis22130 merged commit 00059ea into dev/iOS Apr 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant