INDEX /players
[not implemented]
GET /players/:id
:id is the player's name
Returns details about a specific player
PUT /players/:id
Changes a player's name
BODY
newName : :string - The new name of the player
POST /players/:id
[not implemented]
DELETE /players/:id
[not implemented]