Interface PlayerService
-
@RegisterRestClient @Path("/") public interface PlayerService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPlayerById(String id)
void
recordGame(String id, int place, String token)
-