mpclarkson / StravaSwift

A Swift wrapper for the Strava API v3
MIT License
102 stars 45 forks source link

Handle file uploads #1

Open mpclarkson opened 8 years ago

mpclarkson commented 8 years ago

This is the last remaining part of the API to implement. PR's welcome :)

ehmjaysee commented 4 years ago

I see a pull request is pending for /uploads feature.

ehmjaysee commented 4 years ago

The pull request is just a single code line so it makes me wonder if uploads is already supported by StravaSwift and now it is just a matter of bug fix?

ehmjaysee commented 2 years ago

Got this working and submitted a PR with minimal changes required for file upload and monitoring.

I also updated the Example project to support a file upload and monitoring of the upload and segment analysis. In order to run the Example project I also needed to update the project for Xcode13 and iOS 13+ which are straightforward but generated a huge code churn in the Example project. I will submit that as a separate PR.

jeffbailey commented 2 years ago

Any update on this? I've LOVE to get the PR merged. I've been using the changes for a few months now.