This project is a simple ranking system.
Web
- View list of applications.
- View list of devices.
- View rankings for each application.
- Registration of the application.
- Registration of the device.
API
- View rankings for each application.
- Registration of the player.
- Registration of the score.
-
URL: /api/ranking
-
Method: GET
-
EX.) /api/ranking?app_key=1&device=ios&time_type=daily&order=desc
app_key (Require) : This is a application key.
device : This is a search conditions of the device.
- ios
- android
- other
- {Blank} (Default)
time_type : This is a search conditions of the time span.
- daily
- weekly
- mothley
- {Blank} (Default)
order : This is the order of the ranking.
- asc (Default)
- desc
-
URL: /api/player/create
-
Method: POST
name (Require) : This is a player name.
uid (Require) : This is a device unique id.
-
URL: /api/score_reports/create
-
Method: POST
app_key (Require) : This is a application key.
score (Require) : This is a game score.
device (Require) : This is a device key.
- ios
- android
- other
uid (Require) : This is a device unique id.
This project is released under the Apache License v2.0.
Copyright (c) 2013 KICKHOST