Skip to content

JonasTriki/sjadam-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sjadam-api

API for Sjadam.

REST Endpoints

Base url: https://api.sjadam.no/

POST /{id} Required fields:

  • player_id : string

Join an already created game with {id}.

POST /game Required fields:

  • color : string, "w" or "b".
  • player_id : string

Creates a new game. Color represents creator player color.

TEMPORARLY :

GET /game

Returns all games.

Releases

No releases published

Packages

No packages published