C# Class StarryEyes.Models.Stores.StoreHelper

Find local cache, if not existed, query to Twitter.
Exibir arquivo Open project: karno/StarryEyes

Public Methods

Method Description
GetTweetAsync ( long id ) : Task
GetUserAsync ( long id ) : Task
GetUserAsync ( string screenName ) : Task
GetUsersAsync ( IEnumerable ids ) : Task>

Method Details

GetTweetAsync() public static method

public static GetTweetAsync ( long id ) : Task
id long
return Task

GetUserAsync() public static method

public static GetUserAsync ( long id ) : Task
id long
return Task

GetUserAsync() public static method

public static GetUserAsync ( string screenName ) : Task
screenName string
return Task

GetUsersAsync() public static method

public static GetUsersAsync ( IEnumerable ids ) : Task>
ids IEnumerable
return Task>