Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For every endpoint, we should check the Strava API docs for the correct return type #506

Open
lwasser opened this issue May 12, 2024 · 1 comment

Comments

@lwasser
Copy link
Collaborator

lwasser commented May 12, 2024

For every endpoint, we should check the Strava API docs for the correct return type

Originally posted by @jsamoocha in #505 (comment)

I'm just turning this into an issue so we remember to do it. i'm happy to help with this when we are ready to do it.

@jsamoocha
Copy link
Collaborator

jsamoocha commented May 13, 2024

Copying this list from #250 for reference. We can let one another know what we're working on by checking the boxes below:

  • /athletes/{id}/stats (GET)
  • /athlete (GET)
  • /athlete (PUT)
  • /athlete/zones (GET)
  • /segments/{id} (GET)
  • /segments/starred (GET)
  • /segments/{id}/starred (PUT) - NOT IMPLEMENTED AT ALL
  • /segment_efforts (GET)
  • /segments/explore (GET)
  • /segment_efforts/{id} (GET)
  • /activities (POST)
  • /activities/{id} (GET)
  • /activities/{id} (PUT)
  • /athlete/activities (GET)
  • /activities/{id}/laps (GET)
  • /activities/{id}/zones (GET)
  • /activities/{id}/comments (GET) law
  • /activities/{id}/kudos (GET)
  • /clubs/{id} (GET)
  • /clubs/{id}/members (GET)
  • /clubs/{id}/admins (GET)
  • /clubs/{id}/activities (GET)
  • /athlete/clubs (GET)
  • /gear/{id} (GET)
  • /routes/{id} (GET)
  • /athletes/{id}/routes (GET)
  • /routes/{id}/export_gpx (GET)
  • /routes/{id}/export_tcx (GET)
  • /uploads (POST)
  • /uploads/{uploadId} (GET)
  • /activities/{id}/streams (GET)
  • /segment_efforts/{id}/streams (GET)
  • /segments/{id}/streams (GET)
  • /routes/{id}/streams (GET)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants