creation of a downloader

This commit is contained in:
grimhilt
2023-07-13 23:36:39 +02:00
parent 70fb733b05
commit 80d497d47c
8 changed files with 224 additions and 36 deletions

View File

@@ -1,5 +1,5 @@
use std::fs::File;
use std::io::{Read};
use std::io::Read;
use std::path::PathBuf;
use reqwest::{Method, Response, Error};
use crate::services::api::{ApiBuilder, ApiError};