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 client.running_races #48

Closed interpegasus closed 2 years ago

interpegasus commented 2 years ago

Hi,

Currently client.running_races is returning a 404. I would like to know if the API endpoint has been removed from Strava? Is there a replacement for it?

Thank you

interpegasus commented 2 years ago

Deprecate Running Races. The get running race and list races endpoints will start to return empty values starting October 15th, 2021, and will be removed completely by November 1st, 2021.

Reference: https://developers.strava.com/docs/changelog/

interpegasus commented 2 years ago

I would like to know if there is a workaround to achieve similar functionality:

  1. Getting a list of races in a timeframe.
  2. Being able to download the GPX data for such races?

Thank you

dblock commented 2 years ago

I can't speak for a workaround, but appreciate a PR that removes this functionality from this library.

dblock commented 2 years ago

@simonneutert if you're looking for more work, check this one out