C# Class DarkSky.Api

Afficher le fichier Open project: joelmartinez/darksky-csharp

Méthodes publiques

Méthode Description
Api ( string key ) : System
CreateNotification ( Position pos, string callback, int threshold = null ) : Task
GetBriefForecastAsync ( Position position ) : Task
GetForecastAsync ( Position position ) : Task
GetInterestingStormsAsync ( ) : Task
GetNotification ( string id ) : Task
GetPrecipitationAsync ( ) : Task

Method Details

Api() public méthode

public Api ( string key ) : System
key string
Résultat System

CreateNotification() public méthode

public CreateNotification ( Position pos, string callback, int threshold = null ) : Task
pos Position
callback string
threshold int
Résultat Task

GetBriefForecastAsync() public méthode

public GetBriefForecastAsync ( Position position ) : Task
position Position
Résultat Task

GetForecastAsync() public méthode

public GetForecastAsync ( Position position ) : Task
position Position
Résultat Task

GetInterestingStormsAsync() public méthode

public GetInterestingStormsAsync ( ) : Task
Résultat Task

GetNotification() public méthode

public GetNotification ( string id ) : Task
id string
Résultat Task

GetPrecipitationAsync() public méthode

public GetPrecipitationAsync ( ) : Task
Résultat Task