dreampowder / strava_flutter

Flutter package to use Strava v3 API
Other
37 stars 52 forks source link

getLoggedInAthleteActivities in Readme deprecated? #77

Closed haslinger closed 2 years ago

haslinger commented 2 years ago

A huge 'THANK YOU' for taking over the project, @dreampowder !

I guess, the readme is currently out of date, as getLoggedInAthleteActivities to give an example is no longer in the code? I'm trying to follow the example code, but I don't see, where and how activities can be fetched.

No hurries, I'm just trying to update in a development branch, to be able to test along with the current developments of the package. :-)

dreampowder commented 2 years ago

hİ @haslinger thanks for your kind words, I am just returning my favor to the open source community :)

as for your question, I guess the relevant api is located in;

client.activities.listLoggedInAthleteActivities(..)

I tried to group all endpoints into their own repositories as stated on strata api page located in here:

Strava api page