@Path(value="stock_data") public class StockDataRequest extends Object
| Constructor and Description |
|---|
StockDataRequest() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getRequest(String uuid,
String type,
String help,
String responseType,
javax.ws.rs.core.UriInfo uriInfo,
String acceptHeader) |
@GET
@Produces(value={"application/json","application/xml","text/html","text/csv","text/n3"})
@Path(value="/")
public javax.ws.rs.core.Response getRequest(@QueryParam(value="uuid")
String uuid,
@QueryParam(value="type")
String type,
@QueryParam(value="help")
String help,
@QueryParam(value="response_type")
String responseType,
@Context
javax.ws.rs.core.UriInfo uriInfo,
@HeaderParam(value="Accept")
String acceptHeader)
Copyright © 2018 Institute of Computer Science - FORTH-ICS. All rights reserved.