- GET /games
- POST /:game/matches
- GET /:game/matches
- GET /:game/matches/:matchid
- PUT /:game/matches/:matchid
- DELETE /:game/matches/:matchid
- POST /users
- POST /users/:userid/reset
- POST /users/:userid/change
- GET /users
- PUT /users/:userid
- DELETE /users/:userid
Begin the API server locally with the following command:
npm start
With the server running, give this a try:
curl -i -X GET http://localhost:8000/games
If it outputed 'GET /games' under 'aerodeck API server listening on port 8000', then it worked.
aerodeck-platform is available under the MIT license. See the LICENSE file for more info.