SavePoint API

A RESTful API for exploring and managing a video game catalogue.

GET /api/games — Search Games
// Results will appear here
GET /api/games/:idOrSlug — Get a Game
// Results will appear here
GET /api/genres — List All Genres
// Results will appear here
GET /api/platforms — List All Platforms
// Results will appear here
POST /api/games — Add a Game
// Results will appear here
POST /api/games/:idOrSlug — Update a Game
// Results will appear here