eclipse / microprofile-rest-client

MicroProfile Rest Client
Apache License 2.0
143 stars 72 forks source link

Have string overloaded methods for uri/url methods #334

Closed maxandersen closed 5 months ago

maxandersen commented 3 years ago

i.e. .baseUri("https://restcountries.eu/rest") should be sufficient not require to always type .baseUri(URI.create("https://restcountries.eu/rest"))

Emily-Jiang commented 7 months ago

This involves API, Spec and TCKs updates. @whitecat22 will work on this.

WhiteCat22 commented 7 months ago

I will take this issue.

WhiteCat22 commented 5 months ago

https://github.com/eclipse/microprofile-rest-client/pull/372