Guest User

Untitled

a guest
Jan 17th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. @ApiMethod(name = "get", httpMethod = "POST", path = "/get")
  2. public Response get(String foo) {
  3.  
  4. return "{"defenseCards": "fsdfsd","friends": 5,"previousRank": 0}";
  5.  
  6. }
Add Comment
Please, Sign In to add comment