You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
func requestProblem(id:Int){
guard let problem =awaitNetworkModule.request(api:.getProblem(id: id))else{return}send(problem) // to somewhere like `reducer`
}
The text was updated successfully, but these errors were encountered:
목적
🗣️ 알아서 잘 돌아가는 네트워크 모듈이 있었으면 좋겠어요
...ㅋㅋ
✋ 왜 필요함? 그냥 그때그때 쓰면 안 됨?
내 생각에
그래서 있었으면 좋겠다~~~ 이 정도면
Moya
쓰는 게 나을 수도예시
The text was updated successfully, but these errors were encountered: