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

LeagueDashTeamStats is missing certain positions when calling endpoints #489

Open
RhettTitus opened this issue Dec 5, 2024 · 1 comment
Labels
endpoint: third-party issue Issues, unrelated to the library, that exists within the 3rd-party's API service.

Comments

@RhettTitus
Copy link

Even though the documentation for this endpoint says you can input ((F)|(C)|(G)|(C-F)|(F-C)|(F-G)|(G-F)), only ((F)|(C)|(G)) is available.

==================================================
Fetching Opponent Stats for Position: C-F

Error fetching Opponent Stats for C-F: 'resultSet'

Fetching Opponent Stats for Position: F-C

Error fetching Opponent Stats for F-C: 'resultSet'

Fetching Opponent Stats for Position: F-G

Error fetching Opponent Stats for F-G: 'resultSet'

Fetching Opponent Stats for Position: G-F

Error fetching Opponent Stats for G-F: 'resultSet'

@Kingvic
Copy link

Kingvic commented Dec 12, 2024

NBA made a changed to their list of position. Due to this change, the only allowed options are C, F, and G
image

@rsforbes rsforbes added the endpoint: third-party issue Issues, unrelated to the library, that exists within the 3rd-party's API service. label Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
endpoint: third-party issue Issues, unrelated to the library, that exists within the 3rd-party's API service.
Projects
None yet
Development

No branches or pull requests

3 participants