Skip to content

Create Game Session JSON Endpoints #82

Description

@sean-dickinson

Goal

  • Create the create and update json endpoints for the game session

Context

The game session state comes from the games themselves rather than our app, so we need to expose these endpoints as json rather than traditional endpoints.

AC

  • A game session create endpoint that accepts json is created
    • A game session requires a game slug, and a student id to be created
    • This endpoint returns the game session's id in its response
  • A game session update endpoint that accepts json is created
    • This endpoint accepts a score

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions