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

A Swift SDK for WeTransfer’s public API

Results 19 WeTransfer-Swift-SDK issues
Sort by recently updated
recently updated
newest added

Bumps [kramdown](https://github.com/gettalong/kramdown) from 2.1.0 to 2.3.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=kramdown&package-manager=bundler&previous-version=2.1.0&new-version=2.3.0)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [json](https://github.com/flori/json) from 2.2.0 to 2.3.1. Changelog Sourced from json's changelog. 2020-06-30 (2.3.1) Spelling and grammar fixes for comments. Pull request #191 by Josh Kline. Enhance generic JSON and #generate...

dependencies

Bumps [excon](https://github.com/excon/excon) from 0.66.0 to 0.71.0. Changelog *Sourced from [excon's changelog](https://github.com/excon/excon/blob/master/changelog.txt).* > 0.71.0 2019-12-12 > ================= > > fix for leftover data with interrupted persistent connections > > 0.70.0 2019-12-02...

dependencies

Add a `WeTransfer.cancel(_ transfer: Transfer)` method to cancel the any operations regarding the provided transfer object

enhancement

Fixes #8. Add support for URL items in boards - [x] Item protocol for files and URL items - [x] URL item structs - [x] Support items, files and URL...

Fixes #33. Support for the `boards/{board-id}` request as remote boards no longer point to a local file - [x] Allow `File` models to have optional URLs - [ ] Tests...

Add support for https://wetransfer.github.io/wt-api-docs/index.html#retrieve-boards-information. Files in the retrieved board no longer have a local file URL, so this might be a challenge to do right

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...

enhancement

Instead of checking for the availability of the `identifier` property, a dynamic property like `isAdded` should assume this behavior. Perhaps this could be handled in a protocol that handles this...

enhancement