# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetWeather will get weather data from persistent storage.
PostWeather will attempt to store weather data into persistent storage.
StoreWeather is used to check if weather data has already been stored for a given day if not it will attempt to store into persistent storage.
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
Param represents internal object within WeatherAPIData object.
Period represents internal object within WeatherAPIData object.
swagger:model.
Rep represents internal object within WeatherAPIData object.
WeatherAPIData represents format of the data received back from MetOffice weather API.
WeatherData represents weather data format that will be returned from this service.