MixdropApi class

Constructors

MixdropApi(String email, String apiKey)

Properties

hashCode int
The hash code for this object.
no setterinherited
rawApi → _MixdropRawApi
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addSubtitle(String fileRef, {required File subtitleFile, required MixdropSubtitleLanguage language}) Future<MixdropAddSubtitle?>
fileDuplicate(String fileRef) Future<MixdropFileDuplicate?>
fileInfo(List<String> fileRefs) Future<MixdropFileInfo?>
fileRemoved([int? page]) Future<MixdropFileRemoved?>
fileRename(String fileRef, String newName) Future<MixdropFileRename?>
folderCreate(String folderName, [int? parentFolderId]) Future<MixdropFolderCreate?>
folderList([int? folderId, int? page]) Future<MixdropFolderList?>
folderRename(String newFolderName, int folderId) Future<MixdropFolderRename?>
localUpload(File file, {int? folderId}) Future<MixdropLocalUpload?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remoteUpload(String url, {String? newName, int? folderId}) Future<MixdropRemoteUpload?>
remoteUploadStatus(int remoteUploadId) Future<MixdropRemoteUploadStatus?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited