The last MicroProfile extension we will discuss in this chapter is the REST client extension. The goal of this API is to provide you with a type safe way to invoke REST services in a microservice architecture.
In order to learn about the REST client API, we will be using it as a template for the Chapter06/rest-client application. This project is nothing ...