8000 Release v1.1.0 · aussiebroadwan/taboo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v1.1.0

Compare
Choose a tag to compare
@lcox74 lcox74 released this 26 Mar 12:10
· 14 commits to main since this release
d3e7f38

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 of count number of games starting from the start game id.
  • /swagger: Displays the swagger UI and also had access to the doc.json.

Full Changelog: v1.0.0...v1.1.0

0