DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: 6ac8b836b28d045dc5d4da7fd327ef07ff469fe5 deck-builder/api/handlers/gamedetails.go -rw-r--r-- 654 bytes
feat(api): rename GameInfo to GameDetails
rework: rename sdbapi to api, redo data structure
feat!(sdbapi): restructure, expand user details
fix(sdbapi): simplify returns for game endpoints
feat(sdbapi): return EndedAt from gameinfo
fix(sdbapi): remove redundant checks for user
feat(sdbapi): simplify verifying if a user exists
feat(sdbapi): helper for getting user by email
feat!(sdbapi): change errors to apierror
WIP(sdbapi): game info API endpoint