DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: fc939d5fa30261b34470be0fcbf841d8f898fe0f deck-builder/shared/src/api/game/mod.rs -rw-r--r-- 429 bytes
feat!(client, shared): move api calls to shared, dep shuffle,
and remove connection check stage
chore: update copyright notices
chore(client): rename sdbclient to client
feat(sdbclient): patch game state API endpoin
feat(sdbclient): add my_games API endpoint
feat(sdbclient): join game api
feat(sdbapi): split game API calls to own files
feat(sdbclient): adhere to new game API responses
WIP(sdbclient): browse games from play screen
feat(sdbclient): get game info from API
feat(sdbclient): get all forming games from api
fix(sdbclient): rename creategame to just create
fix!(sdbclient): creategame api enpoint get>post
WIP(sdbclient): create game UI and API call