Microservice SDK (java) best way to call unsupperted but available REST endpoints

With new SDK and not allowing directly PlatformImpl and PlatformParameter, as i understand the output we don’t need that anymore:

Output:
Use relative URL’s starting with ‘/’ with RestConnector bean to have them resolved automatically against the host defined in PlatformParameters#getHost().

Which sounds good! I don’t need to care about the absolute url anymore.