public interface WeatherService { @GET("/api/weather?location={location}") Call getLocationWeather(@Path("location") String location); }