This library is used to communicate with the mixdrop server in C#.
Mixdrop mixdrop = new("email", "key");Collection collection = mixdrop.FolderList();string fileName = "hello_world.nbt";
Stream stream = File.Open(fileName, FileMode.Open);
string fileref = mixdrop.Upload(fileName, stream);FileStatus fileStatus = mixdrop.RemoteUpload("http://127.0.0.1:8080/FTL.mp4");