You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When making a call to the Strava API via Alamofire, the Router parameter only accepts Int values for the gear.id
However, the gear defined in the Strava API documentation is listed as a String.
When making a call to the Strava API via Alamofire, the Router parameter only accepts Int values for the gear.id
However, the gear defined in the Strava API documentation is listed as a String.
Thoughts?