Class CrowdinWebhookController
java.lang.Object
io.meeds.crowdin.gamification.rest.CrowdinWebhookController
@RestController
@RequestMapping("/crowdin/webhooks")
public class CrowdinWebhookController
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object> crowdinEvent(String bearerToken, String payload)
-
Constructor Details
-
CrowdinWebhookController
public CrowdinWebhookController()
-
-
Method Details
-
crowdinEvent
-