StravaSwift
StravaSwift copied to clipboard
Update Readme To Support SwiftUI
Fixes #28
- [x] Updated the readme to have an example for SwiftUI
- [x] Added the
@discardableResultattribute to the return ofhandleAuthorizationRedirectso you don't need to use the boolean result.
I added some changes to make the models structs that conform to codable as well as adding @discardableResult to handleAuthorizationRedirect