FleetPhil
FleetPhil
What call are you making to get this response? The resourceState indicates that this is a meta state for the athlete which only shows the Athlete ID (see Object representations...
I don't use this library any more as it looks like the original author is not maintaining it so I've reworked my program to use native URL requests and json...
I'm hitting this problem as well. In the Strava API there are 2 ways of getting gear: 1: Each 'detailed activity' contains a `Gear` object - this should work (although...
In Router.swift I just changed `public typealias Id = Int` to `public typealias Id = String` and it works (at least for the calls in my program). I also added...