It was requested to properly document the functionality of the REST API in order for third parties to fully understand and possibly re-implement it.
- What is each endpoint doing exactly?
- What are the response structs used for? (A single line is fine for helper structs, but not necessarily for actually used objects, like for example players, chats or games.)
- How is the authentication flow?
- What are the WS messages used for and when? Also include their docs in the REST API, if possible?
It was requested to properly document the functionality of the REST API in order for third parties to fully understand and possibly re-implement it.