Retrofit retrofit = new Retrofit.Builder() .baseUrl("https://my.weather.com/") .build(); WeatherService service = retrofit.create(WeatherService.class);