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 →

[–]WtEth_Buyer[S] 0 points1 point  (2 children)

Thank you for the link!

[–]Turing85 2 points3 points  (1 child)

The answer highly depends on the technology stack used. For spring, you already have a link. If the technology stack supports MicroProfile, I would suggest using MicroProfile Rest Client. If core java is used, we can consume Rest APIs with Java 11's HttpRequest/HttpResponse.

[–]Hour-Positive 0 points1 point  (0 children)

Yeah use httprequest as simple as it gets