It is very intuitive to do a return of the API with an object or something, but would like to return an object along with the status code of the request.
@Override
@GET
@Path("/{num}/{cod}")
public Foo getFoo(@PathParam("num") long numFoo, @Pa...
asked by
21.02.2017 / 13:47