wadobo / socializa-api

Socializa is an interactive game for play it out of home
GNU Affero General Public License v3.0
1 stars 0 forks source link

Copy and relocation complete game #25

Open Virako opened 5 years ago

Virako commented 5 years ago

We need a new api call for copy full game (the game should be a template) in another position. We need calculate the center point of multiple coordinates (contents of game) and translate all contents to new position.

POST /game/{pk}/clone/

{
  position: {
    longitude: 37.123321,
    latitude: -6.893827
  }
}

return: 201 if game is copied