You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Helidon users can set URL by setting $restClient/mp-rest/url property where restClient is the client alias or the class name.
The spec mentions */mp-rest/url property to set the client baseUrl and we currently don't support it.
It is not required so this issue is an enhancement proposal.
(Same applies for URI)
Steps to reproduce
Example of how it could looks like from the MP quickstart:
Environment Details
Problem Description
Currently, Helidon users can set URL by setting
$restClient/mp-rest/url
property whererestClient
is the client alias or the class name.The spec mentions
*/mp-rest/url
property to set the clientbaseUrl
and we currently don't support it.It is not required so this issue is an enhancement proposal.
(Same applies for URI)
Steps to reproduce
Example of how it could looks like from the MP quickstart:
Add a rest client
Add this test class
The text was updated successfully, but these errors were encountered: