WeTransfer-Swift-SDK icon indicating copy to clipboard operation
WeTransfer-Swift-SDK copied to clipboard

Support for URL items

Open PimCoumans opened this issue 6 years ago • 2 comments

The public API supports items that are only a URL. Currently the SDK treats items in a transfer only as a File. Files should be renamed to items at some places to allow for a more generic type

PimCoumans avatar Jul 12 '18 12:07 PimCoumans

Will be added in V2

PimCoumans avatar Oct 09 '18 12:10 PimCoumans

Support for URL items is only needed for Board objects. The Transferable protocol requires the Board object to have a property called files, although for boards this should be renamed to items. Either the files property could be taken out of the protocol, or boards should return all files in their items array

PimCoumans avatar Oct 29 '18 13:10 PimCoumans