speedrunslive/nodeapi

V1: Seasongoal

Opened this issue · 0 comments

jiano commented

INDEX /seasongoal
[not implemented]

GET /seasongoal/;id
:id is the id of the season goal
Get detailed information about a season goal including leaderboard

PUT /seasongoal/:id
[not implemented]

POST /seasongoal
Add a goal to a season to be tracked
BODY
season_id : :int - Id of the season to add the goal to
goal_id : :int - Id of the goal to track in the season

DELETE /seasongoal
[not implemented]