Added functionality to upload a song. Need to write parse classes to parse the base API HTTP endpoint, and the source path. #7
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
#include"Managers/FileManager.h"
|
||||
#include"Models/Song.h"
|
||||
#include"Models/Token.h"
|
||||
#include"Models/UploadForm.h"
|
||||
|
||||
|
||||
@@ -20,7 +21,7 @@ namespace Syncers
|
||||
Upload(Models::UploadForm);
|
||||
|
||||
void uploadSong();
|
||||
|
||||
void uploadSong(const Models::Token, const std::string);
|
||||
private:
|
||||
Managers::FileManager fMgr;
|
||||
Models::Song song;
|
||||
|
||||
Reference in New Issue
Block a user