Class GithubWebHookRest

java.lang.Object
io.meeds.gamification.github.rest.GithubWebHookRest
All Implemented Interfaces:
org.exoplatform.services.rest.resource.ResourceContainer

public class GithubWebHookRest extends Object implements org.exoplatform.services.rest.resource.ResourceContainer
  • Constructor Details

  • Method Details

    • githubEvent

      public javax.ws.rs.core.Response githubEvent(@HeaderParam("x-github-event") String event, @HeaderParam("x-hub-signature") String signature, String payload)