Package in2000.pedalio.data.weather.impl

Types

Link copied to clipboard
class LocationForecastRepository(endpoint: String) : WeatherRepository

Implementation of Weather using LocationForecast API. Provides no caching. Source of truth: LocationForecast API.

Link copied to clipboard
class NowcastRepository(endpoint: String) : WeatherRepository

Implementation of Weather using Nowcast API. Provides caching. Source of truth: Nowcast API or local cache if same pos as last time.