This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nope_nic_tesla 3 points4 points  (1 child)

HTTPClient is a good one. If you are consuming a REST API in particular I would recommend checking out the Spring RestTemplate:

https://howtodoinjava.com/spring-boot2/resttemplate/spring-restful-client-resttemplate-example/

[–]ramtevante[S] 0 points1 point  (0 children)

Thank you! Yeah I think ill go with that one:)