@Path(value="/")
public interface DataIngesterAPI
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
report(String format,
InputStream stream) |
@POST
@Path(value="report")
@Consumes(value={"application/octet-stream","application/x-www-form-urlencoded","text/plain"})
javax.ws.rs.core.Response report(@QueryParam(value="f")
String format,
InputStream stream)
throws IOException
IOExceptionCopyright © 2020. All rights reserved.