@RestController
@RequestMapping("viva")
public class VivaRestService
extends Object
-
Constructor Summary
Constructors
-
Method Summary
org.springframework.http.ResponseEntity
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
VivaRestService
public VivaRestService()
-
Method Details
-
viva
@Secured("users")
@PostMapping(path="messages")
public org.springframework.http.ResponseEntity viva(@RequestParam("token")
String token,
@RequestParam("groupId")
String groupId,
@RequestParam("limit")
String limit)