Skip to content

Instantly share code, notes, and snippets.

@okiookio
okiookio / FileWebService.swift
Created March 5, 2023 13:36 — forked from boboboa32/FileWebService.swift
Moya file download
import Moya
import SwiftyJSON
enum FileWebService {
case download(url: String, fileName: String?)
var localLocation: URL {
switch self {
case .download(let url, let fileName):
let fileKey: String = url.MD5 // use url's md5 as local file name