C# Class Rainfall.WeatherFetcher.APIClasses.WorldWeatherOnline

Exibir arquivo Open project: AcklenAvenue/RainFallInHonduras Class Usage Examples

Public Methods

Method Description
SaveDailyData ( ) : void
SaveDataFromPast ( ) : void
WorldWeatherOnline ( ISession session ) : System

Private Methods

Method Description
ApiCall ( string baseUrl, string country, string city, string key, string startDate, string enddate ) : IRestResponse
SaveCurrentCondition ( IRestResponse weatherData, Rainfall.Domain.Entities.City city ) : void
SaveDailyCondition ( IRestResponse weatherData, Rainfall.Domain.Entities.City city ) : void

Method Details

SaveDailyData() public method

public SaveDailyData ( ) : void
return void

SaveDataFromPast() public method

public SaveDataFromPast ( ) : void
return void

WorldWeatherOnline() public method

public WorldWeatherOnline ( ISession session ) : System
session ISession
return System