chessgame

RESTful chessgame developed with kotlin

View on GitHub

htwdd.chessgame.server.controller / PlayerController / getPlayerList

getPlayerList

@GetMapping(["application/json", "application/xml"]) fun getPlayerList(response: HttpServletResponse): ResponseEntity<PlayerHashMap>

Handles the GET request for the URI /players

Author Felix Dimmel

Return Hash map of players

Since 1.0.0