Chart¶
- class deezer.Chart(client, json)¶
To work with Deezer chart objects.
Check the Deezer documentation for more details about each field.
- get_tracks(**kwargs)¶
- Returns
a
PaginatedListofTrackinstances- Return type
- get_albums(**kwargs)¶
- Returns
a
PaginatedListofAlbuminstances- Return type
- get_artists(**kwargs)¶
- Returns
a
PaginatedListofArtistinstances- Return type
- get_playlists(**kwargs)¶
- Returns
a
PaginatedListofPlaylistinstances- Return type
- get_podcasts(**kwargs)¶
- Returns
a
PaginatedListofPodcastinstances- Return type