Closed jsunthon closed 4 years ago
We need an endpoint to record a data event for a given device
{ "deviceId": some sort of id that we created from the device registratio endpt "gameId": the id received when creating a game info "x": int "y": int, "z" }
saves it to a database
look up spring data jpa if you want to make your life a little easier
will push this too
finished this issue, will edit xyz once we know the data
We need an endpoint to record a data event for a given device
{ "deviceId": some sort of id that we created from the device registratio endpt "gameId": the id received when creating a game info "x": int "y": int, "z" }
saves it to a database