Skip to content

RoboLiga/igralni-streznik

Repository files navigation

API ENDPOINTS

GET /game

Response:
["game1", "game2", "game3"]

GET /game/{game_id}

Response:
{
  "fields": {
    "baskets": {
      "team1": {
        "bottomLeft": {
          "x": 2,
          "y": 503
        },
        "bottomRight": {
          "x": 507,
          "y": 503
        },
        "topLeft": {
          "x": 1,
          "y": 1541
        },
        "topRight": {
          "x": 529,
          "y": 1551
        }
      },