Class ForecastResource

java.lang.Object
org.glassfish.jersey.examples.rx.remote.ForecastResource

@Path("remote/forecast") @Produces("application/json") public class ForecastResource extends Object
Obtain current weather conditions in a destination.
Author:
Michal Gajdos