Posts by Alan Dantas • 11 points
1 post
-
0
votes0
answers53
viewsQ: Problem consuming Rest API
I am trying to consume an api, but it is not returning an internal list, it only returns totalSize and done. Code: public List<PessoaResponseDTO> get(String url) throws Exception {…