Index

A C D F G L M N P S T 
All Classes and Interfaces|All Packages

N

newGame(Game) - Method in class com.fyp.tauceti.controller.GameController
"/games/new" endpoint: Accepts POST request containing a Game object in body and saves it to the database
newGameStat(GameStat, UUID) - Method in class com.fyp.tauceti.controller.GameStatController
"/game-stats/update/{gameId}" endpoint: Accepts POST request for updating a GameStat record in the database
newPlayer(Player) - Method in class com.fyp.tauceti.controller.PlayerController
"/update-player" endpoint: Accepts POST requests
newPlayerStat(PlayerStat, UUID, String) - Method in class com.fyp.tauceti.controller.PlayerStatController
"/player-stats/update/{gameId}/{playerTag}" endpoint: Accepts POST requests to update an existing PlayerStat record
newSiteUser(SiteUser) - Method in class com.fyp.tauceti.controller.SiteUserController
"new-user" endpoint: Accepts POST requests containing a new SiteUser details
A C D F G L M N P S T 
All Classes and Interfaces|All Packages