V1: Goals
Opened this issue · 0 comments
jiano commented
INDEX /goals
[not implemented]
GET /goals/:id
:id is game abbreviation
Returns most commonly races goals for a season
QUERY STRING
season : :int - The season of the top goals, or the active season if omitted
PUT /goals/:id
Creates a tracked goal for a game
BODY
goal : :string - The name/description of the goal to be raced
POST /goals/:id
[not implemented]
DELETE /goals/:id
[not implemented]