I need create a rest client to access a URI that can receive 0 or n query params. Example: how could i do this here? Answer Please refer to How to send a query params map using RESTEasy proxy client, similar issue is being discussed. You can define your client similar to below: And you can define ClientRequestFilter for converting
Tag: quarkus-rest-client
QUARKUS – MicroProfile REST Client: add a custom, not mapped field
I am following this article https://quarkus.io/guides/rest-client to build a REST Client to parse the output from the restcountries.eu service. Here the class holding the model: Now, suppose I would like to add a custom fields such as timestamp, to record the instant when this object has been created. I imagine, I would go ahead and add another field like below: