C# Class VLC_WINRT.Utility.Helpers.MusicLibrary.EchonestClient

Afficher le fichier Open project: kusl/vlcwinrt

Méthodes publiques

Méthode Description
GetArtistId ( string artistName ) : Task

Get an artists EchoNest ID. (TODO: once we have a proper database, get this ID and store it)

GetArtistsTwitterHandle ( EchoNest artist ) : Task

Get an artists Twitter Handle.

GetArtistsVideos ( EchoNest artist ) : Task>

Get an artists music videos.

Method Details

GetArtistId() public méthode

Get an artists EchoNest ID. (TODO: once we have a proper database, get this ID and store it)
public GetArtistId ( string artistName ) : Task
artistName string The artists name.
Résultat Task

GetArtistsTwitterHandle() public méthode

Get an artists Twitter Handle.
public GetArtistsTwitterHandle ( EchoNest artist ) : Task
artist EchoNest An artists EchoNest Entity.
Résultat Task

GetArtistsVideos() public méthode

Get an artists music videos.
public GetArtistsVideos ( EchoNest artist ) : Task>
artist EchoNest The artists EchoNest Entity.
Résultat Task>