I am making a request to an API and getting a response status code of 200
.
Response of the api includes a json
response.
import javax.ws.rs.core.Response;
Response response = webclient.post(SomeReqString);
How can I retrieve the json
response as string from the web client response?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…