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

Mostra file Open project: kusl/vlcwinrt

Public Methods

Method 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 method

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.
return Task

GetArtistsTwitterHandle() public method

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

GetArtistsVideos() public method

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