C# Class Com.Aurora.Shared.Helpers.CaiyunRequestHelper

Mostra file Open project: aurora-lzzp/Aurora-Weather

Public Methods

Method Description
RequestForecastWithKeyAsync ( float lon, float lat, string key ) : Task
RequestNowWithKeyAsync ( float lon, float lat, string key ) : Task

Method Details

RequestForecastWithKeyAsync() public static method

public static RequestForecastWithKeyAsync ( float lon, float lat, string key ) : Task
lon float
lat float
key string
return Task

RequestNowWithKeyAsync() public static method

public static RequestNowWithKeyAsync ( float lon, float lat, string key ) : Task
lon float
lat float
key string
return Task