Closed zuhairp closed 7 years ago
Endpoints to implement:
/events/schedule.json
Returns a list of events/events/event/{event_id}/games.json
Returns a list of games associated with an event. Will contain latest scores/scores/games.json
All games/scores/games/{game_id}/scores.json
All scores for a game/events/locations/{location_id}.json
Returns information about a location/core/schools.json
Returns list of schools /core/schools/{school_slug}.json
Returns information about a school, including all latest scores
Just need to define some endpoints, and then we have ourselves a backend!