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.
|
public GetArtistId ( string artistName ) : Task |
||
artistName | string | The artists name. |
Résultat | Task |
public GetArtistsTwitterHandle ( EchoNest artist ) : Task |
||
artist | EchoNest | An artists EchoNest Entity. |
Résultat | Task |
public GetArtistsVideos ( EchoNest artist ) : Task
|
||
artist | EchoNest | The artists EchoNest Entity. |
Résultat | Task
|