[][src]Module sudoku_backend::ops::routes::v1::play

Auth-related routes.

To be mounted on "/api/v1/play".

Refer to doc/sudoku.md for the specifics.

Statics

static_rocket_route_info_for_new

Rocket code generated static route information structure.

static_rocket_route_info_for_replay

Rocket code generated static route information structure.

static_rocket_route_info_for_submit

Rocket code generated static route information structure.

Functions

new

Get a new board of the specified difficulty and update the session.

replay

Get the specified board and update the session.

submit

Submit a completed board and update user/leaderboard