Class | Description |
---|---|
LocationFetcher | |
LocationFetcher.Builder | |
Util |
A couple of utility methods that don't really belong to Fetcher.
|
WeatherFetcher |
Fetch weather data from the backend, using a provided HttpClient or building
one if needed.
|
WeatherFetcher.Builder |
Build a Fetcher and set its options.
|
com.moosemorals.weather.Fetcher.Builder
to build a
com.moosemorals.weather.Fetcher
. Call
fetch
to get a
com.moosemorals.weather.types.FetchResult
, which should hold a
com.moosemorals.weather.types.WeatherReport
Copyright © 2015. All rights reserved.