strava
strava copied to clipboard
extend to get streams api
This series of commits ends with the ability to fetch the 'streams' for a ride from Strava, which I wanted. Please consider merging these commits in. I've tried to not make any changes that break backwards compatibility (though I can't guarantee I've succeeded).
The urllib/urllib2 is for Python 3 compatibility. Will look at the rest.
Actually, I'm going to hold off on this for the moment. Strava just announced yesterday they're killing the v1 and v2 API entirely on May 31. http://engineering.strava.com/strava-api-update/
I've requested access to the new v3 API so I can keep strava.py alive, but we'll see.