danshannon / javastravav3api

Strava API v3 implementation written in Java v8
http://danshannon.github.io/javastravav3api/
81 stars 44 forks source link

list starred segments returns athlete_pr_effort without resource_state #25

Open danshannon opened 9 years ago

danshannon commented 9 years ago

HTTP GET https://www.strava.com/api/v3/athletes/5614/segments/starred?page=1&per_page=2

returns athlete_pr_effort with no resource_state

I think the resource_state should be set to 2 (SUMMARY)

danshannon commented 9 years ago

Even so, the athlete_pr_effort isn't a valid summary representation of the segment effort according to the documentation..

danshannon commented 9 years ago

Also happening for HTTP GET https://www.strava.com/api/v3/segments/starred?page=1&per_page=50

danshannon commented 9 years ago

See also #81