This gem provides a wrapper around the Strava API V3 - http://strava.github.io/api/
coming soon
@client = Strava::Api::V3::Client.new(:access_token => "MY_ACCESS_TOKEN", :client_id => "1", :client_secret => "shhhhhhhhhhhh")
coming soon
- Jared Holdcroft