ImageNetworkService
final class ImageNetworkService : NetworkService<MovieDBNetwork.APIClient>, ImageService
ImageDownloader - implements the ImageService and makes the calls to the MovieDB API using the specified NetworkService
-
Undocumented
Declaration
Swift
func downloadImage(relativePath: String, completion: ((DataProviderResponse<Data>) -> Void)?)
-
Undocumented
Declaration
Swift
static func networkService() -> ImageNetworkService