@Path(value="/github") public class GithubResource extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GithubResource.Commit |
static class |
GithubResource.Payload |
static class |
GithubResource.Repository |
static class |
GithubResource.User |
| Constructor and Description |
|---|
GithubResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
receiveNotification(String payload) |
public GithubResource()
throws IOException
IOException@POST @Path(value="/notification") @Consumes(value="application/json") public javax.ws.rs.core.Response receiveNotification(String payload) throws IOException
IOExceptionCopyright © 2015 aequologica. All rights reserved.