Skip to content

Request

klmcwhirter edited this page Oct 28, 2023 · 2 revisions

The events delivered to the function must all have this basic form:

{ "oper": "oper_name", "body": { payload for oper } }

Where the oper_name and type values are documented below.

oper_name type comments
puzzle-updated Puzzle see Redis Object Structure
puzzles empty An empty JSON object body: {}
puzzleboard-consumed string,int name of puzzle, size of grid: {..., "puzzle": "Animals", "size": 15}
puzzleboard-pop string name of puzzle to pop: {..., "puzzle": "Animals"}
Clone this wiki locally