gameRequest.http 318 Bytes
Newer Older
Zohten's avatar
Zohten committed
1 2 3 4
### Récupérer toutes les games
GET http://localhost/index.php/game

### Récupérer la game avec id 3
Zohten's avatar
Zohten committed
5 6
GET http://localhost/index.php/game/3

Zohten's avatar
Zohten committed
7 8 9
### Récupérer toutes les games publiques
GET http://localhost/index.php/game/public

Zohten's avatar
Zohten committed
10 11 12 13
### Ouverture d'une game
POST http://localhost/index.php/game

{
Zohten's avatar
Zohten committed
14
    "is_private": "0"
Zohten's avatar
Zohten committed
15
}