# City Game Server ## Description This is version `1.4.0` of this API documentation. Last update on Jun 3, 2023. All requests must declare the `action` in the request payload. For example, to send a `CreateGameRequest`, publish the following message: ``` { "action": "game/create", "user": { "name": "Alice" } } ``` ## Servers ## Channels and operations ### [Game](https://docs.citygame.prodikl.com/group/channel-game.md) - [SUBSCRIBE game/join](https://docs.citygame.prodikl.com/operation/operation-subscribe-game-join.md) - [SUBSCRIBE game/create](https://docs.citygame.prodikl.com/operation/operation-subscribe-game-create.md) - [PUBLISH game/create](https://docs.citygame.prodikl.com/operation/operation-publish-game-create.md) - [PUBLISH game/join](https://docs.citygame.prodikl.com/operation/operation-publish-game-join.md) - [SUBSCRIBE game/get](https://docs.citygame.prodikl.com/operation/operation-subscribe-game-get.md) - [PUBLISH game/get](https://docs.citygame.prodikl.com/operation/operation-publish-game-get.md) ### [Round](https://docs.citygame.prodikl.com/group/channel-round.md) - [SUBSCRIBE round/result](https://docs.citygame.prodikl.com/operation/operation-subscribe-round-result.md) ### [Turn](https://docs.citygame.prodikl.com/group/channel-turn.md) - [SUBSCRIBE turn/take](https://docs.citygame.prodikl.com/operation/operation-subscribe-turn-take.md) - [PUBLISH turn/take](https://docs.citygame.prodikl.com/operation/operation-publish-turn-take.md) [Powered by Bump.sh](https://bump.sh)