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

Guest Account URIs are not Encoded and Will Result in a Failed Call #71

Open
Fimbelowski opened this issue Jul 27, 2018 · 0 comments
Open

Comments

@Fimbelowski
Copy link

For example, following the URI within this Guest object will result in an error.

name: "nin nin" rel: "guest" uri: "https://www.speedrun.com/api/v1/guests/nin+nin"

Whereas making a call to the same URI with an encoded guest name will successfully complete.

https://www.speedrun.com/api/v1/guests/nin%20nin

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