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

META: check client methods vs. Strava API consistency #323

Open
jsamoocha opened this issue Jan 24, 2023 · 1 comment
Open

META: check client methods vs. Strava API consistency #323

jsamoocha opened this issue Jan 24, 2023 · 1 comment

Comments

@jsamoocha
Copy link
Collaborator

Methods from the client module can have one of the following states compared with the Strava API:

  1. Officially documented
  2. Officially deprecated
  3. Undocumented but somehow working
  4. Undocumented and unsupported (returning 4XX responses)

We need to systematically check the methods in client, and for states 2/3/4, we need to investigate possible solutions and create new issues where necessary.

@futureshape
Copy link

Issue #238 has an example of a method removed from the Strava API but still in the library

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