File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -977,7 +977,7 @@ athlete = client.athlete # => Strava::Models::Athlete
977977athlete.http_response.ratelimit
978978```
979979
980- The following properties are available on Strava::Api::Ratelimit.
980+ The following properties are available on [ Strava::Api::Ratelimit] ( lib/strava/api/ratelimit.rb ) .
981981
982982- ` limit `
983983- ` limit? `
@@ -1025,7 +1025,7 @@ You can configure web client options used in the OAuth and API clients, globally
10251025
10261026``` ruby
10271027Strava ::Web ::Client .configure do |config |
1028- config.user_agent = ' Strava Ruby Client/1 .0'
1028+ config.user_agent = ' Strava Ruby Client/3 .0'
10291029end
10301030```
10311031
@@ -1162,6 +1162,7 @@ STRAVA_CLIENT_ID=... STRAVA_CLIENT_SECRET=... STRAVA_API_REFRESH_TOKEN=... strav
11621162## Users
11631163
11641164- [ Slava: Strava integration with Slack] ( https://slava.playplay.io ) , [ source] ( https://github.com/dblock/slack-strava ) .
1165+ - [ Strada: Strava integration with Discord] ( https://strada.playplay.io ) , [ source] ( https://github.com/dblock/discord-strava ) .
11651166- [ Jekyll Blog at run.dblock.org] ( https://run.dblock.org ) , [ source] ( https://github.com/dblock/run.dblock.org )
11661167- [ Secret Strava] ( https://steele.blue/secret-strava/ ) , [ source] ( https://github.com/mattdsteele/secret-strava )
11671168
You can’t perform that action at this time.
0 commit comments