WeTransfer-Swift-SDK
WeTransfer-Swift-SDK copied to clipboard
Support for URL items
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
Will be added in V2
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