curl --request POST \
--url http://50.187.81.221:4000/api/v1/cubic/neighbors \
--header 'Content-Type: application/json' \
--data '
{
"gameID": "uniqueGame123"
}
'Provides information about adjacent positions or nodes on the game cube, useful for movement and tactical planning.
curl --request POST \
--url http://50.187.81.221:4000/api/v1/cubic/neighbors \
--header 'Content-Type: application/json' \
--data '
{
"gameID": "uniqueGame123"
}
'Request to get the neighboring cubes/vertices for a given game.
Data transfer object for requesting information about neighboring positions on the game cube.
The unique identifier of the game.
List of neighbors retrieved successfully.