The Java and Kotlin SDKs now support server variables in base URLs. If your OpenAPI spec includes templated URLs like https://{username}.example.com:{port}/{basePath}
, the generated SDK will expose configuration options to fill in {username}
, {port}
, or {basePath}
.