Méthode | Description | |
---|---|---|
GetAlbum ( |
||
GetAlbum ( |
||
GetAlbumCover ( |
Helper method to retrieve a stream with an album cover image
|
|
GetAlbumCover ( String cover, |
Helper method to retrieve a stream with an album cover image
|
|
GetAlbumReview ( |
||
GetAlbumReview ( |
||
GetAlbumTracks ( |
||
GetAlbumTracks ( |
||
GetAlbums ( IEnumerable |
||
GetAlbums ( IEnumerable |
||
GetArtist ( |
||
GetArtist ( |
||
GetArtistAlbums ( |
||
GetArtistAlbums ( |
||
GetArtistBiography ( |
||
GetArtistBiography ( |
||
GetArtistLinks ( |
||
GetArtistLinks ( |
||
GetArtistPicture ( |
Helper method to retrieve a stream with an artists picture
|
|
GetArtistPicture ( String picture, |
Helper method to retrieve a stream with an artists picture
|
|
GetArtistTopTracks ( |
||
GetArtistTopTracks ( |
||
GetArtistVideos ( |
||
GetArtistVideos ( |
||
GetCountry ( |
||
GetCountry ( ) : Task |
||
GetPlaylistImage ( |
Helper method to retrieve a stream with a playlist image
|
|
GetPlaylistImage ( String image, String playlistUuid, PlaylistImageSize size ) : WebStreamModel |
Helper method to retrieve a stream with a playlist image
|
|
GetRadioFromArtist ( |
||
GetRadioFromArtist ( |
||
GetRadioFromTrack ( |
||
GetRadioFromTrack ( |
||
GetSimilarAlbums ( |
||
GetSimilarAlbums ( |
||
GetSimilarArtists ( |
||
GetSimilarArtists ( |
||
GetTrack ( |
||
GetTrack ( |
||
GetTrackContributors ( |
||
GetTrackContributors ( |
||
GetVideoImage ( String imageId, String imagePath, VideoImageSize size ) : WebStreamModel |
Helper method to retrieve a stream with a video conver image
|
|
GetVideoImage ( |
Helper method to retrieve a stream with a video conver image
|
|
GetWebStream ( String streamUrl ) : WebStreamModel |
Helper method to retrieve the audio/video stream with correct user-agent, etc.
|
|
LoginWithFacebook ( String accessToken, Int32 timeout ) : OpenTidlSession | ||
LoginWithFacebook ( String accessToken ) : Task |
||
LoginWithToken ( String authenticationToken, Int32 timeout ) : OpenTidlSession | ||
LoginWithToken ( String authenticationToken ) : Task |
||
LoginWithTwitter ( String accessToken, String accessTokenSecret, Int32 timeout ) : OpenTidlSession | ||
LoginWithTwitter ( String accessToken, String accessTokenSecret ) : Task |
||
LoginWithUsername ( String username, String password, Int32 timeout ) : OpenTidlSession | ||
LoginWithUsername ( String username, String password ) : Task |
||
RecoverPassword ( String username, Int32 timeout ) : RecoverPasswordResponseModel | ||
RecoverPassword ( String username ) : Task |
||
RestoreSession ( String sessionId, Int32 timeout ) : OpenTidlSession | ||
RestoreSession ( String sessionId ) : Task |
||
Search ( String query, SearchType types, Int32 offset, Int32 limit, Int32 timeout ) : SearchResultModel | ||
Search ( String query, SearchType types, Int32 offset, Int32 limit = 9999 ) : Task |
||
SearchAlbums ( String query, Int32 offset, Int32 limit, Int32 timeout ) : JsonList |
||
SearchAlbums ( String query, Int32 offset, Int32 limit = 9999 ) : Task |
||
SearchArtists ( String query, Int32 offset, Int32 limit, Int32 timeout ) : JsonList |
||
SearchArtists ( String query, Int32 offset, Int32 limit = 9999 ) : Task |
||
SearchPlaylists ( String query, Int32 offset, Int32 limit, Int32 timeout ) : JsonList |
||
SearchPlaylists ( String query, Int32 offset, Int32 limit = 9999 ) : Task |
||
SearchTracks ( String query, Int32 offset, Int32 limit, Int32 timeout ) : JsonList |
||
SearchTracks ( String query, Int32 offset, Int32 limit = 9999 ) : Task |
||
SearchVideos ( String query, Int32 offset, Int32 limit, Int32 timeout ) : JsonList |
||
SearchVideos ( String query, Int32 offset, Int32 limit = 9999 ) : Task |
public GetAlbum ( |
||
albumId | ||
timeout | ||
Résultat |
public GetAlbum ( |
||
albumId | ||
Résultat | Task |
public GetAlbumCover ( |
||
model | ||
size | AlbumCoverSize | |
Résultat | WebStreamModel |
public GetAlbumCover ( String cover, |
||
cover | String | |
albumId | ||
size | AlbumCoverSize | |
Résultat | WebStreamModel |
public GetAlbumReview ( |
||
albumId | ||
timeout | ||
Résultat |
public GetAlbumReview ( |
||
albumId | ||
Résultat | Task |
public GetAlbumTracks ( |
||
albumId | ||
timeout | ||
Résultat | JsonList |
public GetAlbumTracks ( |
||
albumId | ||
Résultat | Task |
public GetAlbums ( IEnumerable |
||
albumIds | IEnumerable |
|
timeout | ||
Résultat | ModelArray |
public GetAlbums ( IEnumerable |
||
albumIds | IEnumerable |
|
Résultat | Task |
public GetArtist ( |
||
artistId | ||
timeout | ||
Résultat |
public GetArtist ( |
||
artistId | ||
Résultat | Task |
public GetArtistAlbums ( |
||
artistId | ||
filter | AlbumFilter | |
offset | ||
limit | ||
timeout | ||
Résultat | JsonList |
public GetArtistAlbums ( |
||
artistId | ||
filter | AlbumFilter | |
offset | ||
limit | ||
Résultat | Task |
public GetArtistBiography ( |
||
artistId | ||
timeout | ||
Résultat |
public GetArtistBiography ( |
||
artistId | ||
Résultat | Task |
public GetArtistLinks ( |
||
artistId | ||
limit | ||
timeout | ||
Résultat | JsonList |
public GetArtistLinks ( |
||
artistId | ||
limit | ||
Résultat | Task |
public GetArtistPicture ( |
||
model | ||
size | ArtistPictureSize | |
Résultat | WebStreamModel |
public GetArtistPicture ( String picture, |
||
picture | String | |
artistId | ||
size | ArtistPictureSize | |
Résultat | WebStreamModel |
public GetArtistTopTracks ( |
||
artistId | ||
offset | ||
limit | ||
timeout | ||
Résultat | JsonList |
public GetArtistTopTracks ( |
||
artistId | ||
offset | ||
limit | ||
Résultat | Task |
public GetArtistVideos ( |
||
artistId | ||
offset | ||
limit | ||
timeout | ||
Résultat | JsonList |
public GetArtistVideos ( |
||
artistId | ||
offset | ||
limit | ||
Résultat | Task |
public GetCountry ( |
||
timeout | ||
Résultat |
public GetPlaylistImage ( |
||
model | ||
size | PlaylistImageSize | |
Résultat | WebStreamModel |
public GetPlaylistImage ( String image, String playlistUuid, PlaylistImageSize size ) : WebStreamModel | ||
image | String | |
playlistUuid | String | |
size | PlaylistImageSize | |
Résultat | WebStreamModel |
public GetRadioFromArtist ( |
||
artistId | ||
offset | ||
limit | ||
timeout | ||
Résultat | JsonList |
public GetRadioFromArtist ( |
||
artistId | ||
offset | ||
limit | ||
Résultat | Task |
public GetRadioFromTrack ( |
||
trackId | ||
limit | ||
timeout | ||
Résultat | JsonList |
public GetRadioFromTrack ( |
||
trackId | ||
limit | ||
Résultat | Task |
public GetSimilarAlbums ( |
||
albumId | ||
timeout | ||
Résultat | JsonList |
public GetSimilarAlbums ( |
||
albumId | ||
Résultat | Task |
public GetSimilarArtists ( |
||
artistId | ||
offset | ||
limit | ||
timeout | ||
Résultat | JsonList |
public GetSimilarArtists ( |
||
artistId | ||
offset | ||
limit | ||
Résultat | Task |
public GetTrack ( |
||
trackId | ||
Résultat | Task |
public GetTrack ( |
||
trackId | ||
timeout | ||
Résultat |
public GetTrackContributors ( |
||
trackId | ||
timeout | ||
Résultat | JsonList |
public GetTrackContributors ( |
||
trackId | ||
Résultat | Task |
public GetVideoImage ( String imageId, String imagePath, VideoImageSize size ) : WebStreamModel | ||
imageId | String | |
imagePath | String | |
size | VideoImageSize | |
Résultat | WebStreamModel |
public GetVideoImage ( |
||
model | ||
size | VideoImageSize | |
Résultat | WebStreamModel |
public GetWebStream ( String streamUrl ) : WebStreamModel | ||
streamUrl | String | |
Résultat | WebStreamModel |
public LoginWithFacebook ( String accessToken, Int32 timeout ) : OpenTidlSession | ||
accessToken | String | |
timeout | Int32 | |
Résultat | OpenTidlSession |
public LoginWithFacebook ( String accessToken ) : Task |
||
accessToken | String | |
Résultat | Task |
public LoginWithToken ( String authenticationToken, Int32 timeout ) : OpenTidlSession | ||
authenticationToken | String | |
timeout | Int32 | |
Résultat | OpenTidlSession |
public LoginWithToken ( String authenticationToken ) : Task |
||
authenticationToken | String | |
Résultat | Task |
public LoginWithTwitter ( String accessToken, String accessTokenSecret, Int32 timeout ) : OpenTidlSession | ||
accessToken | String | |
accessTokenSecret | String | |
timeout | Int32 | |
Résultat | OpenTidlSession |
public LoginWithTwitter ( String accessToken, String accessTokenSecret ) : Task |
||
accessToken | String | |
accessTokenSecret | String | |
Résultat | Task |
public LoginWithUsername ( String username, String password, Int32 timeout ) : OpenTidlSession | ||
username | String | |
password | String | |
timeout | Int32 | |
Résultat | OpenTidlSession |
public LoginWithUsername ( String username, String password ) : Task |
||
username | String | |
password | String | |
Résultat | Task |
public RecoverPassword ( String username, Int32 timeout ) : RecoverPasswordResponseModel | ||
username | String | |
timeout | Int32 | |
Résultat | RecoverPasswordResponseModel |
public RecoverPassword ( String username ) : Task |
||
username | String | |
Résultat | Task |
public RestoreSession ( String sessionId, Int32 timeout ) : OpenTidlSession | ||
sessionId | String | |
timeout | Int32 | |
Résultat | OpenTidlSession |
public RestoreSession ( String sessionId ) : Task |
||
sessionId | String | |
Résultat | Task |
public Search ( String query, SearchType types, Int32 offset, Int32 limit, Int32 timeout ) : SearchResultModel | ||
query | String | |
types | SearchType | |
offset | Int32 | |
limit | Int32 | |
timeout | Int32 | |
Résultat | SearchResultModel |
public Search ( String query, SearchType types, Int32 offset, Int32 limit = 9999 ) : Task |
||
query | String | |
types | SearchType | |
offset | Int32 | |
limit | Int32 | |
Résultat | Task |
public SearchAlbums ( String query, Int32 offset, Int32 limit, Int32 timeout ) : JsonList |
||
query | String | |
offset | Int32 | |
limit | Int32 | |
timeout | Int32 | |
Résultat | JsonList |
public SearchAlbums ( String query, Int32 offset, Int32 limit = 9999 ) : Task |
||
query | String | |
offset | Int32 | |
limit | Int32 | |
Résultat | Task |
public SearchArtists ( String query, Int32 offset, Int32 limit, Int32 timeout ) : JsonList |
||
query | String | |
offset | Int32 | |
limit | Int32 | |
timeout | Int32 | |
Résultat | JsonList |
public SearchArtists ( String query, Int32 offset, Int32 limit = 9999 ) : Task |
||
query | String | |
offset | Int32 | |
limit | Int32 | |
Résultat | Task |
public SearchPlaylists ( String query, Int32 offset, Int32 limit, Int32 timeout ) : JsonList |
||
query | String | |
offset | Int32 | |
limit | Int32 | |
timeout | Int32 | |
Résultat | JsonList |
public SearchPlaylists ( String query, Int32 offset, Int32 limit = 9999 ) : Task |
||
query | String | |
offset | Int32 | |
limit | Int32 | |
Résultat | Task |
public SearchTracks ( String query, Int32 offset, Int32 limit, Int32 timeout ) : JsonList |
||
query | String | |
offset | Int32 | |
limit | Int32 | |
timeout | Int32 | |
Résultat | JsonList |
public SearchTracks ( String query, Int32 offset, Int32 limit = 9999 ) : Task |
||
query | String | |
offset | Int32 | |
limit | Int32 | |
Résultat | Task |
public SearchVideos ( String query, Int32 offset, Int32 limit, Int32 timeout ) : JsonList |
||
query | String | |
offset | Int32 | |
limit | Int32 | |
timeout | Int32 | |
Résultat | JsonList |
public SearchVideos ( String query, Int32 offset, Int32 limit = 9999 ) : Task |
||
query | String | |
offset | Int32 | |
limit | Int32 | |
Résultat | Task |