v1.1.0
This version introduces two additional API endpoints and also serves swagger docs for developers to build external integrations.
GET /api/games/latest
: Get the results of the last game that was drawn.GET /api/games/range?start={start_game_id}&count={num_games}
: Get the results ofcount
number of games starting from thestart
game id./swagger
: Displays the swagger UI and also had access to thedoc.json
.
Full Changelog: v1.0.0...v1.1.0