Usual I use Alamofire
& Moya/RxSwift
& ObjectMapper
to analysis object
But now add a demand. My app need download file.
I have use
Alamofire.download(urlString, to: destination)
Temporary solved the problem
but It's not elegant.
I want use Moya to Maintain the same network layer.
Can you show a Download Moya"s "TargetType"