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

client.Users.GetPersonalBests throws a serialization exception if you use any of the optional parameters #25

Open
natronium opened this issue Feb 16, 2023 · 0 comments

Comments

@natronium
Copy link

i think it's constructing the URL incorrectly, getting a 404, and then failing to serialize that 404 json into an actual C# object

it looks like the code for UserClient.GetPersonalBests just concatenates the query parameters to the URL string without adding the necessary ? and &s, which doesn't generate a valid URL for the SRC API

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

1 participant