dblock / strava-ruby-client

A complete Ruby client for the Strava API v3.
https://code.dblock.org/2018/11/27/writing-a-new-strava-api-ruby-client.html
MIT License
97 stars 22 forks source link

Remove hard-coded scopes from bin/strava-oauth-token #17

Closed dblock closed 5 years ago

dblock commented 5 years ago

Currently https://github.com/dblock/strava-ruby-client/blob/master/bin/strava-oauth-token specifies a list of hard-coded scopes. Make this a parameter and default to read.

Generally that should be a proper command line tool using ghi like https://github.com/dblock/fue.

dblock commented 5 years ago

Closing via https://github.com/dblock/strava-ruby-cli