Discussions

Ask a Question
Back to All

Issue with documentation

I, uh, had a question, but resolved it. The issue was that the documentation has an old URL listed. https://gamewisp.readme.io/docs/connecting-to-a-gamewisp-channel
In the second code block, PHP, it shows a URL: https://gamewisp.com/api/v1/oauth/authorize?client_id=CLIENT_ID_HERE&redirect_uri=REDIRECT_URI_HERE&response_type=code&scope=read_only
This URL is valid, but upon accepting or denying, it gives a 404. This URL should be instead api.gamewisp.com/pub/v1-etc... rather than gamewisp.com/api/v1
I wasn't sure how else to send this feedback, but I'm probably not the first to try to do this and run into problems because of this slight misinformation, so I wanted to put this out there so that page might can be changed for the benefit of others.

Thanks!