[][src]Module deezer::models

Contains all api objects

Modules

album

Album API

artist

Artist API

chart

Chart API

comment

Comment API

editorial

Editorial API

genre

Genre API

infos

Infos API

options

Options API

playlist

Playlists API

radio

Radio API

track

Track API

user

User API

Structs

Album

Contains all the information provided for an Album.

AlbumArtist

Subset of Artist.

AlbumGenre

Subset of Genre.

AlbumTrack

Subset of Track.

AlbumTrackArtist

Subset of Artist.

Artist

Contains all the information provided for an Artist.

Chart

Charts of a specified genre

ChartAlbum

Subset of Album.

ChartAlbumArtist

Subset of Artist.

ChartArtist

Subset of Artist.

ChartPlaylist

Subset of Playlist.

ChartTrack

Subset of Track.

ChartTrackAlbum

Subset of Album.

ChartTrackArtist

Subset of Artist.

Comment

Contains all the information provided for a Comment.

CommentAuthor

Subset of User.

ContributorArtist

Subset of Artist.

DeezerArray

Wrapper around deezer array types

Editorial

Contains all the information provided for an Editorial.

Genre

Contains all the information provided for a Genre.

Infos

Contains all the information about the API in the current country.

Offer

Contains all the information provided for an Offer.

Options

Contains all the information provided for a user's Options.

Playlist

Contains all the information provided for a Playlist.

PlaylistTrack

Subset of Track.

PlaylistTrackAlbum

Subset of Album.

PlaylistTrackArtist

Subset of Artist.

PlaylistUser

Subset of User.

Radio

Contains all the information provided for a Radio.

Track

Contains all the information provided for a Track.

TrackAlbum

Subset of Album.

TrackArtist

Subset of Artist.

User

Contains all the information provided for a User.

Traits

DeezerEnumerable
DeezerObject

A by id queryable api object of the deezer api