@RegisterRestClient
@Path(value="/")
public interface PlayerService
| Modifier and Type | Method and Description |
|---|---|
String |
getPlayerById(String id) |
void |
recordGame(String id,
int place,
String token) |
Copyright © 2021 Eclipse Foundation. All rights reserved.