API Sokoban

Voici l'api du sokoban en reactNative fais en php avec le framework Cody Cody : @Cody

API Reference

Get all map

  GET /api/map

Get map

  GET /api/map/${id}
Parameter Type Description
id string Obligatoire. Id de la map

PUT edit map

  PUT /api/map/${id}
Parameter Type Description
id string Obligatoire. Id de la map

body

Parameter Type Description
niveaux int le niveaux de la map
json string le contenu de la map

DELETE edit map

  DELETE /api/map/${id}
Parameter Type Description
id string Obligatoire. Id de la map

Tech Stack

Server: Cody, MySQL, REST

Authors