@Path(value="analytics") public class AnalyticsCreateResolver extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
GCUBE_TOKEN |
| Constructor and Description |
|---|
AnalyticsCreateResolver() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
createAnalyticsURL(javax.servlet.http.HttpServletRequest req,
String body)
Creates the analytics url.
|
protected static final String GCUBE_TOKEN
@POST
@Path(value="/create")
@Consumes(value="text/plain")
@Produces(value="text/plain")
public javax.ws.rs.core.Response createAnalyticsURL(@Context
javax.servlet.http.HttpServletRequest req,
String body)
throws javax.ws.rs.WebApplicationException
req - the reqbody - the bodyjavax.ws.rs.WebApplicationException - the web application exceptionCopyright © 2021. All Rights Reserved.