Uploadable
public enum Uploadable
Undocumented
-
Undocumented
Declaration
Swift
case data(Data)
-
Undocumented
Declaration
Swift
case file(URL, shouldRemove: Bool)
-
Undocumented
Declaration
Swift
case stream(InputStream)
-
Undocumented
Declaration
Swift
public func createUploadable() throws -> UploadRequest.Uploadable