There was an error while loading. Please reload this page.
client.game_config
Endpoints: • gameConfig.getDates • gameConfig.getGameConfig
.get()
Get the full static game configuration (items, resources, industries, etc.).
await client.gameconfig.get() -> 'GameConfig'
.get_dates()
Get current in-game date information.
await client.gameconfig.get_dates() -> 'GameDates'
.invalidate_cache()
Clear the SWR cache for all resources.
await client.gameconfig.invalidate_cache() -> 'None'