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

Afficher le fichier Open project: aurora-lzzp/Aurora-Weather

Méthodes publiques

Méthode Description
RequestForecastWithKeyAsync ( float lon, float lat, string key ) : Task
RequestNowWithKeyAsync ( float lon, float lat, string key ) : Task

Method Details

RequestForecastWithKeyAsync() public static méthode

public static RequestForecastWithKeyAsync ( float lon, float lat, string key ) : Task
lon float
lat float
key string
Résultat Task

RequestNowWithKeyAsync() public static méthode

public static RequestNowWithKeyAsync ( float lon, float lat, string key ) : Task
lon float
lat float
key string
Résultat Task