PlayerMoveApi¶
All URIs are relative to http://localhost:8080/api
| Method | HTTP request | Description |
|---|---|---|
| getPlayerMove | POST /player/move/get | Get Player Move (WIP) |
| setPlayerMove | POST /player/move/set | Set Player Move (WIP) |
getPlayerMove¶
GetPlayerMoveResponse getPlayerMove(GetPlayerMoveRequest)
Get Player Move (WIP)
Create an account transfer code (called at old device)
Parameters¶
| Name | Type | Description | Notes |
|---|---|---|---|
| GetPlayerMoveRequest | GetPlayerMoveRequest | [optional] |
Return type¶
Authorization¶
No authorization required
HTTP request headers¶
- Content-Type: application/json
- Accept: application/json
setPlayerMove¶
SetPlayerMoveResponse setPlayerMove(SetPlayerMoveRequest)
Set Player Move (WIP)
Get an accessToken and playerId using account transfer code (called at new device)
Parameters¶
| Name | Type | Description | Notes |
|---|---|---|---|
| SetPlayerMoveRequest | SetPlayerMoveRequest | [optional] |
Return type¶
Authorization¶
No authorization required
HTTP request headers¶
- Content-Type: application/json
- Accept: application/json