[REQ] Java Microprofile REST Client Template
Created by: jameschensmith
Overview
Issue will cover discussion for generating Microprofile REST Client-compliant Java code.
Description
Issue will cover discussion for generating Microprofile REST Client-compliant Java code. The MP REST client sticks close to JAX-RS, but the additional benefit is an implementation-agnostic approach based on the application server.
Suggest an enhancement
Microprofile REST Client-compliant Java code template.
Additional comments
I am not well-versed with Mustache templating, but I know that this tool is the go-to tool when it comes to generating API service classes. The new template can most likely be based very close to the JAX-RS template, so that can be a good starting point. I will start looking into if it's easy enough for me to submit a PR, but I encourage others to look into picking it up as well.