Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 540 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 540 Bytes

strava-api-v3

Build Status

This gem provides a wrapper around the Strava API V3 - http://strava.github.io/api/

Configure your app

coming soon

Create a client

@client = Strava::Api::V3::Client.new(:access_token => "MY_ACCESS_TOKEN", :client_id => "1", :client_secret => "shhhhhhhhhhhh")

Call some methods

coming soon

Contributors

  • Jared Holdcroft