C# 클래스 DarkSky.Api

파일 보기 프로젝트 열기: joelmartinez/darksky-csharp

공개 메소드들

메소드 설명
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

메소드 상세

Api() 공개 메소드

public Api ( string key ) : System
key string
리턴 System

CreateNotification() 공개 메소드

public CreateNotification ( Position pos, string callback, int threshold = null ) : Task
pos Position
callback string
threshold int
리턴 Task

GetBriefForecastAsync() 공개 메소드

public GetBriefForecastAsync ( Position position ) : Task
position Position
리턴 Task

GetForecastAsync() 공개 메소드

public GetForecastAsync ( Position position ) : Task
position Position
리턴 Task

GetInterestingStormsAsync() 공개 메소드

public GetInterestingStormsAsync ( ) : Task
리턴 Task

GetNotification() 공개 메소드

public GetNotification ( string id ) : Task
id string
리턴 Task

GetPrecipitationAsync() 공개 메소드

public GetPrecipitationAsync ( ) : Task
리턴 Task