API for engine/game (outside scripts)
-
There should be a REST API that would allow us to grab data regarding ownership of rooms or player data as well as events such as room claims/unclaims.
This functionality would allow for the creation of self-hosted systems that can handle and analyze data about the game.
-
API present, but not documented (;
IMHO easist way is to use api:
get token from localStorage from browser or phantomjs and use to auth in websocket + use subscribe commands to rooms and memory.I think have easist method to get token, but not have time to inspect deeper...